* argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
[glibc.git] / ChangeLog
blobe4424044e30c5ea5810d275381b854f9ed0a58b6
1 2005-08-08  Roland McGrath  <roland@redhat.com>
3         * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
4         (__argp_failure): Likewise.
6 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
8         * nscd/cache.c (cache_add): Commit hash table and header to disk.
10         * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
11         * nscd/connections.c (nscd_init): Likewise.
13 2005-08-08  Jakub Jelinek  <jakub@redhat.com>
15         * stdio-common/fxprintf.c: Include libioP.h.
17         * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
18         getdomainname): Add __NTH.
19         * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
20         Likewise.
21         (realpath): Likewise.  Use __const instead of const.  Add __restrict
22         keywords.
23         * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
24         * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
25         wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
26         mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
27         * string/bits/string3.h (__memset_ichk): Likewise.
28         (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
29         __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
30         __strncat_ichk): Likewise.  Use __const instead of const.
31         (__stpncpy_chk): Use __const instead of const.
32         (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.
34 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
35             Jakub Jelinek  <jakub@redhat.com>
37         * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
38         definitions to...
39         * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
40         * nscd/connections.c (usekey): New enum.
41         (check_use, verify_persistent_db): New functions.
42         (nscd_init): If persistent database is corrupted, unlink it and
43         recreate rather than falling back to non-persistent database.
44         Call verify_persistent_db.  Avoid overflows in total computation.
46 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
48         * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
49         better readable.  Avoid passing var to loop function, it's not
50         necessary at all.
52 2005-08-07  Ulrich Drepper  <drepper@redhat.com>
54         * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
55         definition.
57 2005-08-05  Ulrich Drepper  <drepper@redhat.com>
59         * timezone/checktab.awk: Update from tzcode2005k.
60         * timezone/private.h: Likewise.
61         * timezone/scheck.c: Likewise.
62         * timezone/tzselect.ksh: Likewise.
63         * timezone/zdump.c: Likewise.
64         * timezone/zic.c: Likewise.
65         * timezone/africa: Update from tzdata2005k.
66         * timezone/antarctica: Likewise.
67         * timezone/asia: Likewise.
68         * timezone/australasia: Likewise.
69         * timezone/europe: Likewise.
70         * timezone/iso3166.tab: Likewise.
71         * timezone/leapseconds: Likewise.
72         * timezone/northamerica: Likewise.
73         * timezone/solar87: Likewise.
74         * timezone/solar88: Likewise.
75         * timezone/solar89: Likewise.
76         * timezone/southamerica: Likewise.
77         * timezone/zone.tab: Likewise.
79 2005-08-05  Roland McGrath  <roland@redhat.com>
81         * mach/shortcut.awk: Ignore `weak_alias' lines.
82         Reported by Alfred M. Szmidt <ams@gnu.org>.
84         * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
85         Reported by Alfred M. Szmidt <ams@gnu.org>.
87 2005-08-03  Dwayne Grant McConnell  <dgm69@us.ibm.com>
89         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
90         Use +=, not =, to append.  Remove duplicate flags.
91         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
92         Likewise.  Fix comments.
94 2005-08-01  Ulrich Drepper  <drepper@redhat.com>
96         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
97         call if it returned EINTR.
99 2005-07-31  Ulrich Drepper  <drepper@redhat.com>
101         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
102         helper variable into .data.rel.ro.  Simplify the code.  Extend
103         comment to explain prelinking.
105 2005-07-31  Andreas Jaeger  <aj@suse.de>
107         * include/bits/syslog.h: New file.
109 2005-07-30  Ulrich Drepper  <drepper@redhat.com>
111         * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
112         up.  We have more program header entries now and the note section
113         was normally not loaded.
115         * nis/nis_subr.c: Some minor code cleanups.
117 2005-07-29  Ulrich Drepper  <drepper@redhat.com>
119         * misc/bits/syslog.h: New file.
120         * misc/sys/syslog.h: Include <bits/syslog.h> for fortification.
121         * misc/Makefile (headers): Add bits/syslog.h.
122         * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto.
123         * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk.
124         Call __vfprintf_chk if necessary.  Make vsyslog a wrapper.  Add
125         __syslog_chk.
126         * misc/Versions: Export __syslog_chk and __vsyslog_chk.
128 2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>
130         [BZ #1137]
131         * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
133 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
135         * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper
136         functions.
138 2005-07-28  Jakub Jelinek  <jakub@redhat.com>
140         * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
141         call.
142         * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
144 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
146         * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
147         around a pair of new, generalized functions.  22% size reduction.
149 2005-07-27  Ulrich Drepper  <drepper@redhat.com>
151         * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
152         Rearrange code.  This reduces the code size 10%.
154 2005-07-26  Jakub Jelinek  <jakub@redhat.com>
156         * misc/error.c (error_tail): Fix a comment typo.
158 2005-07-25  Ulrich Drepper  <drepper@redhat.com>
160         * po/zh_TW.po: Update from translation team.
162         * debug/mbstowcs_chk.c: New file.
163         * debug/wcstombs_chk.c: New file.
164         * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk.
165         * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk.
166         * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs.
168         * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing.
170 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
172         * string/test-memset.c (test_main): Use negative byte value in
173         test.
175         * string/test-memset.c (do_one_test): Compare effect of call, not
176         only return value.
177         Add a few casts to avoid warnings.
179 2005-07-24  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
181         * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
183 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
185         [BZ #1125]
186         * posix/Makefile (tests): Add tst-execvp4.
187         * posix/tst-execvp4.c: New file.
189 2005-07-24  Jakub Jelinek  <jakub@redhat.com>
191         [BZ #1125]
192         * posix/execvp.c (execvp): Change path_malloc to
193         char *, free that pointer on failure.
195 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
197         * wcsmbs/bits/wchar2.h: Use __FILE not FILE.
198         * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
199         * wcsmbs/tst-wchar-h.c: New file.
201 2005-07-22  Ulrich Drepper  <drepper@redhat.com>
203         * stdio-common/fxprintf.c (__fxprintf): Define variable more local.
205 2005-07-22  Jakub Jelinek  <jakub@redhat.com>
207         * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
208         __gnuc_va_list rather than _G_va_list.
210 2005-07-22  Roland McGrath  <roland@redhat.com>
212         [BZ #869]
213         * Makerules ($(objpfx)stubs): Fix last change.
215 2005-07-21  Roland McGrath  <roland@redhat.com>
217         * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
219         * stdlib/Makefile (headers): Move bits/wchar.h to ...
220         * wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.
222 2005-07-21  Jakub Jelinek  <jakub@redhat.com>
224         * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
225         * debug/tst-chk1.c (do_test): Add test for swprintf with format
226         being the last argument.
228 2005-07-21  Thorsten Kukuk  <kukuk@suse.de>
230         * debug/getgroups_chk.c (__getgroups_chk): Fix return value.
232         * stdio-common/fxprintf.c: Include string.h.
234 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
236         [BZ #1138]
237         * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
238         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
239         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
241 2005-07-20  Bob Wilson  <bob.wilson@acm.org>
242             Darin Petkov  <darin@tensilica.com>
244         [BZ #1138]
245         * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
247 2005-07-20  Jakub Jelinek  <jakub@redhat.com>
249         * include/stdio.h (__fxprintf): Remove wfmt argument.
250         * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h.
251         (__fxprintf): Remove wfmt argument, create wfmt format string on
252         the fly from fmt.
253         * argp/argp-fmtstream.c: Adjust all __fxprintf callers.
254         * argp/argp-help.c: Likewise.
255         * assert/assert-perr.c: Likewise.
256         * assert/assert.c: Likewise.
257         * gmon/gmon.c: Likewise.
258         * inet/rcmd.c: Likewise.
259         * malloc/obstack.c: Likewise.
260         * misc/error.c: Likewise.
261         * misc/getpass.c: Likewise.
262         * posix/getopt.c: Likewise.
263         * resolv/res_hconf.c: Likewise.
264         * stdio-common/perror.c: Likewise.
265         * stdio-common/psignal.c: Likewise.
266         * stdlib/fmtmsg.c: Likewise.
267         * sunrpc/auth_unix.c: Likewise.
268         * sunrpc/clnt_perr.c: Likewise.
269         * sunrpc/clnt_tcp.c: Likewise.
270         * sunrpc/clnt_udp.c: Likewise.
271         * sunrpc/clnt_unix.c: Likewise.
272         * sunrpc/svc_simple.c: Likewise.
273         * sunrpc/svc_tcp.c: Likewise.
274         * sunrpc/svc_udp.c: Likewise.
275         * sunrpc/svc_unix.c: Likewise.
276         * sunrpc/xdr.c: Likewise.
277         * sunrpc/xdr_array.c: Likewise.
278         * sunrpc/xdr_rec.c: Likewise.
279         * sunrpc/xdr_ref.c: Likewise.
280         * sysdeps/generic/wordexp.c: Likewise.
282 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
284         * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,
285         wcsrtombs, mbsnrtowcs, and wcsnrtombs.
286         * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk,
287         wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk.
288         * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk,
289         __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk.
290         * debug/tst-chk1.c: Add tests for new functions.
291         * debug/mbsnrtowcs_chk.c: New file.
292         * debug/mbsrtowcs_chk.c: New file.
293         * debug/wcrtomb_chk.c: New file.
294         * debug/wcsnrtombs_chk.c: New file.
295         * debug/wcsrtombs_chk.c: New file.
297 2005-07-19  Ulrich Drepper  <drepper@redhat.com>
299         * stdio-common/Makefile (aux): Add fxprintf.
300         * stdio-common/fxprintf.c: New file.
301         * include/stdio.h: Add declaration for __fxprintf.
302         * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream
303         orientation test and two separate function calls.
304         * argp/argp-help.c: Likewise.
305         * assert/assert-perr.c: Likewise.
306         * assert/assert.c: Likewise.
307         * gmon/gmon.c: Likewise.
308         * inet/rcmd.c: Likewise.
309         * malloc/obstack.c: Likewise.
310         * misc/error.c: Likewise.
311         * misc/getpass.c: Likewise.
312         * posix/getopt.c: Likewise.
313         * resolv/res_hconf.c: Likewise.
314         * stdio-common/perror.c: Likewise.
315         * stdio-common/psignal.c: Likewise.
316         * stdlib/fmtmsg.c: Likewise.
317         * sunrpc/auth_unix.c: Likewise.
318         * sunrpc/clnt_perr.c: Likewise.
319         * sunrpc/clnt_tcp.c: Likewise.
320         * sunrpc/clnt_udp.c: Likewise.
321         * sunrpc/clnt_unix.c: Likewise.
322         * sunrpc/svc_simple.c: Likewise.
323         * sunrpc/svc_tcp.c: Likewise.
324         * sunrpc/svc_udp.c: Likewise.
325         * sunrpc/svc_unix.c: Likewise.
326         * sunrpc/xdr.c: Likewise.
327         * sunrpc/xdr_array.c: Likewise.
328         * sunrpc/xdr_rec.c: Likewise.
329         * sunrpc/xdr_ref.c: Likewise.
330         * sysdeps/generic/wordexp.c: Likewise.
332         [BZ #1137]
333         * misc/Makefile: Add rules to build and run tst-error1.
334         * misc/tst-error1.c: New file.
335         * misc/error.c: Fix memory leak and possibly endless loop.
337         * configure.in: Check for -fstack-protector gcc option.
338         * config.make.in (have-ssp): Add template.
339         * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.
341         * nscd/nscd.c (main): Don't ignore result of chdir call.
343 2005-07-18  Roland McGrath  <roland@redhat.com>
345         [BZ #869]
346         * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
347         objdump command line.
349 2005-07-18  Ulrich Drepper  <drepper@redhat.com>
351         * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
353         * nscd/connections.c: Fix a few wur warnings.
355         [BZ #1113]
356         * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
357         length.  Patch by Ivan Gyurdiev <ivg2@cornell.edu>.
359         * debug/confstr_chk.c: New file.
360         * debug/getdomainname_chk.c: New file.
361         * debug/getgroups_chk.c: New file.
362         * debug/gethostname_chk.c: New file.
363         * debug/getlogin_r_chk.c: New file.
364         * debug/ttyname_r_chk.c: New file.
365         * posix/bits/unistd.h: Add definitions for new debug versions.
366         * debug/tst-chk1.c: Add tests for new functions.
367         * debug/Versions: Export new functions.
368         * debug/Makefile (routines): Add new files.
370         * stdlib/bits/stdlib.h: Fix typo.
372 2005-07-13  Thorsten Kukuk  <kukuk@suse.de>
374         * manual/Makefile (libc/index.html): Depend on dir-add.texi.
376 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
378         * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT
379         where necessary.
380         * wcsmbs/bits/wchar2.h: Likewise.
382 2005-07-15  Andreas Jaeger  <aj@suse.de>
384         * debug/Makefile (tst-lfschk3-ENV): New, set locale.
385         (tst-lfschk2-ENV): New.
386         (tst-lfschk1-ENV): New.
387         (tst-chk3-ENV): New.
388         (tst-chk2-ENV): New.
389         (tst-chk1-ENV): New.
391         [BZ #1079]
392         * include/stdlib.h: Remove malloc attribute from __posix_memalign.
393         * stdlib/stdlib.h: Likewise.
395 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
397         * wcsmbs/bits/wchar2.h: New file.
398         * include/bits/wchar2.h: New file.
399         * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
400         requested.
401         * wcsmbs/wcsncpy.c: Add __wcsncpy alias.
402         * string/bits/string3.h: Add fortified stpncpy definitions.
403         * sysdeps/generic/stpncpy_chk.c: New file.
404         * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
405         Export _IO_wstrn_jumps.
406         * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
407         * include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
408         * debug/fgetws_chk.c: New file.
409         * debug/fgetws_u_chk.c: New file.
410         * debug/fwprintf_chk.c: New file.
411         * debug/swprintf_chk.c: New file.
412         * debug/vfwprintf_chk.c: New file.
413         * debug/vswprintf_chk.c: New file.
414         * debug/vwprintf_chk.c: New file.
415         * debug/wcpcpy_chk.c: New file.
416         * debug/wcpncpy_chk.c: New file.
417         * debug/wcscat_chk.c: New file.
418         * debug/wcscpy_chk.c: New file.
419         * debug/wcsncat_chk.c: New file.
420         * debug/wcsncpy_chk.c: New file.
421         * debug/wmemcpy_chk.c: New file.
422         * debug/wmemmove_chk.c: New file.
423         * debug/wmempcpy_chk.c: New file.
424         * debug/wmemset_chk.c: New file.
425         * debug/wprintf_chk.c: New file.
426         * debug/tst-chk1.c: Add tests for new functions.
427         * debug/Versions: Export new functions.
428         * debug/Makefile (routines): Add new functions.
430 2005-07-13  Ulrich Drepper  <drepper@redhat.com>
432         * nscd/nscd_helper.c: Add a few __builtin_expect.
434         [BZ #1080]
435         * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
436         * nscd/nscd_helper.c (wait_on_socket): New function.
437         (get_mapping): Use wait_on_socket instead of poll.  The former handles
438         EINTR of poll correctly.
439         (__nscd_open_socket): Likewise.
440         (get_mapping): Make sure BUF is aligned correctly.
441         (get_mapping): Use munmap on correct pointer.
443 2005-07-12  Ulrich Drepper  <drepper@redhat.com>
445         * include/libc-symbols.h: Define macros for librt hidden symbols.
446         * include/time.h: Add librt_hidden_proto definition for clock_gettime.
447         * sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
448         * sysdeps/unix/clock_gettime.c: Likewise.
450         * stdlib/bits/stdlib.h: New file.
451         * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
452         requested.
453         * Makefile (headers): Add bits/stdlib.h.
454         * include/bits/stdlib.h: New file.
455         * debug/Depend: New file.
456         * debug/ptsname_r_chk.c: New file.
457         * debug/realpath_chk.c: New file.
458         * debug/wctomb_chk.c: New file.
459         * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
460         wctomb_chk.
461         * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
462         __wctomb_chk.
463         * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
464         __wctomb_chk.
466 2005-07-12  Jakub Jelinek  <jakub@redhat.com>
468         [BZ #1106]
469         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
470         (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
471         instead of read and close_not_cancel_no_status instead of close.
473         [BZ #1106]
474         * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
475         HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
477 2005-06-27  Carlos O'Donell  <carlos@systemhalted.org>
479         * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
480         after init_dfa.
482 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
484         * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret.  Remove
485         alignment.
486         * sysdeps/x86_64/fpu/s_sincos.S: New file.
488         * include/fenv.h: Add libm_hidden_proto for fesetround and
489         feholdexcept.
490         * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
491         * sysdeps/alpha/fpu/fesetround.c: Likewise.
492         * sysdeps/generic/feholdexcpt.c: Likewise.
493         * sysdeps/generic/fesetround.c: Likewise.
494         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
495         * sysdeps/i386/fpu/fesetround.c: Likewise.
496         * sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
497         * sysdeps/ia64/fpu/fesetround.c: Likewise.
498         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
499         * sysdeps/powerpc/fpu/fesetround.c: Likewise.
500         * sysdeps/s390/fpu/feholdexcpt.c: Likewise.
501         * sysdeps/s390/fpu/fesetround.c: Likewise.
502         * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
503         * sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
504         * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
505         * sysdeps/sparc/fpu/fesetround.c: Likewise.
506         * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
507         * sysdeps/x86_64/fpu/fesetround.c: Likewise.
508         * sysdeps/generic/s_significand.c (__significand): Use __ilogb not
509         ilogb.
510         * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
511         not ilogbf.
512         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
513         __cos, not sin and cos.
515 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
517         * resolv/res_send.c (send_dg): Recognize referral results and
518         treat them as server errors.
519         Based on a patch by Jason Vas Dias <jvdias@redhat.com>.
521 2005-07-08  Carlos O'Donell  <carlos@systemhalted.org>
523         * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
525         * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
526         * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
527         * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
528         * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
529         * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
530         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
532 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
534         * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
535         * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
536         * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
537         * sysdeps/generic/s_ctan.c (__ctan): Likewise.
538         * sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
539         * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
541 2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
543         [BZ #974]
544         * csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
545         (__preinit_array_end): Likewise.
546         (__init_array_start): Likewise.
547         (__init_array_end): Likewise.
548         (__libc_csu_init): Take int argc, char **argv, char **envp.
549         Call preinit_array and init_array with argc, argv, envp.
550         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
551         INIT_MAIN_ARGS.
552         * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
553         * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
554         tst-array5dep.c, and tst-array5.exp.
555         (tests): Add tst-array5.
556         (tests-static): Add tst-array5-static.
557         ($(objpfx)tst-array5): New target.
558         ($(objpfx)tst-array5.out): Likewise.
559         ($(objpfx)tst-array5-static.out): Likewise.
560         * elf/tst-array5-static.c: New file.
561         * elf/tst-array5-static.exp: Likewise.
562         * elf/tst-array5.c: Likewise.
563         * elf/tst-array5.exp: Likewise.
564         * elf/tst-array5dep.c: Likewise.
566 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
568         * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
570 2005-07-05  Jakub Jelinek  <jakub@redhat.com>
572         * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
573         Reported by Ulrich Weigand <uweigand@de.ibm.com>.
575         * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
577 2005-07-06  Ulrich Drepper  <drepper@redhat.com>
579         * elf/dl-error.c (_dl_signal_error): When testing for executable
580         being relocated, take into account that nothing might even be loaded.
582         * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
583         consider_profiling always to zero.  Don't count of compiler to
584         remove unreached if block.
585         * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
586         Don't compile.
587         * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
588         * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
589         * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
590         Likewise.
591         * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
592         Likewise.
593         * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
594         (_dl_profile_resolve): Likewise.
595         * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
596         (_dl_profile_resolve): Likewise.
597         * gmon/Makefile: Add rules to build and run tst-profile-static.
598         * gmon/tst-profile-static.c: New file.
599         * Makeconfig (+link-static): Allow passing program-specific flags.
601 2005-07-05  Thorsten Kukuk  <kukuk@suse.de>
603         [BZ #1111]
604         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
605         module provides getgrgid_r.
606         (getgrnam_plusgroup): Preserve original return value.
607         * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
608         original return value.
609         * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
611 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
613         [BZ #1101]
614         * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
615         MB_CUR_MAX.
616         (build_wcs_upper_buffer): Likewise.
618         * csu/elf-init.c (__libc_csu_fini): Pretty printing.
620 2005-07-02  Roland McGrath  <roland@redhat.com>
622         * NEWS: Note LinuxThreads removal.
623         * manual/install.texi (Installation): Don't mention linuxthreads.
624         (Configuring and compiling): Don't use linuxthreads as example.
626         * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
627         not linuxthreads.
628         * sysdeps/unix/sysv/linux/configure: Regenerated.
629         * resolv/Depend: Add nptl.
630         * rt/Depend: Likewise.
632         * linuxthreads, linuxthreads_db: Directories removed (preserved in
633         ports repository).
635 2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>
637         [BZ #1037]
638         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
639         use -mcpu=v8.
641 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
643         [BZ #1016]
644         * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
646 2005-06-23  Thorsten Kukuk  <kukuk@suse.de>
648         [BZ #1109]
649         * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
650         with own translation.
652 2005-06-25  Jakub Jelinek  <jakub@redhat.com>
654         [BZ #1097]
655         * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
656         t2 to uint32_t instead of ulong.
657         * sunrpc/Makefile (tests): Add tst-xdrmem.
658         * sunrpc/tst-xdrmem.c: New test.
660         * Versions.def (ld): Add GLIBC_2.4.
661         * configure.in: Add --enable-stackguard-randomization option.
662         (ENABLE_STACKGUARD_RANDOMIZE): New define.
663         * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
664         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
665         (_dl_setup_stack_chk_guard): New inline function.
666         * sysdeps/generic/dl-osinfo.h: Include stdint.h.
667         (_dl_setup_stack_chk_guard): New inline function.
668         * elf/rtld.c (__stack_chk_guard): New variable.
669         (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
670         Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
671         use THREAD_SET_STACK_GUARD if defined.
672         * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
673         * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
674         (__libc_start_main): Set __stack_chk_guard to
675         _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
676         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
677         traces of TLS_INIT_TP_EXPENSIVE.
678         * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
679         * debug/Makefile (routines): Add stack_chk_fail.
680         (static-only-routines): Add stack_chk_fail_local.
681         * debug/stack_chk_fail_local.c: New file.
682         * debug/stack_chk_fail.c: New file.
683         * elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
684         tests.
685         * elf/tst-stackguard1.c: New file.
686         * elf/tst-stackguard1-static.c: New file.
687         * elf/stackguard-macros.h: New file.
689 2005-06-21  Ulrich Drepper  <drepper@redhat.com>
691         * resource/Makefile (tests): Add tst-getrlimit.
692         * resource/tst-getrlimit.c: New file.
694         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
695         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
696         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
698 2005-06-20  Ulrich Drepper  <drepper@redhat.com>
700         * nscd/nscd.init: Get more in line with lsb3.
701         * nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
702         * nscd/connections.c: Likewise.
704 2005-06-20  Jakub Jelinek  <jakub@redhat.com>
706         [BZ #653]
707         * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
708         _LINUX_QUOTA_VERSION >= 2.
709         (_LINUX_QUOTA_VERSION): Define if not yet defined.
711         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
712         RLIMIT_RTPRIO): Add.
713         (RLIMIT_NLIMITS): Adjust.
714         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
715         RLIMIT_RTPRIO): Add.
716         (RLIMIT_NLIMITS): Adjust.
717         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
718         RLIMIT_RTPRIO): Add.
719         (RLIMIT_NLIMITS): Adjust.
720         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
721         RLIMIT_RTPRIO): Add.
722         (RLIMIT_NLIMITS): Adjust.
724 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
726         [BZ #1106]
727         * time/mktime.c: Always include <string.h> for prototype of
728         implicitly used memcpy.
730         [BZ #1104]
731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
732         (truncate64): Use __truncate, not truncate.
733         (__have_no_truncate64): Renamed from have_no_truncate64.
734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
735         (__have_no_truncate64): Renamed from have_no_truncate64.
737         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
738         float functions for gcc 4.
740 2005-06-10  Jakub Jelinek  <jakub@redhat.com>
742         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
743         Handle prelinked libraries and binaries with new style PLT.
745 2005-06-07  Jakub Jelinek  <jakub@redhat.com>
747         * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
748         R_PPC_REL16_HA): Define.
750 2005-06-14  Alan Modra  <amodra@bigpond.net.au>
752         * config.h.in (HAVE_ASM_PPC_REL16): Add.
753         * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
754         * elf/tls-macros.h (PowerPC32): Include config.h.  Add variants of
755         TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
756         * sysdeps/powerpc/powerpc32/configure.in: New file,
757         * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
758         * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
759         (ppc_got): New inline function.
760         (elf_machine_dynamic): Use ppc_got.  Add attribute const.
761         (elf_machine_load_address): Add attribute const.  Don't use int vars.
762         Use bcl rather than bl to save trashing branch target stack.  Use
763         elf_machine_dynamic rather than duplicating code here.
764         (elf_machine_runtime_setup): New inline function replacing define.
765         Handle new PLT.
766         (elf_machine_fixup_plt): Handle new PLT.
767         (elf_machine_rela): Likewise.
768         * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
769         (CALL_MCOUNT): Don't set up counter vars.
770         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
771         * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
772         define when HAVE_ASM_PPC_REL16.
773         (_start): Add HAVE_ASM_PPC_REL16 code.
774         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
775         into the GOT when HAVE_ASM_PPC_REL16.
776         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
777         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
778         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
779         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
780         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
781         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
782         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
783         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
784         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
785         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
786         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
787         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
788         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
789         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
790         Likewise.
791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
793         (__getcontext): Likewise.
794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
795         (__setcontext): Likewise.
796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
797         (__swapcontext): Likewise.
798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
799         Comment.
800         (__socket): Bomb if NARGS >= 7.  Invoke CGOTSETUP and CGOTRESTORE.
802 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
804         [BZ #1106]
805         * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
806         to use __GI_memset.
807         * sysdeps/posix/signal.c: Likewise.
808         * sysdeps/posix/sigset.c: Likewise.
809         * sysdeps/posix/sysv_signal.c: Likewise.
810         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
811         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
812         * sysdeps/unix/sysv/linux/system.c: Likewise.
814 2005-06-15  Jakub Jelinek  <jakub@redhat.com>
816         [BZ #1088]
817         * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
818         or both classes equal here.
819         (parse_config_file): If both classes are equal, clear the second one.
821 2005-06-08  Karl Kelley  <kekelley@iastate.edu>
823         [BZ #1088]
824         * hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
825         * hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
826         valid classes were given or if both are equal.
827         (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
828         and C_HS order.
829         (parse_config_file): Handle classes keyword.
830         * hesiod/README.hesiod: Mention addition of the classes keyword.
832 2005-06-14  Ulrich Drepper  <drepper@redhat.com>
834         [BZ #1085]
835         * configure.in: Add test for availability of libaudit.
836         * config.h.in: Define HAVE_LIBAUDIT.
837         * config.make.in: Define have-libaudit.
838         * nscd/Makefile: If libaudit is available, link nscd with it.
839         * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
840         Patch by Steve Grubb <sgrubb@redhat.com>.
842         * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
843         * sysdeps/posix/posix_fallocate64.c: Likewise.
844         * include/string.h: Use libc_hidden_proto for strnlen.
845         * sysdeps/generic/strnlen.c: Add libc_hidden_def.
846         * include/libintl.h: Use libc_hidden_proto for __dcgettext.
847         * intl/dcgettext.c: Add libc_hidden_def.
848         * include/execinfo.h: Add libc_hidden_proto for __backtrace and
849         __backtrace_symbols_fd.
850         * sysdeps/generic/backtrace.c: Add libc_hidden_def.
851         * sysdeps/generic/backtracesymsfd.c: Likewise.
852         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
853         * sysdeps/i386/backtrace.c: Likewise.
854         * sysdeps/ia64/backtrace.c: Likewise.
855         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
856         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
857         * sysdeps/s390/s390-32/backtrace.c: Likewise.
858         * sysdeps/s390/s390-64/backtrace.c: Likewise.
860 2005-06-13  Ulrich Drepper  <drepper@redhat.com>
862         * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
863         where HANDLED_REALTIME is not defined.  [BZ #966]
865 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
867         [BZ #1096]
868         * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
869         __netlink_receive): Remove prototypes.
870         (__netlink_request): New prototype.
871         * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
872         <stdint.h>.
873         (__netlink_sendreq): Make static.
874         (__netlink_receive): Rename to...
875         (__netlink_request): ... this.  Add type argument, call
876         __netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
877         with a bigger buffer.  Don't record buffers that contain no
878         messages we are expecting.
879         (getifaddrs): Use __netlink_request instead of __netlink_sendreq
880         and __netlink_receive pairs.  Formatting.
881         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
882         __netlink_request instead of __netlink_sendreq and __netlink_receive
883         pair.
885 2005-06-13  Thorsten Kukuk  <kukuk@suse.de>
887         * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
888         headers, instead copy important structs/defines.
890 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
892         * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
893         _dl_debug_state call.
895 2005-06-12  Ulrich Drepper  <drepper@redhat.com>
897         * elf/dl-error.c (_dl_signal_error): Store information about use of
898         real malloc in the catch object.
899         (_dl_catch_error): Forward information about malloc use to caller
900         in new parameter.
901         (_dl_out_of_memory): Make static.
902         * elf/dl-deps.c: Adjust callers of _dl_catch_error.
903         * elf/dl-libc.c: Likewise.
904         * elf/dl-open.c: Likewise.
905         * elf/rtld.c: Likewise.
906         Add new --audit option.
907         * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
908         (rtld_global_ro._dl_signal_error): Add new parameter.
909         * include/dlfcn.h (_dl_catch_error): Add new parameter.
910         * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
911         _dl_catch_error.  Only free if the returned newly value says so.
913 2005-06-01  Roland McGrath  <roland@redhat.com>
915         [BZ #959]
916         * posix/tst-mmap.c (main): Fill the test file with enough data for the
917         page size.
919 2005-05-30  Jakub Jelinek  <jakub@redhat.com>
921         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
922         GLRO(dl_osversion) has been already set to a value smaller than
923         _dl_discover_osversion (), don't overwrite it here.
925 2005-05-24  Thomas Schwinge  <schwinge@nic-nac-project.de>
927         * sysdeps/mach/i386/syscall.S (syscall): Call END.
929 2005-05-28  Richard Henderson  <rth@redhat.com>
931         * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
932         * sysdeps/alpha/dl-dtprocnum.h: New file.
933         * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
934         (elf_machine_load_address): Simplify to rely on gprel relocations.
935         (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
936         Remove thread safety workaround for binutils 2.6.
937         (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
938         * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
939         (_dl_runtime_profile_new): New.
940         (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
941         (_dl_runtime_profile_old): Rename from _dl_runtime_profile.  Fix
942         typo in _dl_call_pltexit argument loading.
944         * sysdeps/alpha/div_libc.h (funcnoplt): New.
945         * sysdeps/alpha/divl.S: Use it.
946         * sysdeps/alpha/divq.S: Likewise
947         * sysdeps/alpha/divqu.S: Likewise.
948         * sysdeps/alpha/reml.S: Likewise.
949         * sysdeps/alpha/remq.S: Likewise.
950         * sysdeps/alpha/remqu.S: Likewise.
952 2005-05-26  Andreas Schwab  <schwab@suse.de>
954         * locale/Makefile (CFLAGS-loadlocale.c): Don't define.
956 2005-05-26  Ulrich Drepper  <drepper@redhat.com>
958         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
959         Reported by Colin Gibbs <colin@gibbsonline.net>.  [BZ #954]
961 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
963         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
964         _dl_hwcap access in PIC && !SHARED case.
965         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
967 2005-05-25  Dwayne Grant McConnell  <dgm69@us.ibm.com>
969         * gmon/gmon.c: Add space in weak_alias use.
970         * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
971         * sysdeps/alpha/htonl.S: Likewise.
972         * sysdeps/alpha/htons.S: Likewise.
973         * sysdeps/alpha/elf/start.S: Likewise.
974         * sysdeps/i386/i386-mcount.S: Likewise.
975         * sysdeps/ia64/strchr.S: Likewise.
976         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
977         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
978         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
979         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
980         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
981         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
982         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
983         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
984         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
985         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
986         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
987         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
988         * sysdeps/mach/hurd/readdir64_r.c: Likewise.
989         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
990         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
991         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
992         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
993         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
994         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
995         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
996         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
997         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
998         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
999         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1000         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1001         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1002         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1003         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1004         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1005         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1006         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1007         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1008         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1009         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1010         * sysdeps/sparc/sparc32/memset.S: Likewise.
1011         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
1012         * sysdeps/sparc/sparc32/strchr.S: Likewise.
1013         * sysdeps/sparc/sparc32/strchr.S: Likewise.
1014         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1015         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1016         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1017         * sysdeps/sparc/sparc64/memset.S: Likewise.
1018         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1019         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1020         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1021         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1022         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1023         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
1024         * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise.
1025         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1026         * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise.
1027         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
1028         * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise.
1029         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
1030         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1031         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
1032         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
1033         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1034         * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise.
1035         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1036         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
1037         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.
1038         * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
1039         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1040         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1042         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
1043         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
1044         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
1045         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1046         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1047         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
1048         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
1049         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1050         * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise.
1051         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1052         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1053         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1054         * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
1055         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
1056         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise.
1057         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1058         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1059         * sysdeps/x86_64/_mcount.S: Likewise.
1061 2005-05-24  Roland McGrath  <roland@redhat.com>
1063         * sysdeps/unix/sysv/linux/i386/sysdep.h
1064         (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ...
1065         * sysdeps/i386/sysdep.h [PIC]: ... to here.
1067 2005-05-23  Roland McGrath  <roland@redhat.com>
1069         * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
1070         Subdirectories moved to ports repository.
1071         * configure.in (base_machine): Remove arm* and thumb* patterns.
1072         * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
1074 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
1076         [BZ #1086]
1077         * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
1078         implementations are broken and don't accept ports < 512.
1080 2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>
1082         [BZ #961]
1083         * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
1084         declarations.
1086 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
1088         [BZ #1086]
1089         * sunrpc/pm_getport.c (__get_socket): New function.
1090         (pmap_getport): Use it to open a non-reserved socket to the portmapper
1091         for TCP.
1092         * include/rpc/pmap_clnt.h (__get_socket): Declare.
1093         * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
1094         non-reserved socket for the portmapper.
1095         Based on a patch by Steve Dickson <steved@redhat.com>.
1097         [BZ #1086]
1098         * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
1099         If we tried looking at the usual range without success extend the
1100         range to even lower ports.
1102         * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
1104 2005-05-22  Andreas Schwab  <schwab@suse.de>
1106         * elf/rtld.c: Include <dl-osinfo.h>.
1108 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
1110         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
1111         JUMPTARGET.  Instead append @local to __syscall_error.
1112         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences
1113         of JUMPTARGET.  Instead append @local to labels.
1114         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
1115         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1116         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise.
1117         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
1119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise.
1122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1126         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants.
1127         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
1128         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
1129         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
1130         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.  Use one GOT
1131         slot to access both constants.
1132         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
1133         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
1135         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete.
1136         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete.
1137         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete.
1138         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete.
1139         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo.
1140         (NEGZERO.0, POINTFIVE.0): Delete.
1141         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete.
1142         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete.
1143         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text.
1144         (TWO52.0, POINTFIVE.0): Delete.
1145         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text.
1146         (TWO23.0, POINTFIVE.0): Delete.
1147         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text.
1148         (TWO52.0): Delete.
1149         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text.
1150         (TWO23.0): Delete.
1151         * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting.
1153 2005-05-19  Richard Henderson  <rth@redhat.com>
1155         * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around
1156         CLOCK_REALTIME.
1158         * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq,
1159         __arch_compare_and_exchange_bool_64_acq,
1160         __arch_compare_and_exchange_val_32_acq,
1161         __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add):
1162         Use __sync builtin without _si or _di suffix.
1164 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
1166         [BZ #955]
1167         * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
1168         <UFFFF> and above.
1170 2005-05-17  Andreas Schwab  <schwab@suse.de>
1172         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1173         (clock_getcpuclockid): Always return a defined value.
1175 2005-05-17  Neal H. Walfield  <neal@gnu.org>
1177         * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
1178         instead of [SALEN].
1179         (gaih_inet): Likewise.
1181 2005-05-11  Ulrich Drepper  <drepper@redhat.com>
1183         * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
1184         (Elf64_auxv_t): Likewise.
1185         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
1186         removal of a_ptr element in ElfXX_auxv_t.
1187         * elf/dl-support.c (_dl_aux_init): Likewise.
1189 2005-05-09  Daniel Jacobowitz  <dan@codesourcery.com>
1191         * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
1192         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1194 2005-05-09  Alan Modra  <amodra@bigpond.net.au>
1196         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
1197         .pushsection/.popsection in place of .section/.previous.
1199 2005-05-08  Ulrich Drepper  <drepper@redhat.com>
1201         * MakeTAGS: Make xgettext not look into test cases.
1203         * MakeTAGS: Make sure translations in error calls are marked with
1204         c-format by xgettext.
1206 2005-05-07  Ulrich Drepper  <drepper@redhat.com>
1208         * intl/libintl.h: Always use __attribute_format_arg__ for gettext
1209         functions since gcc sometimes forgets the attribute for the
1210         standard functions.
1212 2005-05-06  Jakub Jelinek  <jakub@redhat.com>
1214         [BZ #934]
1215         * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
1216         __libc_lock_* macros if not _LIBC.
1217         (struct re_dfa_t): Add lock.
1218         * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
1219         * posix/regexec.c (regexec, re_search_stub): Add locking.
1221 2005-05-04  Jakub Jelinek  <jakub@redhat.com>
1223         * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
1224         as argument to the scripts.
1225         * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
1226         * intl/tst-gettext4.sh: Likewise.  Use run_program_prefix argument.
1227         * intl/tst-gettext5.sh: Likewise.
1229         * intl/tst-translit.sh: Add mkdir -p.
1231         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
1232         .ifndef/.endif to allow use of this macro more than once per .S
1233         file.
1234         (LOAD_PIC_REG): New macro.
1235         * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
1236         information.
1237         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1238         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1239         * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro.  Add call frame
1240         information.
1241         * sysdeps/i386/fpu/e_log10f.S: Likewise.
1242         * sysdeps/i386/fpu/s_expm1.S: Likewise.
1243         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
1244         * sysdeps/i386/fpu/e_log2l.S: Likewise.
1245         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
1246         * sysdeps/i386/fpu/s_lrint.S: Likewise.
1247         * sysdeps/i386/fpu/s_llrint.S: Likewise.
1248         * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
1249         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
1250         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
1251         * sysdeps/i386/fpu/e_log.S: Likewise.
1252         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1253         * sysdeps/i386/fpu/s_lrintl.S: Likewise.
1254         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1255         * sysdeps/i386/fpu/e_scalb.S: Likewise.
1256         * sysdeps/i386/fpu/s_log1p.S: Likewise.
1257         * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
1258         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
1259         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
1260         * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
1261         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
1262         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
1263         * sysdeps/i386/fpu/s_lrintf.S: Likewise.
1264         * sysdeps/i386/fpu/e_acosh.S: Likewise.
1265         * sysdeps/i386/fpu/s_cexp.S: Likewise.
1266         * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
1267         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
1268         * sysdeps/i386/fpu/e_powl.S: Likewise.
1269         * sysdeps/i386/fpu/e_powf.S: Likewise.
1270         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
1271         * sysdeps/i386/fpu/e_logl.S: Likewise.
1272         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
1273         * sysdeps/i386/fpu/s_frexp.S: Likewise.
1274         * sysdeps/i386/fpu/e_pow.S: Likewise.
1275         * sysdeps/i386/fpu/e_logf.S: Likewise.
1276         * sysdeps/i386/fpu/e_log2.S: Likewise.
1277         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
1278         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
1279         * sysdeps/i386/fpu/s_llrintf.S: Likewise.
1280         * sysdeps/i386/fpu/s_ilogb.S: Likewise.
1281         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
1282         * sysdeps/i386/fpu/e_atanh.S: Likewise.
1283         * sysdeps/i386/fpu/e_log10.S: Likewise.
1284         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
1285         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
1286         * sysdeps/i386/fpu/s_llrintl.S: Likewise.
1287         * sysdeps/i386/fpu/e_log10l.S: Likewise.
1288         * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
1289         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
1290         * sysdeps/i386/fpu/e_log2f.S: Likewise.
1291         * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
1292         * sysdeps/i386/mul_1.S: Likewise.
1293         * sysdeps/i386/strtok.S: Likewise.
1294         * sysdeps/i386/sub_n.S: Likewise.
1295         * sysdeps/i386/submul_1.S: Likewise.
1296         * sysdeps/i386/i586/addmul_1.S: Likewise.
1297         * sysdeps/i386/i586/memcpy.S: Likewise.
1298         * sysdeps/i386/i586/mul_1.S: Likewise.
1299         * sysdeps/i386/i586/rshift.S: Likewise.
1300         * sysdeps/i386/i586/sub_n.S: Likewise.
1301         * sysdeps/i386/i586/submul_1.S: Likewise.
1302         * sysdeps/i386/i686/memcmp.S: Likewise.
1303         * sysdeps/i386/i686/memmove.S: Likewise.
1304         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1305         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1306         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1307         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1309 2005-05-03  Ulrich Drepper  <drepper@redhat.com>
1311         * sysdeps/i386/add_n.S: Add call frame information.
1312         * sysdeps/i386/addmul_1.S: Likewise.
1313         * sysdeps/i386/bsd-setjmp.S: Likewise.
1314         * sysdeps/i386/lshift.S: Likewise.
1315         * sysdeps/i386/memchr.S: Likewise.
1316         * sysdeps/i386/memcmp.S: Likewise.
1317         * sysdeps/i386/mul_1.S: Likewise.
1318         * sysdeps/i386/rawmemchr.S: Likewise.
1319         * sysdeps/i386/rshift.S: Likewise.
1320         * sysdeps/i386/stpncpy.S: Likewise.
1321         * sysdeps/i386/strchr.S: Likewise.
1322         * sysdeps/i386/strchrnul.S: Likewise.
1323         * sysdeps/i386/strcspn.S: Likewise.
1324         * sysdeps/i386/strpbrk.S: Likewise.
1325         * sysdeps/i386/strrchr.S: Likewise.
1326         * sysdeps/i386/strspn.S: Likewise.
1327         * sysdeps/i386/strtok.S: Likewise.
1328         * sysdeps/i386/sub_n.S: Likewise.
1329         * sysdeps/i386/submul_1.S: Likewise.
1330         * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
1331         * sysdeps/i386/i486/strcat.S: Likewise.
1332         * sysdeps/i386/i586/add_n.S: Likewise.
1333         * sysdeps/i386/i586/addmul_1.S: Likewise.
1334         * sysdeps/i386/i586/lshift.S: Likewise.
1335         * sysdeps/i386/i586/memcpy.S: Likewise.
1336         * sysdeps/i386/i586/memset.S: Likewise.
1337         * sysdeps/i386/i586/mul_1.S: Likewise.
1338         * sysdeps/i386/i586/rshift.S: Likewise.
1339         * sysdeps/i386/i586/strchr.S: Likewise.
1340         * sysdeps/i386/i586/strcpy.S: Likewise.
1341         * sysdeps/i386/i586/sub_n.S: Likewise.
1342         * sysdeps/i386/i586/submul_1.S: Likewise.
1343         * sysdeps/i386/i686/add_n.S: Likewise.
1344         * sysdeps/i386/i686/memcmp.S: Likewise.
1345         * sysdeps/i386/i686/memmove.S: Likewise.
1346         * sysdeps/i386/i686/mempcpy.S: Likewise.
1347         * sysdeps/i386/i686/memset.S: Likewise.
1348         * sysdeps/i386/i686/strtok.S: Likewise.
1349         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1350         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1351         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1352         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
1353         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
1354         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1356         * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
1358         * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
1359         on ppc in 2.6.12.
1361 2005-04-29  Jakub Jelinek  <jakub@redhat.com>
1363         [BZ #1083]
1364         * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
1365         call ftruncate if offset is bigger than current size.  Make sure
1366         the file is offset + len bytes long if that is more than current size.
1367         Don't overwrite previous content of the file.
1368         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
1369         Likewise.
1371 2005-05-02  Roland McGrath  <roland@redhat.com>
1373         [BZ #924]
1374         * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
1376 2005-04-29  Roland McGrath  <roland@redhat.com>
1378         * timezone/africa: Update from tzdata2005i.
1379         * timezone/asia: Likewise.
1380         * timezone/northamerica: Likewise.
1381         * timezone/yearistype: Likewise.
1383         * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
1385 2005-04-29  Ulrich Drepper  <drepper@redhat.com>
1387         [BZ #1093]
1388         * nis/nis_table.c: Fix realloc handling.
1389         * nis/nis_removemember.c: Likewise.
1391 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
1393         [BZ #798]
1394         * nscd/Makefile: Help losers who use --with-headers.
1396 2005-04-28  Roland McGrath  <roland@redhat.com>
1398         [BZ #796]
1399         * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
1400         Define NEED_DL_SYSINFO_DSO for all platforms.
1402         * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
1403         * sysdeps/alpha/dl-sysdep.h: Likewise.
1404         Use #include_next instead of duplicating generic file's contents.
1405         * sysdeps/ia64/dl-sysdep.h: Likewise.
1406         * sysdeps/sparc/dl-sysdep.h: Likewise.
1408 2005-03-22  Steven Munroe  <sjmunroe@us.ibm.com>
1410         * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
1412 2005-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
1414         [BZ #781]
1415         * sysdeps/unix/sysv/linux/kernel-features.h
1416         (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
1417         (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
1418         (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
1419         with 2.6.1.
1420         (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
1422 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
1424         * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
1425         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1426         * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
1427         cfi_startproc and cfi_endproc.
1429         * configure.in: Remove ultrasparc names.
1431         * sysdeps/i386/i686/memcmp.S: Move misplaced END.
1433 2005-03-27  Bruno Haible  <bruno@clisp.org>
1435         Make it possible for multiple threads to use gettext() in different
1436         locales.
1437         * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
1438         (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
1439         field.
1440         (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
1441         (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
1442         search and newp.
1444         * intl/tst-gettext4.c: New file.
1445         * intl/tst-gettext4.sh: New file.
1446         * intl/tst-gettext4-de.po: New file.
1447         * intl/tst-gettext4-fr.po: New file.
1448         * intl/tst-gettext5.c: New file.
1449         * intl/tst-gettext5.sh: New file.
1450         * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
1451         tst-gettext4-fr.po, tst-gettext5.sh.
1452         (multithread-test-srcs): New variable.
1453         (test-srcs): Add its contents.
1454         (tests): Depend on tst-gettext4.out, tst-gettext5.out.
1455         (tst-gettext4.out, tst-gettext5.out): New rules.
1456         (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
1457         Add rule for linking the multithread-test-srcs with the appropriate
1458         thread-library.
1460 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
1462         * po/rw.po: New file.  From translation team.
1464         * scripts/config.guess: Update from upstream.
1465         * scripts/config.sub: Likewise.
1467 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
1469         [BZ #1094]
1470         * nscd/connections.c (nscd_run): Use time() value in prune_cache
1471         call, not timeout value, since the latter might be from another clock.
1473 2005-04-27  Roland McGrath  <roland@redhat.com>
1475         [BZ #877]
1476         * posix/unistd.h: Remove __nonnull from acct decl.
1478         * rt/tst-cpuclock1.c: New file.
1479         * rt/tst-cpuclock2.c: New file.
1480         * rt/tst-cputimer1.c: New file.
1481         * rt/tst-cputimer2.c: New file.
1482         * rt/tst-cputimer3.c: New file.
1483         * rt/Makefile (tests): Add them.
1485         * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
1486         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
1487         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
1488         (HAS_CPUCLOCK): New macro.
1489         (clock_getcpuclockid): Function removed.
1490         #include the new linux file to define it instead.
1491         * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
1492         New function, broken out of ...
1493         (clock_gettime) [HP_TIMING_AVAIL]: ... here.  Call it.
1494         (realtime_gettime): New function, broken out of ...
1495         (clock_gettime) [! HANDLED_REALTIME]: ... here.  Call it.
1496         (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
1497         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
1498         (SYSDEP_GETTIME_CPUTIME): New macro.
1499         (SYSDEP_GETTIME): Use both.
1500         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
1501         out of ...
1502         (SYSDEP_GETTIME): ... here.  Use it.
1503         [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
1504         (SYSDEP_GETTIME_CPUTIME): New macro.  Handle CPU timers by trying
1505         kernel support and falling back to hp-timing code.
1506         * sysdeps/posix/clock_getres.c
1507         [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
1508         (clock_getres) [HP_TIMING_AVAIL]: ... here.  Call it.
1509         (realtime_getres): New function, broken out of ...
1510         (clock_getres) [! HANDLED_REALTIME]: ... here.  Call it.
1511         (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
1512         * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
1513         (SYSDEP_GETRES_CPUTIME): New macro.
1514         (SYSDEP_GETRES): Use both.
1515         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
1516         out of ...
1517         (SYSDEP_GETRES): ... here.  Use it.
1518         [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
1519         (SYSDEP_GETRES_CPUTIME): New macro.  Handle CPU timers by trying
1520         kernel support and falling back to hp-timing code.
1521         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
1522         CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
1523         translating to the kernel clockid_t for our own process/thread clock.
1525 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
1527         * stdlib/test-canon.c: Make doesExist a directory and add more tests
1528         for the new error case.
1530 2004-06-02  Dmitry V. Levin  <ldv@altlinux.org>
1531             Ranjani Murthy <ranmur@gmail.com>
1533         * stdlib/canonicalize.c (__realpath): Change realpath(3) to
1534         return NULL and set errno to ENOTDIR for such pathnames like
1535         "/path/to/existing-non-directory/".
1537 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
1539         [BZ #1105]
1540         * time/strptime_l.c (__strptime_internal): Handle 'z' to set
1541         tm_gmtoff.
1542         * time/Makefile (tests): Add tst-strptime2.
1543         * time/tst-strptime2.c: New file.
1545 2005-04-26  Jakub Jelinek  <jakub@redhat.com>
1547         [BZ #1081]
1548         * elf/dl-close.c: Include stddef.h.
1549         (_dl_close): If called recursively, just remember GC needs to be rerun
1550         and decrease l_direct_opencount.  Avoid GC if l_direct_opencount
1551         decreased to 1.  Rerun GC at the end if any destructor unloaded some
1552         additional libraries.
1553         * elf/Makefile: Add rules to build and run unload6 test.
1554         * elf/unload6.c: New test.
1555         * elf/unload6mod1.c: New file.
1556         * elf/unload6mod2.c: New file.
1557         * elf/unload6mod3.c: New file.
1559         * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
1560         if magic_p is not NULL.
1561         (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
1562         (malloc_check): Fail if sz == -1.
1563         (free_check): Adjust mem2chunk_check caller.
1564         (realloc_check): Likewise.  Fail if bytes == -1.  If bytes == 0 and
1565         oldmem != NULL, call free_check and return NULL.  If reallocating
1566         and returning NULL, invert magic byte again to make oldmem valid
1567         region for further checking.
1568         (memalign_check): Fail if bytes == -1.
1569         * malloc/Makefile: Add rules to build and run tst-mcheck.
1570         * malloc/tst-mcheck.c: New test.
1572 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
1574         [BZ #1110]
1575         * stdio-common/vfscanf.c: Correctly account for characters of
1576         decimal points right after +-.
1578 2005-04-26  Roland McGrath  <roland@redhat.com>
1580         * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
1581         ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
1583 2005-04-25  Roland McGrath  <roland@redhat.com>
1585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1586         (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
1588         * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
1590         * elf/dl-load.c: Revert last change.
1592 2005-04-24  Ulrich Drepper  <drepper@redhat.com>
1594         [BZ #1110]
1595         * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
1596         Patch by Hamed Malek <hamed@bamdad.org>.
1598 2005-04-21  Roland McGrath  <roland@redhat.com>
1600         * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
1601         since Linux ignores it in user mmap calls.
1603 2005-04-17  David S. Miller  <davem@davemloft.net>
1605         * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
1606         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1608 2005-04-15  Roland McGrath  <roland@redhat.com>
1610         * timezone/Makefile (zic-deps): New variable.
1611         ($(testdata)/America/New_York): Use it instead of explicit deps.
1612         ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
1613         ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
1614         (%/UTC %/Universal): New pattern rule, replaces ...
1615         ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
1616         ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
1617         ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
1619 2005-04-14  Roland McGrath  <roland@redhat.com>
1621         * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
1622         (extract): Filter-out distinfo file name.
1624         [BZ #253]
1625         * MakeTAGS (text-srcs): Match %.bash.in files too.
1627         [BZ #253]
1628         * nscd/Makefile (all-nscd-modules): New variable, include selinux
1629         module regardless of configuration.
1630         (distribute): Use that instead of $(nscd-modules).
1632 2005-04-13  David S. Miller  <davem@davemloft.net>
1634         Add sparc64 TLS and NPTL support.
1635         * elf/tls-macros.h: Add Sparc64 defines.
1636         * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
1637         always_inline.
1638         (elf_machine_fixup_plt): Likewise.
1639         (elf_machine_rela): Handle TLS relocations.
1640         (elf_machine_type_cleaa): Likewise.
1641         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1642         (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
1643         It does not always fit in R_SPARC_GOT13 when building -fPIC.
1644         Also, add TLS handling.
1645         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1646         Increase it to 2.4.21 for sparc64.
1647         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
1648         backtrace by zero'ing out %fp.  Store away flags, func_ptr,
1649         and func_arg in global registers not local registers.
1650         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
1651         and CTID arguments properly.  Add RESET_PID handling.
1652         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
1653         do not invoke __sigprocmask().  We can always assume rt signals
1654         are present on sparc64, so just do an inline syscall.
1656 2005-04-13  Jakub Jelinek  <jakub@redhat.com>
1658         * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
1659         inclusion guard for the first half of the header.
1660         (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
1661         ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
1662         elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
1663         #ifndef dl_machine_h guarded part of the header.
1665 2005-04-14  Ulrich Drepper  <drepper@redhat.com>
1667         [BZ #851]
1668         * posix/execvp.c (execvp): Use file name including path when
1669         trying to run it with shell.
1670         * posix/Makefile: Add rules to build and run tst-execvp3.
1671         * posix/tst-execvp3.c: New file.
1673 2005-04-12  Ulrich Drepper  <drepper@redhat.com>
1675         [BZ #1090]
1676         * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
1677         * string/tst-strfry.c: New file.
1678         * string/Makefile (tests): Add tst-strfry.
1680 2005-04-11  James A. Morrison  <ja2morri@uwaterloo.ca>
1682         * manual/string.texi: Fix typo in wmemcpy decl.
1684 2005-04-10  David S. Miller  <davem@davemloft.net>
1686         * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
1688 2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
1690         * FAQ.in: Explain why `make' might fail running rpcgen.
1691         * FAQ: Regenerated.
1693 2005-04-07  Roland McGrath  <roland@redhat.com>
1695         * po/libc.pot: Regenerated.
1697 2005-04-07  Roland McGrath  <roland@redhat.com>
1699         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
1700         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
1701         GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
1702         we can skip the uname call if it's there.
1703         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
1704         DL_SYSDEP_OSCHECK here.
1705         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
1707         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
1708         Add _dl_sysinfo_map.
1709         * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
1710         rtld_is_main case.  Call it unconditionally later.
1711         Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
1712         Initialize GLRO(dl_sysinfo_map).
1713         * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
1714         * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
1715         (_dl_important_hwcaps)
1716         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
1717         GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
1718         and bit values.
1719         * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
1720         (hwcap_extra): New static variable.
1721         (is_hwcap_platform): Check hwcap_extra for a matching name.
1722         Remove tls special case.
1723         (path_hwcap): Likewise.
1724         (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
1725         and their names, stored in hwcap_extra.
1726         (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
1728         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
1729         _dl_hwcap and _dl_hwcap_mask.
1730         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
1731         AT_HWCAP to unsigned long int.
1732         * elf/dl-support.c (_dl_aux_init): Likewise.
1733         (_dl_hwcap): Update defn.
1735         * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
1736         * elf/ldconfig.c (search_dir): Likewise.
1738 2005-04-05  Roland McGrath  <roland@redhat.com>
1740         * NEWS: Copy 2.3.5 section from 2.3 branch.
1742         * intl/tst-codeset.sh: Use mkdir -p.  Put msgfmt output in temporary
1743         file and mv it into place.
1744         * intl/tst-gettext3.sh: Likewise.
1746         * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
1747         are up to date in srcdir.  Touch all configure scripts after export.
1749         * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
1751 2005-04-05  H.J. Lu  <hongjiu.lu@intel.com>
1753         [BZ #592]
1754         * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
1755         (comment changes only).
1756         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
1757         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
1758         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
1759         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
1760         * sysdeps/ia64/fpu/e_exp.S: Likewise.
1761         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
1762         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
1763         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
1764         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
1765         * sysdeps/ia64/fpu/e_expf.S: Likewise.
1766         * sysdeps/ia64/fpu/e_log.S: Likewise.
1767         * sysdeps/ia64/fpu/e_logf.S: Likewise.
1768         * sysdeps/ia64/fpu/e_pow.S: Likewise.
1769         * sysdeps/ia64/fpu/e_powf.S: Likewise.
1770         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
1771         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
1772         * sysdeps/ia64/fpu/libm_error.c: Likewise.
1773         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
1774         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
1775         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
1776         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
1777         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
1778         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
1779         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
1780         * sysdeps/ia64/fpu/s_cos.S: Likewise.
1781         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
1782         * sysdeps/ia64/fpu/s_erf.S: Likewise.
1783         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
1784         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
1785         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
1786         * sysdeps/ia64/fpu/s_erff.S: Likewise.
1787         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
1788         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
1789         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
1790         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
1791         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
1792         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
1793         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
1794         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
1795         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
1797 2005-04-05  Roland McGrath  <roland@redhat.com>
1799         * scripts/config.guess: Update from master, timestamp='2005-03-24'.
1800         * scripts/config.sub: Update from master, timestamp='2005-02-10'.
1802 2005-04-04  David S. Miller  <davem@davemloft.net>
1804         * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
1805         * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
1806         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
1807         (elf_machine_runtime_setup): Test for dl_profile non-null.
1808         * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
1809         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
1810         * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
1811         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
1812         (elf_machine_runtime_setup): Test for dl_profile non-null.
1813         * sysdeps/sparc/bits/link.h: New file.
1814         * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
1815         La_sparc64_regs, La_sparc64_retval): New.
1816         (struct audit_ifaces): Add sparc entries.
1817         * elf/tst-auditmod1.c: Add sparc entries.
1819 2005-03-27  Bruno Haible  <bruno@clisp.org>
1821         * intl/tst-gettext3.c: New file.
1822         * intl/tst-gettext3.sh: New file.
1823         * intl/Makefile (distribute): Add tst-gettext3.sh.
1824         (test-srcs): Add tst-gettext3.
1825         (tests): Depend on tst-gettext3.out.
1826         (tst-gettext3.out): New rule.
1827         (CFLAGS-tst-gettext3.c): New variable.
1829         Fix bug exposed by tst-gettext3.
1830         * intl/gettextP.h (struct converted_domain): New type.
1831         (struct loaded_domain): Remove the conv, conv_tab fields. Add
1832         conversions, nconversions fields.
1833         (_nl_init_domain_conv): Remove declaration.
1834         (_nl_free_domain_conv): Remove declaration.
1835         (_nl_find_msg): Add convert argument.
1836         * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
1837         (_nl_find_msg): Add convert argument. When a conversion to a different
1838         charset is needed, create a new converted_domain element, instead of
1839         throwing away the old converted translations.
1840         (get_output_charset): New function.
1841         * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
1842         (_nl_free_domain_conv): Remove function.
1843         (_nl_load_domain): Initialize the conversions array to empty. Use
1844         _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
1845         entry.
1846         (_nl_unload_domain): Free the conversions array and its contents.
1848         * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
1849         (struct binding): Likewise.
1850         * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
1851         modifications.
1853 2005-04-04  Jakub Jelinek  <jakub@redhat.com>
1855         [BZ #1082]
1856         * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
1857         of trying to encode uninitialized arglen.
1859 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
1861         [BZ #825]
1862         * timezone/scheck.c: Update from tzcode2005h.
1863         * timezone/tzfile.h: Likewise.
1864         * timezone/zdump.c: Likewise.
1865         * timezone/zic.c: Likewise.
1867         [BZ #825]
1868         * timezone/antarctica: Update from tzdata2005h.
1869         * timezone/asia: Likewise.
1870         * timezone/australasia: Likewise.
1871         * timezone/etcetera: Likewise.
1872         * timezone/europe: Likewise.
1873         * timezone/northamerica: Likewise.
1874         * timezone/southamerica: Likewise.
1875         * timezone/leapseconds: Likewise.
1876         * timezone/iso3166.tab: Likewise.
1878 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1880         [BZ #592]
1881         * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
1883 2005-04-01  Ulrich Drepper  <drepper@redhat.com>
1885         * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
1886         * wcsmbs/wctob.c (wctob): Likewise.
1887         * wcsmbs/wchar.h (btowc): Add optimized inline function.
1888         (wctob): Likewise.
1890 2005-03-31  Jakub Jelinek  <jakub@redhat.com>
1892         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
1893         equivalent, but shorter instructions.
1894         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1895         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1896         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
1897         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1898         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1899         * sysdeps/x86_64/strchr.S: Likewise.
1900         * sysdeps/x86_64/memset.S: Likewise.
1901         * sysdeps/x86_64/strcspn.S: Likewise.
1902         * sysdeps/x86_64/strcmp.S: Likewise.
1903         * sysdeps/x86_64/elf/start.S: Likewise.
1904         * sysdeps/x86_64/strspn.S: Likewise.
1905         * sysdeps/x86_64/dl-machine.h: Likewise.
1906         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
1907         * sysdeps/x86_64/bsd-setjmp.S: Likewise.
1908         * sysdeps/x86_64/strtok.S: Likewise.
1910 2005-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1912         [BZ #592]
1913         * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
1914         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
1915         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
1916         * sysdeps/ia64/fpu/e_acosh.S: Likewise.
1917         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
1918         * sysdeps/ia64/fpu/e_acos.S: Likewise.
1919         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
1920         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
1921         * sysdeps/ia64/fpu/e_asin.S: Likewise.
1922         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
1923         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
1924         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
1925         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
1926         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
1927         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
1928         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
1929         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
1930         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
1931         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
1932         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
1933         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
1934         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
1935         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
1936         * sysdeps/ia64/fpu/e_expf.S: Likewise.
1937         * sysdeps/ia64/fpu/e_exp.S: Likewise.
1938         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
1939         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
1940         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
1941         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
1942         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
1943         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
1944         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1945         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1946         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1947         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
1948         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
1949         * sysdeps/ia64/fpu/e_log2.S: Likewise.
1950         * sysdeps/ia64/fpu/e_logf.S: Likewise.
1951         * sysdeps/ia64/fpu/e_logl.S: Likewise.
1952         * sysdeps/ia64/fpu/e_log.S: Likewise.
1953         * sysdeps/ia64/fpu/e_powf.S: Likewise.
1954         * sysdeps/ia64/fpu/e_powl.S: Likewise.
1955         * sysdeps/ia64/fpu/e_pow.S: Likewise.
1956         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
1957         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
1958         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
1959         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
1960         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
1961         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
1962         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
1963         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
1964         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
1965         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
1966         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
1967         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
1968         * sysdeps/ia64/fpu/libm_error.c: Likewise.
1969         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
1970         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
1971         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
1972         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
1973         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
1974         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
1975         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
1976         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
1977         * sysdeps/ia64/fpu/libm_support.h: Likewise.
1978         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
1979         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
1980         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
1981         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
1982         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
1983         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
1984         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
1985         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
1986         * sysdeps/ia64/fpu/s_cos.S: Likewise.
1987         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
1988         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
1989         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
1990         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
1991         * sysdeps/ia64/fpu/s_erf.S: Likewise.
1992         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
1993         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
1994         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
1995         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
1996         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
1997         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
1998         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
1999         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
2000         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
2001         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
2002         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
2003         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
2004         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
2005         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
2006         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
2007         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
2008         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
2009         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
2010         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
2011         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
2012         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
2013         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
2014         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
2015         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2016         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
2017         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
2018         * sysdeps/ia64/fpu/s_logb.S: Likewise.
2019         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
2020         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
2021         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
2022         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
2023         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
2024         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
2025         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
2026         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
2027         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
2028         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
2029         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
2030         * sysdeps/ia64/fpu/s_round.S: Likewise.
2031         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
2032         * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
2033         * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
2034         * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
2035         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2036         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
2037         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2038         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
2039         * sysdeps/ia64/fpu/s_tan.S: Likewise.
2040         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
2041         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
2042         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
2043         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2044         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2045         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2047         [BZ #592]
2048         * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
2049         * sysdeps/ia64/fpu/libm_error_codes.h: New file.
2051         [BZ #592]
2052         * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
2053         2005-03-21.
2054         * sysdeps/ia64/fpu/import_file.awk: Likewise.
2055         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
2056         * sysdeps/ia64/fpu/Makefile: Likewise.
2058 2005-03-29  Jakub Jelinek  <jakub@redhat.com>
2060         [BZ #1087]
2061         * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
2062         avoid calling mbsrtowcs twice.
2064 2005-03-29  Roland McGrath  <roland@redhat.com>
2066         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
2067         function, inline broken out of ...
2068         (DL_SYSDEP_OSCHECK): ... here.  Use that.
2069         Do the discovery and set GLRO(dl_osversion) if successful,
2070         if __LINUX_KERNEL_VERSION <= 0.
2071         * elf/dl-load.c: Don't include dl-osinfo.h here.
2073 2005-03-29  Alfred M. Szmidt  <ams@gnu.org>
2075         * manual/install.texi (Tools for Compilation): GNU binutils 2.15
2076         is now needed.
2078 2005-03-19  Bruno Haible  <bruno@clisp.org>
2080         * intl/dcigettext.c (struct known_translation_t): Change type of
2081         domainname field to 'const char *'.
2082         (DCIGETTEXT): Remove const-cast.
2084 2005-03-29  Thorsten Kukuk  <kukuk@suse.de>
2086         [BZ #661]
2087         * grp/initgroups.c (internal_getgrouplist): Check if we have
2088         enough space before adding the primary group to the list.
2090         * posix/tst-execle1.c (do_test): Fix execle arguments.
2091         * posix/tst-execle2.c (do_test): Likewise.
2093 2005-03-28  Roland McGrath  <roland@redhat.com>
2095         * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
2096         Reported by Mark Mitchell <mark@codesourcery.com>.
2097         * Versions.def (libm): Define GLIBC_2.4 set.
2098         * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
2099         * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
2100         * sysdeps/ia64/Versions: Likewise.
2101         * sysdeps/m68k/Versions: Likewise.
2102         * sysdeps/sparc/sparc64/Versions: Likewise.
2103         * sysdeps/x86_64/Versions: New file.
2104         * sysdeps/mips/mips64/Versions: New file.
2106         * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
2107         [__USE_GNU] (NL_LOCALE_NAME): New macro.
2108         * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
2109         return locale name string for the category.
2111 2005-03-25  Jakub Jelinek  <jakub@redhat.com>
2113         * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
2114         <wcstol_l.c>.
2116 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
2118         * sysdeps/mips/atomicity.h: Remove unused file.
2119         * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
2120         * sysdeps/mips/dl-tls.h: New file.
2121         * sysdeps/mips/libc-tls.c: New file.
2122         * sysdeps/mips/tls-macros.h: New file.
2123         * sysdeps/mips/bits/atomic.h: New file.
2124         * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
2125         * sysdeps/mips/elf/configure.in: New file.
2126         * sysdeps/mips/elf/configure: Generated.
2127         * sysdeps/mips/sys/asm.h: New file.
2128         * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
2129         * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
2130         clone support.
2131         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2132         (INTERNAL_SYSCALL_NCS): New.
2133         (INTERNAL_SYSCALL): Update for non-constant support.
2134         (internal_syscall0): Likewise.
2135         (internal_syscall1): Likewise.
2136         (internal_syscall2): Likewise.
2137         (internal_syscall3): Likewise.
2138         (internal_syscall4): Likewise.
2139         (internal_syscall5): Likewise.
2140         (internal_syscall6): Likewise.
2141         (internal_syscall7): Likewise.
2142         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
2143         Update to match the kernel.
2144         (SIGEV_CALLBACK): Likewise.
2145         (SIGEV_THREAD_ID): Likewise.
2147 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
2149         [BZ #783]
2150         * elf/tst-auditmod1.c: Add MIPS support.
2151         * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
2152         (La_mips_32_retval): New.
2153         (La_mips_64_regs): New.
2154         (La_mips_64_retval): New.
2155         (struct audit_ifaces): Add MIPS entries.
2156         * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
2157         (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
2158         ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
2159         ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
2160         (RTLD_START): Align the stack before calling _dl_init_internal.
2161         Use .ent for _dl_start_user.
2162         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
2163         (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
2164         (elf_machine_runtime_setup): Use "auto inline".
2165         (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
2166         (elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.
2167         * sysdeps/mips/dl-trampoline.c: New file.
2168         * sysdeps/mips/bits/link.h: New file.
2169         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2170         (internal_syscall5): Use register operands instead of non-lvalue
2171         memory operands.
2172         (internal_syscall6): Likewise.
2173         (internal_syscall7): Likewise.
2175 2005-03-27  Andreas Jaeger  <aj@suse.de>
2177         * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
2178         avoid warnings with older compiler.
2179         (__builtin___memcpy_chk): Likewise.
2180         (__builtin___memmove_chk: Likewise.
2181         (__builtin___mempcpy_chk): Likewise.
2182         (__builtin___memset_chk): Likewise.
2183         (__builtin___stpcpy_chk): Likewise.
2184         (__builtin___strcat_chk): Likewise.
2185         (__builtin___strcpy_chk): Likewise.
2186         (__builtin___strncat_chk): Likewise.
2187         (__builtin___strncpy_chk): Likewise.
2188         (__builtin_object_size): Likewise.
2190 2005-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
2192         * elf/tls-macros.h: Correct typo.
2194 2005-03-23  Jakub Jelinek  <jakub@redhat.com>
2196         [BZ #822]
2197         * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
2198         (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
2200 2005-03-22  Roland McGrath  <roland@redhat.com>
2202         * locale/setlocale.c: Comment typo.
2204         * scripts/versions.awk: No errors for GLIBC_PRIVATE.
2206         * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
2208         * scripts/versions.awk: Print all errors and die at the end.
2209         Use library name in versions array keys.
2211 2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
2213         * elf/elf.h (PT_ARM_EXIDX): New macro.
2215 2005-03-21  Thorsten Kukuk  <kukuk@suse.de>
2217         [BZ #1098]
2218         * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
2219         Convert correctly between long/int on 64bit big-endian.
2221 2005-03-21  David Mosberger  <davidm@hpl.hp.com>
2223         * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
2224         with more than 8 output registers.  Fix this by passing original
2225         ar.pfs to _mcount_ret_helper via r3.
2227 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2229         [BZ #786]
2230         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
2231         GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
2232         * elf/Makefile: Add rules to build and run tst-tls15.
2233         * elf/tst-tls15.c: New test.
2234         * elf/tst-tlsmod15a.c: New file.
2235         * elf/tst-tlsmod15b.c: New file.
2237 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
2239         * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
2241 2005-03-20  Alfred M. Szmidt  <ams@gnu.org>
2243         * elf/dl-open.c (dl_open_worker): Fix typo.
2245 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
2247         * malloc/malloc.c (public_cALLOc): We cannot skip the memory
2248         clearing if perturb_byte != 0.
2250 2005-03-20  Jakub Jelinek  <jakub@redhat.com>
2252         * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
2253         instead of __off_t for last argument.
2254         * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
2255         * debug/tst-lfschk1.c: New test.
2256         * debug/tst-lfschk2.c: New test.
2257         * debug/tst-lfschk3.c: New test.
2259 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
2261         * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
2262         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
2263         and __USE_XOPEN guards to match linux/bits/termios.h.
2264         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2265         (CMSPAR): Define.
2266         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2268 2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
2270         * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
2272 2005-02-27  Denis Barbier  <barbier@debian.org>
2274         [BZ #549]
2275         * locale/iso-4217.def: Add CSD currency.
2277 2005-03-19  Ulrich Drepper  <drepper@redhat.com>
2279         * inet/test-ifaddrs.c: Use test-skeleton.
2280         * inet/test_ifindex.c: Likewise.
2282         [BZ #821]
2283         * elf/dl-lookup.c (add_dependency): Always search l_initfini if
2284         the list exists.
2286         [BZ #821]
2287         * elf/Makefile: Add rules to build and run order2.
2288         * elf/order2.c: New file.
2289         * elf/order2mod1.c: New file.
2290         * elf/order2mod2.c: New file.
2291         * elf/order2mod3.c: New file.
2292         * elf/order2mod4.c: New file.
2294 2005-03-19  Jakub Jelinek  <jakub@redhat.com>
2296         [BZ #821]
2297         * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
2298         it has been incremented before.
2300 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
2302         [BZ #821]
2303         * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
2304         function _dl_sort_fini.
2305         (_dl_sort_fini): New function.
2306         * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
2307         * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
2308         destructors to call them in the right order.
2310 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
2312         * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
2313         (La_ppc64_retval): Correct size of lrc_fp.
2314         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
2315         Fix up ABI problems and complete function.
2317 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
2319         * math/test-misc.c (main): Add some more tests.
2321 2005-03-17  Jakub Jelinek  <jakub@redhat.com>
2323         * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
2324         __wcrtomb.  Check return values of other __wcrtomb calls.
2325         * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
2326         Change mbclen type to size_t.
2327         (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
2328         Handle mb chars whose upper case doesn't have multibyte representation
2329         in locale's charset.
2331 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2333         * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
2334         public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
2335         #ifndef _LIBC.
2337         [BZ #779]
2338         * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
2339         initialized.
2341 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
2343         * misc/sys/cdefs.h (__always_inline): Define.
2344         * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
2345         Use __always_inline instead of __inline.
2346         * socket/bits/socket2.h (recv, recvfrom): Likewise.
2347         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
2348         * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
2349         __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
2350         __strcat_ichk, __strncat_ichk): Use __always_inline instead of
2351         __inline__ __attribute__ ((__always_inline__)).
2353 2005-03-09  Jakub Jelinek  <jakub@redhat.com>
2355         * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
2356         (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
2357         readlink.  Add some more tests for read, pread, pread64, fgets and
2358         fgets_unlocked.
2360         * posix/bits/unistd.h (read, pread, pread64, readlink,
2361         getcwd, getwd): Change macros into extern inline functions.
2362         (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
2363         __getcwd_alias, __getwd_alias): New prototypes.
2364         * socket/bits/socket2.h (recv, recvfrom): Change macros into
2365         extern inline functions.
2366         (__recv_alias, __recvfrom_alias): New prototypes.
2367         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
2368         into extern inline functions.
2369         (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
2371         * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
2372         to __pread.
2373         * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
2374         to __pread64.
2376 2005-03-18  Daniel Jacobowitz  <dan@codesourcery.com>
2378         * configure.in: Use %function instead of @function.
2380 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
2382         [BZ #821]
2383         * include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
2384         Change type of l_idx to int.
2385         * elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
2386         determine whether a DSO has to be unloaded.  Instead compute this
2387         in this function.
2388         * elf/dl-deps.c: No need to manipulate l_opencount anymore.
2389         * elf/dl-lookup.c: Likewise.
2390         * elf/rtld.c: Likewise
2391         * elf/dl-open.c: Likewise.  Use l_init_called to determine whether
2392         object was just loaded.
2393         * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
2394         * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
2395         is about to be unloaded as a match.
2396         (_dl_map_object): Likewise.
2397         * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
2398         to be unloaded.
2399         * elf/circleload1.c: Don't use l_opencount anymore.
2400         * elf/neededtest.c: Likewise.
2401         * elf/neededtest2.c: Likewise.
2402         * elf/neededtest3.c: Likewise.
2403         * elf/neededtest4.c: Likewise.
2404         * elf/unload.c: Likewise.
2405         * elf/unload2.c: Likewise.
2406         * elf/loadtest.c: Likewise.
2408         [BZ #821]
2409         * elf/rtld.c: Preloading errors are now never fatal.
2411 2005-03-08  Jakub Jelinek  <jakub@redhat.com>
2413         [BZ #821]
2414         * elf/Makefile: Add rules to build and run unload5 test.
2415         * elf/unload5.c: New file.
2417         [BZ #821]
2418         * elf/Makefile: Add rules to build and run unload4 test.
2419         * elf/unload4.c: New file.
2420         * elf/unload4mod1.c: New file.
2421         * elf/unload4mod2.c: New file.
2422         * elf/unload4mod3.c: New file.
2423         * elf/unload4mod4.c: New file.
2425 2005-03-17  Roland McGrath  <roland@redhat.com>
2427         * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
2429 2005-03-16  Richard Henderson  <rth@redhat.com>
2431         * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
2432         of internal.
2433         (__hidden_def1, __hidden_dot_def1): Remove.
2434         (__hidden_def2, __hidden_def3): Remove.
2435         (__hidden_ver1): New.
2436         (hidden_ver, hidden_def, hidden_weak): Use it.
2437         (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
2438         version of the macro.
2440         * include/wchar.h (__wcscoll): Remove.
2441         * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
2442         * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
2444 2005-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2446         * elf/elf.h: Define MIPS TLS relocations.
2448 2005-03-16  Ulrich Drepper  <drepper@redhat.com>
2450         * elf/circleload1.c (main): Pretty printing.
2452 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2454         * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
2455         Patch by Dan Kegel <dank@kegel.com>.
2457         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
2458         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
2459         Add inline keyword.
2460         * sysdeps/alpha/dl-machine.h (elf_machine_rela,
2461         elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
2462         attribute.
2463         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
2464         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
2465         static inline into auto inline.
2466         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
2467         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
2468         * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
2469         Likewise.
2470         * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
2471         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
2472         Likewise.
2474 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2476         [BZ #789]
2477         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
2478         Remove memory clobber.
2480         * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
2481         thread-safe.  Subtract GLRO(dl_hp_timing_overhead) from Diff.
2483 2005-03-14  Jakub Jelinek  <jakub@redhat.com>
2485         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
2486         asm/types.h.
2488 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
2490         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
2491         MAP_NONBLOCK.
2492         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
2493         Correct MAP_GROWSDOWN value.
2495 2005-03-13  Roland McGrath  <roland@redhat.com>
2497         * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
2498         version if there is one.  Only #error if macros are then undefined.
2499         * sysdeps/generic/tls-macros.h: New file.
2501 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
2503         * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
2504         * sysdeps/hppa/configure: Regenerated.
2506 2005-03-08  Roland McGrath  <roland@redhat.com>
2508         * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
2509         array types match exactly in C alias decls.
2511 2005-03-07  Ulrich Drepper  <drepper@redhat.com>
2513         * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
2514         mallopt appropriately.
2515         * malloc/malloc.h: Define M_PERTURB.
2516         * malloc/malloc.c (perturb_byte): New variable.
2517         (alloc_perturb, free_perturb): New macros.
2518         (_int_malloc): Before returning, overwrite the memory if this is
2519         requested.
2520         (_int_free): Overwrite freed memory if requested.
2521         (mALLOPt): Handle M_PERTURB.
2522         * test-skeleton.c: Add call to mallopt with M_PERTURB command.
2524         * elf/dl-close.c (_dl_close): Decrement l_opencount before
2525         printing debug message.
2526         * elf/dl-open.c (dl_open_worker): Always print the new opencount
2527         in debug messages.
2529 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
2531         * elf/dl-close.c (_dl_close): Unify debug message format.
2533         * elf/dl-close.c (_dl_close): Print debug message just before
2534         destroying a link map.
2536         * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
2537         * elf/dl-version.c (match_symbol): Likewise.
2539         * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
2541         * debug/recv_chk.c (__recv_chk): Always fail if request could
2542         overflow the buffer.
2543         * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
2544         * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
2545         we know the call succeeds.
2546         (recvfrom): Likewise.
2548 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
2550         * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
2551         warning.
2552         * posix/regex_internal.c (re_string_reconstruct): Add cast to
2553         avoid warning.
2554         (build_wcs_upper_buffer): Change type of bug to plain char.
2555         * locale/weightwc.h (findidx): Add casts to avoid warnings.
2556         * time/mktime.c (ranged_convert): Initialize tm to make the
2557         compiler happy.
2558         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
2559         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
2560         * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
2561         * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
2562         * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
2563         * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
2564         * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
2565         * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
2566         * libio/iofwide.c: Add casts to avoid warnings.
2567         * stdio-common/printf-prs.c (parse_printf_format): Introduce new
2568         variable f to avoid warnings.
2569         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2570         Fix a few casts to avoid warnings.
2571         * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
2572         to avoid warning.
2574         [BZ #1101]
2575         * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
2576         dynamically sized array.
2577         (build_wcs_upper_buffer): Likewise.
2579 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
2581         * include/bits/unistd.h: New file.
2582         * include/bits/socket2.h: New file.
2584 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
2586         * sunrpc/key_call.c: Remove doors support.
2587         * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
2588         * configure.in: Remove test for doors support which never existed.
2589         * config.make.in: Remove have_doors entry.
2591         * configure.in: Make sure at least gcc 3.4 is used.  Undo last change.
2592         * config.make.in: Undo last change.
2594         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
2595         -mtune.
2597 2005-03-05  Roland McGrath  <roland@redhat.com>
2599         * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
2600         (_dl_out_of_memory): Use rtld_hidden_proto.
2601         * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
2602         (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
2603         * elf/dl-open.c (_dl_open): Likewise.
2604         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
2606         * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
2608         * elf/dl-addr.c (_dl_addr): Add a cast.
2610         [BZ #821]
2611         * elf/unload3mod4.c: Declare foo.
2612         * elf/testobj2.c: Include <stdio.h>.
2614         * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
2615         value constant, and use it in the defn.
2616         * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
2617         Use actual size for compat array decls.
2619         * config.make.in (cc-mtune): New substituted variable.
2620         * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
2621         done only if libc_mtune_example is defined.
2622         * sysdeps/i386/configure.in (libc_mtune_example): Set it.
2623         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
2625 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
2627         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
2628         unconditionally to (defined RTLD_BOOTSTRAP).
2629         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
2631 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
2633         * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
2634         $(inst_slibdir) in AS_NEEDED directive.
2636 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
2638         * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
2640 2005-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2642         [BZ #776]
2643         * iconv/iconvconfig.c: Fix comment for the output file.
2644         (write_output): Clear padding in header.
2646 2005-03-03  Ulrich Drepper  <drepper@redhat.com>
2648         [BZ #821]
2649         * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
2650         loader is closed.  Fixes unload3.
2651         * elf/tst-global1.c: New file.
2652         * elf/Makefile (tests): Add tst-global1.
2653         * elf/testobj2.c (p): New function.
2655 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
2657         [BZ #821]
2658         * elf/Makefile: Add rules to build and run unload3 test.
2659         * elf/unload3.c: New test.
2660         * elf/unload3mod1.c: New file.
2661         * elf/unload3mod2.c: New file.
2662         * elf/unload3mod3.c: New file.
2663         * elf/unload3mod4.c: New file.
2665 2005-02-21  Alan Modra <amodra@bigpond.net.au>
2667         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
2668         use __uint128_t.
2670 2005-03-01  Jakub Jelinek  <jakub@redhat.com>
2672         * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
2673         of __bos.
2674         * socket/bits/socket2.h (recv, recvfrom): Likewise.
2676 2005-03-01  Roland McGrath  <roland@redhat.com>
2678         [BZ #721]
2679         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
2680         of [RESOLVE_MAP].
2682 2005-03-01  Alfred M. Szmidt  <ams@gnu.org>
2684         [BZ #777]
2685         * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
2686         Add missing initializer.
2688         [BZ #777]
2689         * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
2690         USE_TLS && !USE___THREAD].
2692 2005-02-26  GOTO Masanori  <gotom@debian.or.jp>
2694         * csu/Makefile: Use printf instead of echo for some shells.
2696 2005-02-28  Roland McGrath  <roland@redhat.com>
2698         * debug/warning-nop.c (__nop): Rename to nop, make it static.
2699         (__warndecl): Use alias attribute directly, instead of strong_alias
2700         macro.  Add attribute_hidden.
2702 2005-02-28  Ulrich Drepper  <drepper@redhat.com>
2704         * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
2705         determine the call will never trigger a failure.
2706         * debug/read_chk.c (__read_chk): Always fail if the buffer is too
2707         small.
2708         * debug/readlink_chk.c (__readlink_chk): Likewise.
2709         * debug/pread64_chk.c (__pread64_chk): Likewise.
2710         * debug/pread_chk.c (__pread_chk): Likewise.
2712         * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
2713         * sysdeps/x86_64/memset_chk.S: Likewise.
2715 2005-02-24  Roland McGrath  <roland@redhat.com>
2717         * debug/Versions (libc: GLIBC_2.4): Remove
2718         __memset_zero_constant_len_parameter.
2719         * sysdeps/generic/memset_chk.c: Remove alias and warning.
2720         * misc/sys/cdefs.h (__warndecl): New macro.
2721         * debug/warning-nop.c: New file.
2722         * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
2723         arguments, instead of calling __memset_zero_constant_len_parameter.
2724         Use __warndecl for __warn_memset_zero_len.
2725         * debug/Makefile (routines): Add $(static-only-routines).
2726         (static-only-routines): New variable.
2728 2005-02-27  Ulrich Drepper  <drepper@redhat.com>
2730         * po/tr.po: Update from translation team.
2732 2005-02-26  Ulrich Drepper  <drepper@redhat.com>
2734         * elf/dl-addr.c: Cleanups.  Move declaration next to first use.
2736         * dlfcn/dlerror.c (check_free): New function.  Extract common code
2737         from fini and free_key_mem.  Check whether this is libdl in the
2738         base namespace.
2740 2005-02-25  Ulrich Drepper  <drepper@redhat.com>
2742         * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
2743         to debug output.
2745 2004-11-11  Richard Sandiford  <rsandifo@redhat.com>
2747         [BZ #758]
2748         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
2749         preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
2750         like __NR_N32_open.  Just include <asm/unistd.h> otherwise.
2751         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2752         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
2753         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
2754         standard __NR prefix.
2755         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
2756         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
2757         the output file is compatible with both pre-2.6 and 2.6 kernel headers.
2758         Extract separate syscall lists for each ABI.
2760 2005-02-23  Ulrich Drepper  <drepper@redhat.com>
2762         * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
2764         [BZ #719]
2765         * elf/Makefile: Run tst-tls9-static again.
2767 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
2769         [BZ #719]
2770         * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
2771         slotinfo array.
2772         (__libc_setup_tls): Initialize length of DTV based on array length.
2773         * elf/dl-load.c: Revert last change.
2774         * sysdeps/generic/dl-tls.c: Revert last change.
2776         * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
2777         tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
2778         tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
2779         * posix/tst-execl1.c: New file.
2780         * posix/tst-execl2.c: New file.
2781         * posix/tst-execle1.c: New file.
2782         * posix/tst-execle2.c: New file.
2783         * posix/tst-execlp1.c: New file.
2784         * posix/tst-execlp2.c: New file.
2785         * posix/tst-execv1.c: New file.
2786         * posix/tst-execv2.c: New file.
2787         * posix/tst-execve1.c: New file.
2788         * posix/tst-execve2.c: New file.
2789         * posix/tst-execvp1.c: New file.
2790         * posix/tst-execvp2.c: New file.
2792 2005-02-22  Roland McGrath  <roland@redhat.com>
2794         * include/signal.h: Revert last change.
2795         (__sigemptyset): Use __builtin_memset instead of memset.
2797 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
2799         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
2800         non-cancelable I/O functions.
2802 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
2804         [BZ #769]
2805         * nscd/nscd-client.h: Include sys/uio.h.
2806         (__readall, __readvall, writeall): New prototypes.
2807         * nscd/connections.c (writeall): New function.
2808         (handle_request): Use it.
2809         * nscd/aicache.c (addhstaiX): Likewise.
2810         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2811         * nscd/hstcache.c (cache_addhst): Likewise.
2812         * nscd/grpcache.c (cache_addgr): Likewise.
2813         * nscd/pwdcache.c (cache_addpw): Likewise.
2814         * nscd/nscd_helper.c (__readall, __readvall): New functions.
2815         * nscd/nscd_getai.c (__nscd_getai): Use them.
2816         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
2817         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
2818         * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
2819         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2821 2005-02-22  Roland McGrath  <roland@redhat.com>
2823         * include/sys/socket.h: Declare __recv.
2824         * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
2825         * sysdeps/mach/hurd/recv.c: Likewise.
2827         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
2828         __backtrace_* decls.
2830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2831         (INTERNAL_SYSCALL_ERROR_P): Evalute VAL.  Parenthesize ERR.
2832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
2834         * include/signal.h: Include <string.h> for memset decl.
2836 2005-02-22  Andreas Schwab  <schwab@suse.de>
2838         * posix/execvp.c (execvp): Fix invalid free.
2840 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
2842         [BZ #1095]
2843         * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
2844         * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
2845         librpcsvc.a objects.
2847 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
2849         [BZ #1107]
2850         * iconvdata/ibm930.h: Correct Yen mapping.
2851         * iconvdata/ibm939.h: Likewise.
2852         * iconvdata/testdata/IBM930..UTF8: Adjust test data.
2853         * iconvdata/testdata/IBM939..UTF8: Likewise.
2854         Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
2856         * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
2857         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
2858         (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
2859         ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
2860         ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
2861         ibm1158.c, and ibm1158.h.
2862         * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
2863         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
2864         * iconvdata/gconv-modules: Likewise.
2865         * iconvdata/ibm1025.c: New file.
2866         * iconvdata/ibm1025.h: New file.
2867         * iconvdata/ibm1122.c: New file.
2868         * iconvdata/ibm1122.h: New file.
2869         * iconvdata/ibm1137.c: New file.
2870         * iconvdata/ibm1137.h: New file.
2871         * iconvdata/ibm1153.c: New file.
2872         * iconvdata/ibm1153.h: New file.
2873         * iconvdata/ibm1154.c: New file.
2874         * iconvdata/ibm1154.h: New file.
2875         * iconvdata/ibm1155.c: New file.
2876         * iconvdata/ibm1155.h: New file.
2877         * iconvdata/ibm1156.c: New file.
2878         * iconvdata/ibm1156.h: New file.
2879         * iconvdata/ibm1157.c: New file.
2880         * iconvdata/ibm1157.h: New file.
2881         * iconvdata/ibm1158.c: New file.
2882         * iconvdata/ibm1158.h: New file.
2883         * iconvdata/testdata/IBM1025: New file.
2884         * iconvdata/testdata/IBM1025..UTF8: New file.
2885         * iconvdata/testdata/IBM1122: New file.
2886         * iconvdata/testdata/IBM1122..UTF8: New file.
2887         * iconvdata/testdata/IBM1137: New file.
2888         * iconvdata/testdata/IBM1137..UTF8: New file.
2889         * iconvdata/testdata/IBM1153: New file.
2890         * iconvdata/testdata/IBM1153..UTF8: New file.
2891         * iconvdata/testdata/IBM1154: New file.
2892         * iconvdata/testdata/IBM1154..UTF8: New file.
2893         * iconvdata/testdata/IBM1155: New file.
2894         * iconvdata/testdata/IBM1155..UTF8: New file.
2895         * iconvdata/testdata/IBM1156: New file.
2896         * iconvdata/testdata/IBM1156..UTF8: New file.
2897         * iconvdata/testdata/IBM1157: New file.
2898         * iconvdata/testdata/IBM1157..UTF8: New file.
2899         * iconvdata/testdata/IBM1158: New file.
2900         * iconvdata/testdata/IBM1158..UTF8: New file.
2901         Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
2903 2005-02-10  Paolo Bonzini  <bonzini@gnu.org>
2905         * posix/regcomp.c (lower_subexp): Do not optimize empty
2906         subexpressions even with REG_NOSUB.
2907         * posix/rxspencer/tests: Add a previously failing testcase.
2909 2005-02-21  Alan Modra <amodra@bigpond.net.au>
2911         [BZ #719]
2912         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
2913         array index is within bounds.
2915 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
2917         [BZ #719]
2918         * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
2919         linked code.
2920         * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
2921         * elf/Makefile: Remove rules to build and run tst-tls9-static.
2923         [BZ #719]
2924         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
2925         THREAD_DTV multiple times, this minimally reduces code size on
2926         some archs.
2928 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
2930         [BZ #768]
2931         * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
2932         NETDB_INTERNAL if buffer is too small.
2934         [BZ #768]
2935         * nscd/hstcache.c (INCR): Remove.
2936         (addhstbyX): Double buflen in each iteration rather than add INCR.
2937         * nscd/grpcache.c: Likewise.
2938         * nscd/pwdcache.c: Likewise.
2940 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
2942         * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
2943         map if requested.
2944         * debug/chk_fail.c: Request backtrace and memory map dump.
2946         * Versions.def: Add GLIBC_2.4 for libc.
2947         * debug/fgets_chk.c: New file.
2948         * debug/fgets_u_chk.c: New file.
2949         * debug/getcwd_chk.c: New file.
2950         * debug/getwd_chk.c: New file.
2951         * debug/readlink_chk.c: New file.
2952         * debug/read_chk.c: New file.
2953         * debug/pread_chk.c: New file.
2954         * debug/pread64_chk.c: New file.
2955         * debug/recv_chk.c: New file.
2956         * debug/recvfrom_chk.c: New file.
2957         * debug/Versions: Add all new functions with version GLIBC_2.4.
2958         * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
2959         pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
2960         getwd_chk, and getcwd_chk.  Plus appropriate CFLAGS definitions.
2961         * debug/tst-chk1.c: Add more tests.
2962         * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
2963         * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
2964         * posix/unistd.h: Include <bits/unistd.h> for fortification.
2965         * posix/bits/unistd.h: New file.
2966         * posix/Makefile (headers): Add bits/unistd.h.
2967         * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
2968         * socket/bits/socket2.h: New file.
2969         * socket/Makefile (headers): Add bits/socket2.h.
2971         * string/bits/string3.h: Extend memset macro to check for zero 3rd
2972         parameter and use __memset_zero_constant_len_parameter in that case.
2973         * sysdeps/generic/memset_chk.c: Add
2974         __memset_zero_constant_len_parameter alias and linker warning.
2975         * debug/Versions: Add __memset_zero_constant_len_parameter to libc
2976         with version GLIBC_2.4.
2978         * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
2979         in __STD_TYPE definition.
2981 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
2983         * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
2984         the error message rather than program name.
2986 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
2988         [BZ #767]
2989         * posix/unistd.h: symlink and readlink are unconditionally
2990         available in the 2001 spec.
2992 2005-02-16  Roland McGrath  <roland@redhat.com>
2994         * intl/dcigettext.c (_nl_find_msg): Add a cast.
2996         * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
2997         * nis/nis_clone_obj.c (nis_clone_object): Likewise.
2998         * nis/nis_clone_res.c (nis_clone_result): Likewise.
3000         * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
3001         for END_OF_MESSAGE and CP.
3003         * resolv/res_send.c (send_dg): Add else branch for case impossible
3004         unless `poll' is buggy.
3006         * crypt/crypt_util.c (__setkey_r): Add a cast.
3008         * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
3009         NBYTES, and unsigned char * for BYTES.
3011         * locale/programs/charmap.c (charmap_new_char): Use size_t and
3012         unsighed char * for NBYTES, BYTES parameters.
3014         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
3015         and cast it.
3016         * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
3018         * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
3020         * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
3022         * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
3023         (authdes_marshal): Don't use unsigned int for LEN.
3024         * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
3025         (xdr_u_hyper): Likewise.
3026         (xdr_u_short): Don't use u_long for L.
3027         * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
3029         * inet/rexec.c (rexec_af): Use socklen_t.
3030         * sunrpc/key_call.c (getkeyserv_handle): Likewise.
3031         * sunrpc/rtime.c (rtime): Likewise.
3032         * resolv/res_send.c (send_vc, send_dg): Likewise.
3033         * nis/nis_callback.c (__nis_create_callback): Likewise.
3035         * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
3037         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
3039         * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
3041         * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
3042         (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
3043         (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
3044         * intl/bindtextdom.c (INTUSE): Macro removed.
3045         (_nl_default_dirname): Use libc_hidden_proto.
3046         (set_binding_values): Don't use INTUSE.
3047         * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
3048         (_libc_intl_domainname): Use libc_hidden_proto.
3049         * posix/regex_internal.h (gettext): Remove INTUSE on it.
3050         * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
3051         rather than INTDEF.
3052         * include/libintl.h (_): Don't use *_internal name.
3054         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
3055         not uint32_t.
3056         * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
3058         * iconv/gconv_open.c (__gconv_open): Remove useless cast.
3060         [BZ #721]
3061         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3062         of [RESOLVE_MAP].
3063         * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
3064         * sysdeps/powerpc/powerpc32/dl-machine.h
3065         (elf_machine_rel, elf_machine_rel_relative): Removed.
3066         * sysdeps/powerpc/powerpc64/dl-machine.h
3067         (elf_machine_rel, elf_machine_rel_relative): Removed.
3069 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
3071         [BZ #721]
3072         * elf/dynamic-link.h: Don't declare nested auto functions that are
3073         not going to be defined.
3075 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
3077         [BZ #284]
3078         * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
3079         if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
3081 2005-02-16  Roland McGrath  <roland@redhat.com>
3083         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
3084         inside [! SHARED] where it's used.
3086 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
3088         * sysdeps/generic/bits/byteswap.h: Make sure result of all the
3089         functions and macros is unsigned.
3091 2005-02-11  Barry deFrese  <bddebian@comcast.net>
3093         [BZ #722]
3094         * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
3095         * sysdeps/mach/hurd/setresuid.c: Likewise.
3097 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
3099         * misc/sys/syslog.h: Fix typo in comment.
3101 2005-02-14  Roland McGrath  <roland@redhat.com>
3103         [BZ #720]
3104         * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
3105         if it wasn't originally.
3107 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
3109         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
3110         getpeername entry.
3111         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3112         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3114 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
3116         * scripts/soversions.awk: Only record first WORDSIZE{32,64}
3117         matching line.
3119 2005-02-14  Alan Modra  <amodra@bigpond.net.au>
3121         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
3122         with auto inline, and attribute always_inline.
3123         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3124         (elf_machine_rel, elf_machine_rel_relative): Likewise.
3125         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3126         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3127         (elf_machine_rel, elf_machine_rel_relative): Likewise.
3128         (elf_machine_tprel): Likewise.
3130 2005-02-14  Andreas Schwab  <schwab@suse.de>
3132         * manual/filesys.texi (Random Access Directory): Fix type of file
3133         position value for telldir and seekdir.
3134         (Attribute Meanings): Fix typo.
3136 2005-02-14  H.J. Lu  <hongjiu.lu@intel.com>
3138         * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
3139         isn't defined.
3140         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
3141         if SHARED isn't defined.
3142         * elf/Makefile (tests-static): Add tst-array1-static.
3143         ($(objpfx)tst-array1-static.out): New target.
3144         * elf/tst-array1-static.c: New file.
3146 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
3148         [BZ #1100]
3149         * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
3150         __libc_message to kill GCC warning about noreturn function returning.
3152         * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
3153         before relocating ld.so again.
3155         * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
3156         for already prelinked ld.so.
3158 2005-02-11  Roland McGrath  <roland@redhat.com>
3160         [BZ #715]
3161         * Makefile (installed-stubs): New variable.
3162         Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
3163         or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
3164         [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
3165         ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
3166         rule's target.
3167         ($(inst_includedir)/gnu/stubs.h): New target, install from ...
3168         * include/stubs-biarch.h: New file.
3170         * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
3172         * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
3173         Emit defn for variable `biarch'.
3175         * include/stub-tag.h: Update comment.
3177         * scripts/soversions.awk: Fix default version set handling.
3179 2005-02-10  Roland McGrath  <roland@redhat.com>
3181         [BZ #157]
3182         * include/libc-symbols.h (stub_warning): Emit a marker section called
3183         .gnu.glibc-stub.NAME.
3184         * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
3185         Use objdump to collect those marker section names.
3186         ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
3188         * Rules (subdir_objs, subdir_stubs): New phony targets.
3189         * Makefile (+subdir_targets): Add them.
3191         * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
3192         soversions.i.
3194         * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
3195         Reported by H.J. Lu <hongjiu.lu@intel.com>.
3197         * scripts/lib-names.awk: Always print WORDSIZE32 section first when
3198         doing two.
3200 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
3202         * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
3203         * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
3204         * sysdeps/powerpc/bits/link.h: ... here.  New file.
3206 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
3208         [BZ #710]
3209         * stdlib/random_r.c (__initstate_r): Save old state.
3210         * stdlib/Makefile (tests): Add tst-random2.
3211         * stdlib/tst-random2.c: New test.
3212         Reported by Peter Bergner <bergner@vnet.ibm.com>.
3214 2005-01-25  H.J. Lu  <hongjiu.lu@intel.com>
3216         * dlfcn/dlfcn.c (init): Put it in .init_array section.
3218 2005-02-10  Roland McGrath  <roland@redhat.com>
3220         [BZ #632]
3221         * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
3222         from command line.
3223         Grok shlib-versions lines with WORDSIZE* in second column.
3224         Add new leading column to output, DEFAULT for existing output lines.
3225         Also emit lines with WORDSIZE* for alternate configurations.
3226         * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
3227         ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
3228         ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
3229         of soversions.mk; replace inline shell script with use of ...
3230         * scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
3231         emit multiple sets of macros under #if.
3232         * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
3233         (s390x-.*-.*): Likewise for s390.
3234         (powerpc64-.*-.*): Likewise for powerpc.
3235         (sparc64-.*-.*): Likewise for sparc.
3236         (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
3237         for these mapping back to the above.
3239 2005-02-08  Jakub Jelinek  <jakub@redhat.com>
3241         * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
3243 2005-02-08  Andreas Schwab  <schwab@suse.de>
3245         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
3246         RESOLVE.
3248 2005-02-07  Richard Henderson  <rth@redhat.com>
3250         * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
3252 2005-02-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3254         * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
3255         RESOLVE.
3257 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
3259         * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
3260         set correctly.
3262 2005-01-07  Richard Henderson  <rth@redhat.com>
3264         * math/math_private.h (__copysign): Define as builtin for gcc 4.
3265         (__copysignf, __copysignl): Likewise.
3266         * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
3267         for gcc 4.0.
3268         (copysignf, copysignl, fabsf, fabs): Likewise.
3269         (__copysign, __copysignf, __copysignl): Remove.
3270         (__fabs, __fabsf): Remove.
3272 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
3274         [BZ #738]
3275         * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
3276         avoid writing to it if none of the standard search directories exist.
3278 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
3280         [BZ #700]
3281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3282         (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
3283         Load MSR as a doubleword.
3284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3285         (__novec_swapcontext, __swapcontext): Likewise.
3287 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
3289         * iconv/iconv_prog.c (main): Provide more help in case on an error.
3291         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
3293 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
3295         [BZ #741]
3296         * nscd/nscd.c (termination_handler): Avoid segfault if some database
3297         is not enabled.
3299         [BZ #741]
3300         * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
3301         __nss_not_use_nscd_hosts and return -1.
3302         * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
3303         initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
3304         Avoid leaking sockets.
3306 2005-01-28  Andreas Schwab  <schwab@suse.de>
3307             H.J. Lu  <hongjiu.lu@intel.com>
3309         [BZ #677]
3310         * elf/dl-runtime.c (fixup): Change return type to
3311         DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
3312         DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
3313         values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
3314         store and retrieve relocation values.
3315         (profile_fixup): Likewise.
3316         * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
3317         l_reloc_result.
3318         * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
3319         * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
3320         (DL_FIXUP_MAKE_VALUE): Likewise.
3321         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
3322         (DL_FIXUP_VALUE_ADDR): Likewise.
3323         (DL_FIXUP_ADDR_VALUE): Likewise.
3324         * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
3325         (DL_FIXUP_VALUE_TYPE): New.
3326         (DL_FIXUP_MAKE_VALUE): Likewise.
3327         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
3328         (DL_FIXUP_VALUE_ADDR): Likewise.
3329         (DL_FIXUP_ADDR_VALUE): Likewise.
3330         * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
3331         (elf_machine_profile_plt): Removed.
3332         (elf_machine_fixup_plt): Change return type and type of value
3333         parameter to struct fdesc.
3334         (elf_machine_plt_value): Likewise.
3335         (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
3336         argument for elf_machine_fixup_plt.
3338 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
3340         [BZ #742]
3341         * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
3342         after the status string printed by killproc.
3344 2004-11-18  Alexandre Oliva  <aoliva@redhat.com>
3346         * manual/.cvsignore: Add dir-add.texi.
3348 2005-02-06  Richard Henderson  <rth@redhat.com>
3350         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
3351         all the time.
3353 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
3355         * configure.in (sysnames): Append sysdeps/generic for each add-on.
3356         * configure: Regenerated.
3358 2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
3360         * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
3361         (dtv_t): Change pointer type to be a struct which also contains
3362         information whether the memory pointed to is static TLS or not.
3364         * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
3366         * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
3367         (FALSEP): ... this.  Updated all references.
3369         [BZ #765]
3370         * libio/fmemopen.c: Include <stdint.h>.
3372 2005-01-30  Ulrich Drepper  <drepper@redhat.com>
3374         [BZ #1103]
3375         * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
3376         * nscd/connections.c (send_ro_fd): Likewise.
3378 2005-01-28  H.J. Lu  <hongjiu.lu@intel.com>
3380         * elf/tst-auditmod1.c: Add ia64 entries.
3381         * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
3382         (La_ia64_retval): New.
3383         (audit_ifaces): Add ia64 entries.
3384         * sysdeps/ia64/bits/link.h: New file.
3385         * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
3386         for dl_profile non-null.
3387         (ARCH_LA_PLTENTER): New.
3388         (ARCH_LA_PLTEXIT): New.
3389         * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
3390         only 2 output registers. Allocate stack to save/restore
3391         8 incoming fp registers. Call _dl_fixup instead of fixup.
3392         (_dl_runtime_profile): Rewrite.
3394 2005-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3396         * sysdeps/s390/bits/link.h: New file.
3397         * sysdeps/s390/s390-32/dl-trampoline.S: New file.
3398         * sysdeps/s390/s390-64/dl-trampoline.S: New file.
3399         * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
3400         dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
3401         relocation code.
3402         (elf_machine_runtime_setup): Test for dl_profile non-null.
3403         (elf_machine_rela): Remove code using RESOLVE.
3404         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
3405         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3406         * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
3407         La_s390_64_regs, La_s390_64_retval): New.
3408         * elf/tst-auditmod1.c: Add s390 entries.
3410         [BZ #743]
3411         * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
3412         strncat, memchr, strcmp): Add missing memory clobber.
3414 2005-01-27  Ulrich Drepper  <drepper@redhat.com>
3416         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
3417         copy gl_offs.  Patch by Sergey Tikhonov <tsv@solvo.ru>.
3419 2005-01-27  Paolo Bonzini  <bonzini@gnu.org>
3421         [BZ #558]
3422         * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
3423         Initialize the node sets in dfa->inveclosures.
3424         (analyze): Initialize inveclosures only if it is needed.
3425         Check errors from calc_inveclosure.
3426         * posix/regex_internal.c (re_dfa_add_node): Do not initialize
3427         the inveclosure node set.
3428         * posix/regexec.c (re_search_internal): If nmatch includes unused
3429         subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
3431         * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
3432         Do build a SIMPLE_BRACKET token.
3434         * posix/regexec.c (transit_state_mb): Do not examine nodes
3435         where ACCEPT_MB is not set.
3437 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
3439         * stdlib/tst-fmtmsg.c: Include stdlib.h.
3440         * stdio-common/tst-fmemopen2.c: Include string.h.
3441         * posix/execvp.c: Include stdbool.h.
3443 2004-12-13  Paolo Bonzini  <bonzini@gnu.org>
3445         Separate parsing and creation of the NFA.  Avoided recursion on
3446         the (very unbalanced) parse tree.
3447         [BZ #611]
3448         * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
3449         re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
3450         (optimize_subexps, duplicate_tree, calc_first, calc_next,
3451         mark_opt_subexp): Rewritten.
3452         (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
3453         create_token_tree, free_tree, free_token): New.
3454         (analyze): Accept a regex_t *.  Invoke the passes via the preorder and
3455         postorder generic visitors.  Do not initialize the fields in the
3456         re_dfa_t that represent the transitions.
3457         (free_dfa_content): Use free_token.
3458         (re_compile_internal): Analyze before UTF-8 optimizations.  Do not
3459         include optimization of subexpressions.
3460         (create_initial_state): Fetch the DFA node index from the first node's
3461         bin_tree_t *.
3462         (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
3463         Return on COMPLEX_BRACKET.
3464         (duplicate_node_closure): Fix comment.
3465         (duplicate_node): Do not initialize the fields in the
3466         re_dfa_t that represent the transitions.
3467         (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
3468         (create_tree): Remove final argument.  All callers adjusted.  Rewritten
3469         to use create_token_tree.
3470         (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
3471         build_charclass_op): Use create_tree or create_token_tree instead
3472         of re_dfa_add_tree_node.
3473         (parse_dup_op): Likewise.  Also free the tree using free_tree for
3474         "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
3475         to "a|".  Adjust invocation of mark_opt_subexp.
3476         (parse_sub_exp): Create a single SUBEXP node.
3477         * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
3478         always perform as if it was 1.  Do not initialize OPT_SUBEXP and
3479         DUPLICATED, and initialize the DFA fields representing the transitions.
3480         * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
3481         (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
3482         section.  Add a tree-only code SUBEXP.  Remove OP_DELETED_SUBEXP.
3483         (bin_tree_t): Include a full re_token_t for TOKEN.  Turn FIRST and
3484         NEXT into pointers to trees.  Remove ECLOSURE.
3486 2004-12-28  Paolo Bonzini  <bonzini@gnu.org >
3488         [BZ #605]
3489         * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
3490         that were already created.
3491         * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
3492         in the token if needed.
3493         (create_ci_newstate, create_cd_newstate): Set accept_mb field
3494         from the tokens' field.
3495         * posix/regex_internal.h (re_token_t): Add accept_mb field.
3496         (ACCEPT_MB_NODE): Removed.
3497         * posix/regexec.c (proceed_next_node, transit_states_mb,
3498         build_sifted_states, check_arrival_add_next_nodes): Use
3499         accept_mb instead of ACCEPT_MB_NODE.
3501 2005-01-26  Ulrich Drepper  <drepper@redhat.com>
3503         [BZ #1100]
3504         * debug/chk_fail.c (__chk_fail): Print program name in final message.
3506         * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
3507         MSG_NOSIGNAL being in 2.2 kernels.
3509 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
3511         * sysdeps/unix/sysv/linux/i386/sysdep.h
3512         (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
3514         [BZ #693]
3515         * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
3516         (WORD_DELIM_CONSTRAINT): ...this.
3517         (NOT_WORD_DELIM_CONSTRAINT): Define.
3518         (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
3519         change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
3520         * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
3521         anchor instead of INSIDE_WORD.
3522         (parse_expression): Handle NOT_WORD_DELIM constraint.
3523         * posix/bug-regex19.c (tests): Adjust tests that relied on \B
3524         being inside word instead of not word delim.
3525         * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
3526         characters.
3527         * posix/rxspencer/tests: Add some new tests.
3529 2005-01-14  GOTO Masanori  <gotom@debian.or.jp>
3531         [BZ #1108]
3532         * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
3533         irrespective of Cflag.
3535         * manual/memory.texi (sbrk): Fix definition.
3536         * manual/string.texi (strcasestr): Fix example typo.
3538 2005-01-25  Roland McGrath  <roland@redhat.com>
3540         * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
3542 2005-01-23  Roland McGrath  <roland@redhat.com>
3544         [BZ #737]
3545         * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
3546         in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
3547         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
3548         (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
3549         from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
3550         * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
3552 2005-01-25  Jakub Jelinek  <jakub@redhat.com>
3554         [BZ #731]
3555         * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
3556         (free_mem): Don't free string.
3557         * stdlib/tst-fmtmsg.c: Include string.h.
3558         (main): Add some more tests.
3560 2005-01-25  Andreas Schwab  <schwab@suse.de>
3562         [BZ #736]
3563         * timezone/asia: Update from tzdata2005c.
3564         * timezone/backward: Likewise.
3565         * timezone/europe: Likewise.
3566         * timezone/leapseconds: Likewise.
3567         * timezone/northamerica: Likewise.
3568         * timezone/southamerica: Likewise.
3570         [BZ #736]
3571         * timezone/private.h: Update from tzcode2005c.
3572         * timezone/tzfile.h: Likewise.
3573         * timezone/zdump.c: Likewise.
3574         * timezone/zic.c: Likewise.
3576 2005-01-25  Ulrich Drepper  <drepper@redhat.com>
3578         * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
3579         RESOLVE.
3580         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
3581         using RESOLVE.
3582         * elf/rtld.c (_dl_start): Remove RESOLVE definition.
3584 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
3586         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
3587         sym_map, not sym, against zero.
3589 2005-01-24  Ulrich Drepper  <drepper@redhat.com>
3591         [BZ #671]
3592         * misc/syslog.c: Moved to...
3593         * sysdeps/generic/syslog.c: ...here.
3594         [NO_SIGIPE]: Don't install SIGPIPE handler.
3595         * sysdeps/unix/sysv/linux/syslog.c: New file.
3596         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3597         __ASSUME_MSG_NOSIGNAL.
3599 2005-01-22  Richard Henderson  <rth@redhat.com>
3601         * sysdeps/alpha/dl-trampoline.S: New file.
3602         * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
3603         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
3604         (elf_machine_runtime_setup): Test for dl_profile non-null.
3605         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
3606         * sysdeps/alpha/bits/link.h: New file.
3607         * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
3608         (struct audit_ifaces): Add alpha entries.
3609         * elf/tst-auditmod1.c: Add alpha entries.
3611 2005-01-22  Ulrich Drepper  <drepper@redhat.com>
3613         * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
3614         * sysdeps/ia64/dl-trampoline.S: New file.
3616         * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
3617         La_x86_64_xmm definition.
3619         * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
3620         pointer option.
3621         * stdlib/Makefile (CFLAGS-system.os): Use this instead of
3622         CFLAGS-system.c for frame pointer option.
3624 2005-01-21  Roland McGrath  <roland@redhat.com>
3626         * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
3627         * sysdeps/i386/dl-machine.h: Update decl.
3629 2005-01-21  Jakub Jelinek  <jakub@redhat.com>
3631         [BZ #735]
3632         * elf/Makefile: Add rules to build and run tst-align2.
3633         * elf/tst-align2.c: New test.
3634         * elf/tst-alignmod2.c: New file.
3635         * sysdeps/powerpc/tst-stack-align.h: New file.
3636         * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
3637         pointer before calling _dl_init.
3638         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3640 2005-01-20  Ulrich Drepper  <drepper@redhat.com>
3642         * posix/execl.c: Do not allocate potentially large buffers on the
3643         stack.
3644         * posix/execle.c: Likewise.
3645         * posix/execlp.c: Likewise.
3646         * posix/execvp.c: Likewise.
3647         (script_execute): Removed.
3648         (allocate_scripts_argv): New function.  Called at most once to
3649         allocate memory, not every time a script is run.  Adjust caller.
3651         * sysdeps/generic/wordexp.c (exec_comm): Add a few
3652         TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
3653         exec_comm_child.
3654         (exec_comm_child): Can now be inlined.
3656         * posix/Makefile: Add -fomit-frame-pointer for a few more files.
3657         * stdlib/Makefile: Likewise.
3659 2005-01-19  Roland McGrath  <roland@redhat.com>
3661         [BZ #681]
3662         * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
3663         argument to execlp.
3664         Reported by Marcus Meissner <meissner@suse.de>.
3666 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
3668         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
3669         in assert.
3670         * iconv/strtab.c (strtabfinalize): Likewise.
3672         * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
3674 2005-01-17  Roland McGrath  <roland@redhat.com>
3676         [BZ #745]
3677         * nscd/Makefile (LDLIBS-nscd): New variable.
3678         ($(objpfx)nscd): Use that instead of selinux-LIBS.
3680         * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
3681         (link-extra-libs-static): Define to $(link-extra-libs).
3682         (link-extra-libs-bounded): Likewise.
3684 2005-01-17  Ulrich Drepper  <drepper@redhat.com>
3686         * include/link.h: Remove stray definition of pltenter.
3688 2005-01-16  GOTO Masanori  <gotom@debian.or.jp>
3690         [BZ #734]
3691         * sysdeps/unix/rewinddir.c: Reset filepos.
3692         * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
3694 2005-01-15  Ulrich Drepper  <drepper@redhat.com>
3696         * elf/tst-auditmod1.c: Reduce duplication.
3698 2005-01-16  Andreas Schwab  <schwab@suse.de>
3700         * sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define
3701         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
3702         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
3703         GLRO(dl_profile) != NULL.
3704         * sysdeps/m68k/dl-trampoline.S: New file.
3705         * sysdeps/m68k/bits/link.h: New file.
3706         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
3707         variants.
3708         * elf/tst-auditmod1.c: Add m68k support.
3710 2005-01-14  Ulrich Drepper  <drepper@redhat.com>
3712         * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
3713         LC_* variable.  Patch by Aharon Robbins <arnold@skeeve.com>.
3715         [BZ #731]
3716         * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
3717         * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
3719 2005-01-12  Ulrich Drepper  <drepper@redhat.com>
3721         * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
3722         callers from libc anymore.
3724         * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
3725         to _dl_map_object_deps.
3726         * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
3727         protections when loading auditing modules.
3729         * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
3731         * posix/getconf.c: Update copyright year.
3732         * nss/getent.c: Likewise.
3733         * nscd/nscd_nischeck.c: Likewise.
3734         * iconv/iconvconfig.c: Likewise.
3735         * iconv/iconv_prog.c: Likewise.
3736         * elf/ldconfig.c: Likewise.
3737         * catgets/gencat.c: Likewise.
3738         * csu/version.c: Likewise.
3739         * elf/ldd.bash.in: Likewise.
3740         * elf/sprof.c (print_version): Likewise.
3741         * locale/programs/locale.c: Likewise.
3742         * locale/programs/localedef.c: Likewise.
3743         * nscd/nscd.c (print_version): Likewise.
3744         * debug/xtrace.sh: Likewise.
3745         * malloc/memusage.sh: Likewise.
3746         * malloc/mtrace.pl: Likewise.
3747         * debug/catchsegv.sh: Likewise.
3749 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
3751         [BZ #733]
3752         * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
3753         as backlog.
3754         * sunrpc/svc_unix.c (svcunix_create): Likewise.
3756         [BZ #1099]
3757         * grp/putgrent.c (putgrent): Don't write 0 as group
3758         ID if groupname starts with + or -.
3759         * pwd/putpwent.c (putpwent): Don't write 0 as user or
3760         group ID if user name starts with + or -.
3762 2005-01-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3764         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
3765         * sysdeps/elf/tst-auditmod1.c: Add sh support.
3766         * sysdeps/sh/bits/link.h: New.
3767         * sysdeps/sh/dl-machine.h: Remove trampoline code here.  Define
3768         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.  Remove obsolete comments.
3769         (RTLD_START): Define __fpscr_values.
3770         * sysdeps/sh/dl-trampoline.S: New file.
3771         * sysdeps/sh/sh4/dl-trampoline.S: New file.
3772         * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
3773         * sysdeps/sh/sh4/dl-machine.h: Remove.
3775 2005-01-10  Jakub Jelinek  <jakub@redhat.com>
3777         [BZ #732]
3778         * time/tst-strptime.c (day_tests): Add 2 new tests.
3779         (test_tm, main): Issue an error instead of segfaulting if
3780         strptime returns NULL.
3782 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
3784         * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
3785         * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
3787 2005-01-11  Ulrich Drepper  <drepper@redhat.com>
3789         * malloc/malloc.h: Remove no-glibc support.
3791 2005-01-12  GOTO Masanori  <gotom@debian.or.jp>
3793         [BZ #650]
3794         * malloc/malloc.h: Always include features.h.
3796 2005-01-10  Roland McGrath  <roland@redhat.com>
3798         * sysdeps/ia64/fpu/e_logl.c: File removed.
3800         * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
3802 2005-01-10  Ulrich Drepper  <drepper@redhat.com>
3804         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
3805         recognition of last entry.
3807 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
3809         * elf/dl-runtime.c: Include <sys/param.h>.
3811         * elf/Makefile (headers): Add bits/link.h.
3813 2005-01-09  Andreas Schwab  <schwab@suse.de>
3815         * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
3817 2005-01-09  Andreas Jaeger  <aj@suse.de>
3819         [BZ #732]
3820         * time/strptime_l.c (__strptime_internal): Add braces to avoid
3821         warning.
3823         * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
3825         * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
3827 2005-01-08  Jakub Jelinek  <jakub@redhat.com>
3829         * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
3831 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
3833         * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
3834         those of all the regular objects.
3836         * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
3837         use it to select the r_debug structure for that namespace.
3838         * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
3839         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3840         * elf/dl-open.c (_dl_open): Likewise.
3841         * elf/rtld.c (dl_main): Likewise.
3842         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
3843         member.
3844         (_dl_debug_initialize): Add new parameter in declaration.
3846         * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
3847         called for the auditing objects themselves.
3848         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3850 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
3852         * sysdeps/powerpc/powerpc64/dl-machine.h
3853         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
3854         GLRO(dl_profile) != NULL.
3855         * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
3856         padding.
3857         * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
3858         Extend _dl_prof_resolve to add pass extra parameters to
3859         _dl_profile_fixup and set up structure with register content.
3861         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
3862         If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
3863         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
3864         Extend _dl_prof_resolve to add pass extra parameters to
3865         _dl_profile_fixup and set up structure with register content.
3866         * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
3867         the register and result structures.
3868         * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
3869         in the 32-bit register and result structures.
3871         * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
3873         * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
3874         * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
3875         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
3876         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
3877         * elf/tst-auditmod1.c: Add ppc32 support.
3878         * sysdeps/powerpc/powerpc32/bits/link.h: New file.
3879         * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
3881         * malloc/malloc.c (malloc_printerr): Print program name as part of
3882         error message.
3884         * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
3885         * stdlib/stdlib.h: Make realloc with
3886         __attribute_warn_unused_result__ instead of __wur.
3887         * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
3888         markers as in <stdlib.h>.
3890         * libio/stdio.h: Remove __wur from rename and remove.
3891         * posix/unistd.h: Remove __wur from dup2.
3893 2005-01-03  Andreas Jaeger  <aj@suse.de>
3895         * elf/Makefile (tests): Revert patch from 2005-01-03.
3897 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
3899         * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
3900         make __libc_init_first hidden.
3902         * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
3903         l_relocated of rtld map.
3904         * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
3905         * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
3906         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
3907         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
3908         * elf/tst-auditmod1.c: Add ppc64 support.
3909         * sysdeps/powerpc/powerpc64/bits/link.h: New file.
3911 2005-01-06  Roland McGrath  <roland@redhat.com>
3913         [BZ #633]
3914         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
3915         indicating file-name lookup errors, and return ENOSYS or EBADF instead.
3917 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
3919         * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
3920         * sysdeps/generic/libc-start.c: Don't register program destructor here.
3922         * dlfcn/Makefile: Add rules to build dlfcn.c.
3923         (LDFLAGS-dl.so): Removed.
3924         * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
3925         table.
3926         * dlfcn/dlmopen.c: Likewise for _dl_open.
3927         * dlfcn/dlopen.c: Likewise.
3928         * dlfcn/dlopenold.c: Likewise.
3929         * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
3930         * elf/Makefile (routines): Remove dl-open and dl-close.
3931         (dl-routines): Add dl-open, dl-close, and dl-trampoline.
3932         Add rules to build and run tst-audit1.
3933         * elf/tst-audit1.c: New file.
3934         * elf/tst-auditmod1.c: New file.
3935         * elf/Versions [libc]: Remove _dl_open and _dl_close.
3936         * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
3937         * elf/dl-open.c: Likewise.
3938         * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
3939         signaled by nonzero parameter.
3940         * elf/dl-init.c: Fix use of r_state.
3941         * elf/dl-load.c: Likewise.
3943         * elf/dl-close.c: Add auditing checkpoints.
3944         * elf/dl-open.c: Likewise.
3945         * elf/dl-fini.c: Likewise.
3946         * elf/dl-load.c: Likewise.
3947         * elf/dl-sym.c: Likewise.
3948         * sysdeps/generic/libc-start.c: Likewise.
3949         * elf/dl-object.c: Allocate memory for auditing information.
3950         * elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
3951         Correctly initialize slotinfo.
3952         * elf/dynamic-link.h: Adjust after removal of RESOLV.
3953         * sysdeps/hppa/dl-lookupcfg.h: Likewise.
3954         * sysdeps/ia64/dl-lookupcfg.h: Likewise.
3955         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
3956         * elf/dl-runtime.c (_dl_fixup): Little cleanup.
3957         (_dl_profile_fixup): New parameters to point to register struct and
3958         variable for frame size.
3959         Add auditing checkpoints.
3960         (_dl_call_pltexit): New function.
3961         Don't define trampoline code here.
3962         * elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
3963         Remove all the functions from _rtld_global_ro which only _dl_open
3964         and _dl_close needed.
3965         Add auditing checkpoints.
3966         * elf/link.h: Define symbols for auditing interfaces.
3967         * include/link.h: Likewise.
3968         * include/dlfcn.h: Define __RTLD_AUDIT.
3969         Remove prototypes for _dl_open and _dl_close.
3970         Adjust access to argc and argv in libdl.
3971         * dlfcn/dlfcn.c: New file.
3972         * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
3973         is gone.
3974         * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
3975         * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
3976         * sysdeps/i386/dl-machine.h: Remove trampoline code here.
3977         Adjust for removal of RESOLVE.
3978         * sysdeps/x86_64/dl-machine.h: Likewise.
3979         * sysdeps/generic/dl-trampoline.c: New file.
3980         * sysdeps/i386/dl-trampoline.c: New file.
3981         * sysdeps/x86_64/dl-trampoline.c: New file.
3983         * sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
3984         Fix updating of DTV.
3985         * sysdeps/generic/libc-tls.c: Likewise.
3987         * sysdeps/arm/bits/link.h: Renamed to ...
3988         * sysdeps/arm/bits/linkmap.h: ...this.
3989         * sysdeps/generic/bits/link.h: Renamed to...
3990         * sysdeps/generic/bits/linkmap.h: ...this.
3991         * sysdeps/hppa/bits/link.h: Renamed to...
3992         * sysdeps/hppa/bits/linkmap.h: ...this.
3993         * sysdeps/i386/bits/link.h: Renamed to...
3994         * sysdeps/i386/bits/linkmap.h: ...this.
3995         * sysdeps/ia64/bits/link.h: Renamed to...
3996         * sysdeps/ia64/bits/linkmap.h: ...this.
3997         * sysdeps/s390/bits/link.h: Renamed to...
3998         * sysdeps/s390/bits/linkmap.h: ...this.
3999         * sysdeps/sh/bits/link.h: Renamed to...
4000         * sysdeps/sh/bits/linkmap.h: ...this.
4001         * sysdeps/x86_64/bits/link.h: Renamed to...
4002         * sysdeps/x86_64/bits/linkmap.h: ...this.
4004         * posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]
4006 2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>
4008         [BZ #602]
4009         * math/libm-test.inc (rint_test_tonearest): New test.
4010         (rint_test_towardzero): New test.
4011         (rint_test_downward): New test.
4012         (rint_test_upward): New test.
4013         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
4014         Remove redundant const values.
4015         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
4016         Remove redundant const values.  Use float const.
4017         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
4018         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
4019         Use float const.
4020         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
4021         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
4022         Use float const.
4023         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
4024         Remove redundant const values.
4025         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
4026         Remove redundant const values.  Use float const.
4027         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
4028         Remove redundant const values.
4029         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
4030         Remove redundant const values.  Use float const.
4031         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
4032         alignment.  Fix -0.0 case.  Remove redundant const values.
4033         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
4034         alignment.  Fix -0.0 case.  Remove redundant const values.
4035         Use float const.
4036         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
4037         alignment.  Fix -0.0 case.
4038         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
4039         alignment.  Fix -0.0 case.  Use float const.
4040         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
4041         alignment.  Fix -0.0 case.
4042         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
4043         alignment.  Fix -0.0 case.  Use float const.
4044         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
4045         alignment.  Fix -0.0 case.  Remove redundant const values.
4046         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
4047         alignment.  Fix -0.0 case.  Remove redundant const values.
4048         Use float const.
4049         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
4050         alignment.  Fix -0.0 case.
4051         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
4052         alignment.  Fix -0.0 case.  Remove redundant const values.
4053         Use float const.
4055 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
4057         * misc/sys/cdefs.h: Define __wur.
4058         * libio/stdio.h: Use __wur for a number of interfaces.
4059         * posix/unistd.h: Likewise.
4060         * stdlib/stdlib.h: Likewise.
4062 2004-12-29  Jakub Jelinek  <jakub@redhat.com>
4064         [BZ #592]
4065         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
4066         libc_hidden_proto instead of HIDDEN_PROTO.
4067         * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
4068         (__libm_error_support): If ASSEMBLER and in libc, define to
4069         HIDDEN_JUMPTARGET(__libm_error_support).
4071 2004-12-28  David Mosberger  <davidm@hpl.hp.com>
4073         [BZ #592]
4074         * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
4075         (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
4076         with $(duplicated-routines).
4077         (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
4078         "m_" prefix.
4080 2004-12-27  David Mosberger  <davidm@hpl.hp.com>
4082         [BZ #592]
4083         * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
4084         undefine "ret" macro.  Add __libm_error_support hidden definitions.
4086         [BZ #592]
4087         * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
4088         missing portion of copyright statement.
4089         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
4090         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
4092         [BZ #592]
4093         * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
4094         missing portion of copyright statement.
4095         (__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
4096         (__ieee754_gamma): Likewise.
4097         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4098         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4100 2004-12-09  H.J. Lu <hjl@lucon.org>
4102         [BZ #592]
4103         * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
4104         * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
4105         * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
4106         * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
4107         * sysdeps/ia64/fpu/e_expl.S: Likewise.
4108         * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
4110 2004-11-18  David Mosberger  <davidm@hpl.hp.com>
4112         [BZ #592]
4113         * sysdeps/ia64/fpu/README: New file.
4114         * sysdeps/ia64/fpu/gen_import_file_list: New file.
4115         * sysdeps/ia64/fpu/import_check: Likewise.
4116         * sysdeps/ia64/fpu/import_diffs: Likewise.
4117         * sysdeps/ia64/fpu/import_file.awk: Likewise.
4118         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
4119         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4121         [BZ #592]
4122         * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
4123         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4124         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4125         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4126         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4127         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4128         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4129         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4130         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4131         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4132         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4133         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4134         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4135         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4136         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4137         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4138         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4139         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4140         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4141         * sysdeps/ia64/fpu/e_log.S: Likewise.
4142         * sysdeps/ia64/fpu/e_log2.S: Likewise.
4143         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
4144         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
4145         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4146         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4147         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4148         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4149         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4150         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4151         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4152         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4153         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4154         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4155         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4156         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4157         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4158         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4159         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4160         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4161         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4162         * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
4163         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4164         * sysdeps/ia64/fpu/s_atan.S: Likewise.
4165         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
4166         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
4167         * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
4168         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
4169         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
4170         * sysdeps/ia64/fpu/s_ceil.S: Likewise.
4171         * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
4172         * sysdeps/ia64/fpu/s_ceill.S: Likewise.
4173         * sysdeps/ia64/fpu/s_cos.S: Likewise.
4174         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
4175         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
4176         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
4177         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
4178         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
4179         * sysdeps/ia64/fpu/s_fabs.S: Likewise.
4180         * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
4181         * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
4182         * sysdeps/ia64/fpu/s_floor.S: Likewise.
4183         * sysdeps/ia64/fpu/s_floorf.S: Likewise.
4184         * sysdeps/ia64/fpu/s_floorl.S: Likewise.
4185         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
4186         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
4187         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4188         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4189         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4190         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4191         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4192         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4193         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4194         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4195         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4196         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4197         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4198         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4199         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4200         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4201         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4202         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4203         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4204         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4205         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4206         * sysdeps/ia64/fpu/s_round.S: Likewise.
4207         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4208         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4209         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4210         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4211         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4212         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4213         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4214         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4215         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4216         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4217         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4219         [BZ #592]
4220         * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
4221         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
4222         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
4223         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
4224         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
4225         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
4226         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
4227         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
4228         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
4229         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
4230         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
4231         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
4232         * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
4233         * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
4234         * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
4235         * sysdeps/ia64/fpu/e_logl.S: Likewise.
4236         * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
4237         * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
4238         * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
4239         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
4240         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
4241         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
4242         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
4243         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
4244         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
4245         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
4246         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
4247         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
4248         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
4249         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
4250         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
4251         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
4252         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
4253         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
4254         * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
4255         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
4256         * sysdeps/ia64/fpu/s_erf.S: Likewise.
4257         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
4258         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
4259         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
4260         * sysdeps/ia64/fpu/s_erff.S: Likewise.
4261         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
4262         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
4263         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
4264         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
4265         * sysdeps/ia64/fpu/s_fma.S: Likewise.
4266         * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
4267         * sysdeps/ia64/fpu/s_fmal.S: Likewise.
4268         * sysdeps/ia64/fpu/s_fmax.S: Likewise.
4269         * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
4270         * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
4271         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
4272         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
4273         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
4274         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
4275         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
4276         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
4277         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
4278         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
4279         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
4280         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
4281         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
4282         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
4283         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
4284         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
4285         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4286         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4287         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
4288         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
4289         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
4291         [BZ #592]
4292         * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
4293         * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
4294         * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
4295         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
4296         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
4297         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
4298         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
4299         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
4300         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
4301         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
4302         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
4303         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
4304         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
4305         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
4306         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
4307         * sysdeps/ia64/fpu/w_expl.c: Likewise.
4308         * sysdeps/ia64/fpu/e_expl.S: Likewise.
4309         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
4310         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
4311         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
4312         * sysdeps/ia64/fpu/w_log2.c: Likewise.
4313         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
4314         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
4315         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
4316         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
4317         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
4319         [BZ #592]
4320         * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
4321         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4322         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4323         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4324         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4325         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4326         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4328         [BZ #592]
4329         * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
4330         * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
4331         * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
4333         [BZ #592]
4334         * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
4336         [BZ #592]
4337         * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
4338         alias for use by libm_error.c
4340         [BZ #592]
4341         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
4342         libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
4343         Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
4344         libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
4345         libm_scalbn{,f,l}, libm_scalblnf.
4346         (sysdep_routines): Remove libm_frexp4{,f,l}.
4347         Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
4348         (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
4349         _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
4350         -DSIZE_LONG_LONG_INT_64.
4352 2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
4354         [BZ #729]
4355         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
4356         l_text_end are set for a VDSO with a single PT_LOAD entry.
4358 2005-01-05  Ulrich Drepper  <drepper@redhat.com>
4360         [BZ #730]
4361         * libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
4362         invalid to disable optimizations in fileops which won't work here.
4363         (_IO_cookie_jumps): Use it.
4364         (_IO_old_cookie_jumps): Likewise.
4365         * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
4366         not the return value.
4367         * stdio-common/Makefile (tests): Add tst-fmemopen2.
4368         * stdio-common/tst-fmemopen2.c: New file.
4370         * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
4372 2005-01-05  Roland McGrath  <roland@redhat.com>
4374         * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
4375         * sysdeps/i386/configure.in: ... here.  New file.
4377 2005-01-03  Ulrich Drepper  <drepper@redhat.com>
4379         [BZ #727]
4380         * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
4381         initialize __environ again.
4382         * stdlib/Makefile: Add rules to build and run tst-putenv.
4383         * stdlib/tst-putenv.c: New file.
4384         * stdlib/tst-putenvmod.c: New file.
4386         * sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
4387         define unnecessary wrappers or aliases of static functions.
4389 2005-01-03  Andreas Jaeger  <aj@suse.de>
4391         * csu/Makefile (generated): Add start.os and start.ob.
4393         * elf/Makefile (tests): Change rule for tst-pie1 so that make
4394         clean works.
4396 2004-12-29  Roland McGrath  <roland@redhat.com>
4398         [BZ #626]
4399         * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
4400         than always up; when nearest is zero, round up to one.
4402 2004-12-28  Ulrich Drepper  <drepper@redhat.com>
4404         * po/es.po: Update from translation team.
4406         [BZ #726]
4407         * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
4409 2004-12-27  Ulrich Drepper  <drepper@redhat.com>
4411         [BZ #744]
4412         * include/signal.h: Define __sigemptyset.
4414 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4416         * posix/regex_internal.h (struct re_dfastate_t): Make
4417         word_trtable a pointer to the 512-item transition table.
4418         * posix/regexec.c (build_trtable): Fill in either state->trtable
4419         or state->word_trtable.  Return a boolean indicating success.
4420         (transit_state): Expect state->trtable to be a 256-item
4421         transition table.  Reorganize code to have less tests in
4422         the common case, and to save an indentation level.
4423         * posix/regex_internal.c (free_state): Free word_trtable.
4425 2004-12-21  Jakub Jelinek  <jakub@redhat.com>
4427         [BZ #723]
4428         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
4429         calling fn is 16 byte aligned.
4430         * sysdeps/i386/tst-stack-align.h: New file.
4432         [BZ #725]
4433         * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
4434         (ecvt_r): Special case denormals.
4435         * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
4436         * misc/tst-efgcvt.c: Include float.h.
4437         (ecvt_tests): Add 2 new tests.
4439 2004-12-20  Roland McGrath  <roland@frob.com>
4441         * version.h (RELEASE, VERSION): development, 2.3.90
4442         * include/features.h (__GLIBC_MINOR__): Now 4.
4445 See ChangeLog.15 for earlier changes.