* sysdeps/generic/sched_setaffinity.c: Fix parameter name.
[glibc.git] / ChangeLog
blobe089f2e2aa2ad2a635459654ed6f63eaec30661e
1 2003-05-11  Andreas Schwab  <schwab@suse.de>
3         * sysdeps/generic/sched_setaffinity.c: Fix parameter name.
5 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
7         * sysdeps/generic/bits/sched.h: Define cpu_set_t only if not
8         already defined and when really needed.
9         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11 2003-05-09  Thorsten Kukuk  <kukuk@suse.de>
13         * sysdeps/unix/sysv/linux/netinet/igmp.h: Don't include kernel
14         headers, add defines from kernel header, move it from here...
15         * inet/netinet/igmp.h: ... to here.
16         * inet/Makefile (headers): Add netinet/igmp.h.
17         * sysdeps/unix/sysv/linux/Makefile: Remove netinet/igmp.h.
18         * sysdeps/unix/sysv/linux/Dist: Remove netinet/igmp.h.
20 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
22         * sysdeps/pthread/lio_listio64.c (lio_listio64): If SIG == NULL,
23         use dummy sigevent structure with SIGEV_NONE [PR libc/5015].
25 2003-05-09  Thorsten Kukuk <kukuk@suse.de>
27         * libio/bits/stdio.h: Sync prototypes with libio/stdio.h
28         (remove __THROW from possible cancellation points).
30 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
32         * posix/sched.h (CPU_SETSIZE): Define.
34 2003-05-09  Ulrich Drepper  <drepper@redhat.com>
36         * Makeconfig (gnulib): Remove -lgcc_eh again.
38         * posix/sched.h: Change prototypes of sched_getaffinity and
39         sched_setaffinity.  Define CPU_SET, CPU_CLR, CPU_ISSET, and CPU_ZERO.
40         * sysdeps/generic/sched_getaffinity.c: Adjust definition.
41         * sysdeps/generic/sched_setaffinity.c: Likewise.
42         * sysdeps/generic/bits/sched.h: Define __CPU_SETSIZE, __NCPUBITS,
43         __CPUELT, __CPUMASK, cpu_set_t, __cpu_mask, __CPU_ZERO, __CPU_SET,
44         __CPU_CLR, and __CPU_ISSET.
45         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46         * sysdeps/unix/sysv/linux/sched_getaffinity.c: New file.
47         * sysdeps/unix/sysv/linux/sched_setaffinity.c: New file.
49         * include/atomic.h (atomic_exchange_acq): Renamed from atomic_exchange.
50         (atomic_exchange_rel): New #define.
51         * sysdeps/ia64/bits/atomic.h: Likewise.
52         * sysdeps/i386/i486/bits/atomic.h (atomic_exchange_acq): Renamed from
53         atomic_exchange.
54         * sysdeps/m68k/m68020/bits/atomic.h: Likewise.
55         * sysdeps/powerpc/bits/atomic.h: Likewise.
56         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Likewise.
57         * sysdeps/sparc/sparc64/bits/atomic.h: Likewise.
58         * sysdeps/x86_64/bits/atomic.h: Likewise.
59         * csu/tst-atomic.c: Use atomic_exchange_acq instead of atomic_exchange.
61         * sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c: New file.
63 2003-05-08  Ulrich Drepper  <drepper@redhat.com>
65         * malloc/thread-m.h: Remove special handling of thread_atfork if
66         HAVE_register_atfork_malloc is defined.
68 2003-05-07  Andreas Jaeger  <aj@suse.de>
70         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Add DWARF2 unwind
71         information.
73 2003-05-06  Ulrich Drepper  <drepper@redhat.com>
75         * libio/oldiofdopen.c (_IO_old_fdopen): Use _IO_old_init not _IO_init.
76         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
77         * libio/libioP.h: Declare _IO_old_init.
78         * libio/genops.c (_IO_no_init): Split in two.  New function
79         _IO_old_init.
81 2003-05-05  Ulrich Drepper  <drepper@redhat.com>
83         * sysdeps/generic/enbl-secure.c (__libc_enable_secure_decided): New
84         variable.
85         (__libc_init_secure): Don't do anything if __libc_enable_secure_decided
86         is nonzero.
87         * include/unistd.h: Declare __libc_enable_secure_decided.
88         * elf/dl-support.c (_dl_aux_init): Recognize AT_UID, AT_EUID, AT_GID,
89         and AT_EGID.  If all found, set __libc_enable_secure and
90         __libc_enable_secure_decided.
92         * sysdeps/generic/libc-start.c [!SHARED]: Call
93         __libc_check_standard_fds after __libc_init_first.
95 2003-05-05  Roland McGrath  <roland@redhat.com>
97         * Makerules (common-before-compile): New variable.
98         ($(common-objpfx)%.make): Depend on that instead of $(before-compile).
99         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.  Move this rule
100         to after all setting of before-compile.
102 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
104         * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_val_8_acq,
105         __arch_compare_and_exchange_val_16_acq): Cast 0 to mem's type.
106         * sysdeps/powerpc/powerpc32/bits/atomic.h
107         (__arch_compare_and_exchange_val_64_acq): Likewise.
108         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
109         (__arch_compare_and_exchange_val_8_acq,
110         __arch_compare_and_exchange_val_16_acq,
111         __arch_compare_and_exchange_val_64_acq): Likewise.
112         * sysdeps/sparc/sparc64/bits/atomic.h
113         (__arch_compare_and_exchange_val_8_acq,
114         __arch_compare_and_exchange_val_16_acq): Likewise.
115         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq,
116         __arch_compare_and_exchange_val_16_acq,
117         __arch_compare_and_exchange_val_64_acq): Likewise.
118         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
119         (__arch_compare_and_exchange_val_64_acq): Likewise.
120         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Add cast to shut
121         up warning.
122         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Likewise.
124         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
125         (INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0):
126         Return long instead of int.
127         (INTERNAL_SYSCALL_ERROR_P): Cast val to unsigned long, replace
128         0xfffff001u with -4095UL.
130 2003-05-05  Andreas Jaeger  <aj@suse.de>
132         * sysdeps/x86_64/fpu_control.h: New from i386.
134         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_semtimedop):
135         Define if not defined.
137         * sunrpc/Makefile (generated-dirs): New variable.
138         * resolv/Makefile (generated): New variable.
140 2003-05-04  Roland McGrath  <roland@redhat.com>
142         * csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
143         Depend on $(before-compile).
145         * csu/Makefile ($(objpfx)crt%.o): Replace implicit rule with a static
146         pattern rule.  The implicit rule could be ruled out when $(objpfx)
147         didn't exist at the time of its consideration (ugh!).
149         * Makerules (+make-deps): Fix target matching.
150         Use $(sed-remove-dotdot).
152 2003-05-03  Ulrich Drepper  <drepper@redhat.com>
154         * nscd/nscd.c (main): Parse config file right after parsing
155         parameters.  Then, if get_stats is true, call receive_print_stats.
156         Drop parameter from nscd_init call.
157         (get_stats): New variable.
158         (parse_opt): Set get_stats, don't call receive_print_stats here.
159         * nscd/nscd.h: Declare dbs, stat_user, and stat_uid.  Adjust nscd_init
160         prototype.
161         * nscd/connections.c (stat_user, stat_uid): New variables.
162         (dbs): Make global.
163         (nscd_init): Don't read configuration file here.  Drop parameter.
164         (handle_request): Cleanup handling of non-database lookup requests.
165         * nscd/nscd_conf.c (nscd_parse_file): Recognize stat-user entry.
166         Get UID of the specified user.  Use xstrdup instead of strdup.
167         * nscd/nscd_stat.c (receive_print_stats): Check UID.  If not zero,
168         check stat_user.
169         * nscd/Makefile (nscd-modules): Add xstrdup.
170         * nscd/nscd.conf: Document stat-user entry.
172 2003-05-03  H.J. Lu  <hongjiu.lu@intel.com>
174         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_semtimedop): Define
175         if not defined.
177 2003-04-22  Roland McGrath  <roland@redhat.com>
179         * elf/elf.h (AT_SYSINFO_EHDR): New macro, replaces AT_SYSINFO_EH_FRAME.
180         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
181         dl_sysinfo_eh_frame member, add dl_sysinfo_dso member instead.
182         * elf/dl-support.c: Update defn.
183         * sysdeps/generic/libc-start.c: Don't call __register_frame_info_bases.
184         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
185         Set GL(dl_sysinfo_dso) from AT_SYSINFO_EHDR.
186         (_dl_show_auxv): Grok AT_SYSINFO_EHDR, not AT_SYSINFO_EH_FRAME.
187         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO]: If GL(dl_sysinfo_dso) is
188         set, set up a link_map for the preloaded, prelinked object.
190 2003-05-03  Roland McGrath  <roland@redhat.com>
192         * sysdeps/gnu/Makefile (generated): Append errlist-compat.c here, ...
193         * stdio-common/Makefile: ... not here.
195         * csu/Makefile ($(objpfx)initfini.s): Depend on $(before-compile).
196         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
198 2003-05-02  Ulrich Drepper  <drepper@redhat.com>
200         * sysdeps/unix/sysv/linux/s390/semtimedop.c: New file.
202         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h (IPCOP_semtimedop): Define.
204         * sysdeps/generic/dl-fptr.c (_dl_make_fptr): Use 0 not NULL for
205         comparing ftab elements.
206         (_dl_unmap): Fix typo in test.
207         (_dl_make_fptr): Fix typos introduced in last change.
209         * sysdeps/generic/dl-fptr.c: Put back one optimization from the
210         original patch.  Use non-exported symbols.  Mark translatable
211         strings.  Pretty printing.
213 2003-05-02  Roland McGrath  <roland@redhat.com>
215         * Makerules (do-stamp): Do $(make-target-directory).
217 2003-04-07  H.J. Lu  <hjl@gnu.org>
219         * sysdeps/generic/dl-fptr.c: Modify to remove the lock.
221 2003-04-03  H.J. Lu  <hjl@gnu.org>
223         * sysdeps/ia64/dl-fptr.c: Moved to ...
224         * sysdeps/generic/dl-fptr.c: Here.
226         * sysdeps/generic/dl-fptr.h: New.
227         * sysdeps/ia64/dl-fptr.h: New.
229         * sysdeps/ia64/dl-symaddr.c: Moved to ...
230         * sysdeps/generic/dl-symaddr.c: here.
232         * sysdeps/ia64/dl-machine.h: Include <dl-fptr.h>.
233         (IA64_BOOT_FPTR_TABLE_LEN): Removed.
234         (ia64_fdesc): Likewise.
235         (ia64_fdesc_table): Likewise.
236         (__ia64_make_fptr): Likewise.
237         (__ia64_init_bootstrap_fdesc_table): Replace __ia64_boot_fptr_table
238         with _dl_boot_fptr_table.
239         (elf_machine_runtime_setup): Replace `struct ia64_fdesc' with
240         `struct fdesc'.
241         (elf_machine_rela): Replace __ia64_make_fptr with _dl_make_fptr.
243 2003-05-01  Roland McGrath  <roland@redhat.com>
245         * sysdeps/generic/bp-thunks.h: Protect includes with [!__ASSEMBLER__].
246         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
248         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h):
249         Use $(make-target-directory).
250         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
252         * Makerules (compile-mkdep-flags): New variable, pass -MD -MF $@.d.
253         (compile-command.S): Don't use ifndef.  Append $(compile-mkdep-flags).
254         (compile-command.s, compile-command.c): Likewise.
255         ($(objpfx)%.d): All such pattern rules removed.
256         ($(+sysdir_pfx)sysd-rules): Don't generate them.
257         ($(common-objpfx)dummy.d): Target removed.
258         (make-dummy-dep): Variable removed.
259         (generate-md5): Likewise.
260         (%.d: %.dt): New pattern rule.
261         (+depfiles): Use $(wildcard) function to get just existing *.d files
262         and .d files for existing *.dt files.
263         (common-clean): Remove all *.d and *.dt files.
264         (before-compile): Add $(objpfx). when it doesn't exist,
265         regardless of $(no_deps).
266         * elf/rtld-Rules ($(objpfx)rtld-%.d): All such pattern rules removed.
267         (rtld-depfiles): Use .os.d instead of .d names.
268         Include existing *.d files and .d files for existing *.dt files.
270         * Makerules ($(common-objpfx)%.make): Protect with [! subdir].
271         Use -MD, -MT and -MF flags instead of SUNPRO_DEPENDENCIES variable.
273         * sysdeps/unix/Makefile ($(common-objpfx)s-%.d): Remove compat.h hack.
274         Do s-*.d includes only if we have some syscall routines in this subdir.
276         * include/libc-symbols.h (libc_freeres_ptr): Use %nobits instead of
277         @nobits.  The former is accepted by gas on any ELF platform.
279 2003-05-01  Ulrich Drepper  <drepper@redhat.com>
281         * sysdeps/unix/sysv/linux/semtimedop.c: New file.
283         * malloc/malloc.c (mSTATs): Call ptmalloc_init if necessary.
285 2003-04-29  Andreas Schwab  <schwab@suse.de>
287         * string/test-strcat.c (do_one_test): Fix attribute name.
289 2003-04-30  Alexandre Oliva  <aoliva@redhat.com>
291         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make
292         uc_flags long for all ABIs.
294 2003-04-30  Andreas Jaeger  <aj@suse.de>
296         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h
297         (DR_CONTROL_RESERVED): Use correct value for 64-bit.
298         Reported by Andrew Derrick Balsa <andrebalsa@mailingaddress.org>.
299         Add bi-arch support.
301 2003-04-30  Ulrich Drepper  <drepper@redhat.com>
303         * malloc/malloc.c (mEMALIGn): Define alias __memalign_internal.
304         (__posix_memalign): Use __memalign_internal instead of memalign.
306 2003-04-29  Roland McGrath  <roland@redhat.com>
308         * configure.in: Search for AUTOCONF unconditionally.
309         Just don't complain about missing it under --without-cvs.
311         * include/libc-symbols.h (__symbol_set_attribute): New macro,
312         give hidden for [SHARED] and weak for [! SHARED].
313         (symbol_set_declare): Use that.  Never need weak_extern these days.
314         * Makerules ($(common-objpfx)shlib.lds): Go back to using PROVIDE.
315         Depend on $(..)Makerules.
317 2003-04-29  Ulrich Drepper  <drepper@redhat.com>
319         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Use __ protected
320         variants of socket, bind, recvmsg, and sendto.
322         * sysdeps/i386/fpu/ftestexcept.c: Also check SSE status word.
324         * include/signal.h: Use libc_hidden_proto for sigaddset and sigdelset.
325         * signal/sigaddset.c: Add libc_hidden_def.
326         * signal/sigdelset.c: Likewise.
328 2003-04-29  Jakub Jelinek  <jakub@redhat.com>
330         * sysdeps/i386/i486/string-inlines.c (__memcpy_g, __strchr_g): Move
331         to the end of the file.
333         * configure.in: Change __oline__ to $LINENO.
334         (HAVE_BUILTIN_REDIRECTION): New check.
335         * config.h.in (HAVE_BUILTIN_REDIRECTION): Add.
336         * include/libc-symbols.h (libc_hidden_builtin_proto,
337         libc_hidden_builtin_def, libc_hidden_builtin_weak,
338         libc_hidden_builtin_ver): Define.
339         * include/string.h (memchr, memcpy, memmove, memset, strcat, strchr,
340         strcmp, strcpy, strcspn, strlen, strncmp, strncpy, strpbrk, strrchr,
341         strspn, strstr): Add libc_hidden_builtin_proto.
342         * intl/plural.y: Include string.h.
343         * sysdeps/alpha/alphaev6/memchr.S (memchr): Add
344         libc_hidden_builtin_def.
345         * sysdeps/alpha/alphaev6/memcpy.S (memcpy): Likewise.
346         * sysdeps/alpha/alphaev6/memset.S (memset): Likewise.
347         * sysdeps/alpha/alphaev67/strcat.S (strcat): Likewise.
348         * sysdeps/alpha/alphaev67/strchr.S (strchr): Likewise.
349         * sysdeps/alpha/alphaev67/strlen.S (strlen): Likewise.
350         * sysdeps/alpha/alphaev67/strrchr.S (strrchr): Likewise.
351         * sysdeps/alpha/memchr.S (memchr): Likewise.
352         * sysdeps/alpha/memset.S (memset): Likewise.
353         * sysdeps/alpha/strcat.S (strcat): Likewise.
354         * sysdeps/alpha/strchr.S (strchr): Likewise.
355         * sysdeps/alpha/strcmp.S (strcmp): Likewise.
356         * sysdeps/alpha/strcpy.S (strcpy): Likewise.
357         * sysdeps/alpha/strlen.S (strlen): Likewise.
358         * sysdeps/alpha/strncmp.S (strncmp): Likewise.
359         * sysdeps/alpha/strncpy.S (strncpy): Likewise.
360         * sysdeps/alpha/strrchr.S (strrchr): Likewise.
361         * sysdeps/arm/memset.S (memset): Likewise.
362         * sysdeps/arm/strlen.S (strlen): Likewise.
363         * sysdeps/generic/memchr.c (memchr): Likewise.
364         * sysdeps/generic/memcpy.c (memcpy): Likewise.
365         * sysdeps/generic/memmove.c (memmove): Likewise.
366         * sysdeps/generic/memset.c (memset): Likewise.
367         * sysdeps/generic/strcat.c (strcat): Likewise.
368         * sysdeps/generic/strchr.c (strchr): Likewise.
369         * sysdeps/generic/strcmp.c (strcmp): Likewise.
370         * sysdeps/generic/strcpy.c (strcpy): Likewise.
371         * sysdeps/generic/strcspn.c (strcspn): Likewise.
372         * sysdeps/generic/strlen.c (strlen): Likewise.
373         * sysdeps/generic/strncmp.c (strncmp): Likewise.
374         * sysdeps/generic/strncpy.c (strncpy): Likewise.
375         * sysdeps/generic/strpbrk.c (strpbrk): Likewise.
376         * sysdeps/generic/strrchr.c (strrchr): Likewise.
377         * sysdeps/generic/strspn.c (strspn): Likewise.
378         * sysdeps/generic/strstr.c (strstr): Likewise.
379         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
380         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
381         * sysdeps/i386/i586/memcpy.S (memcpy): Likewise.
382         * sysdeps/i386/i586/memset.S (memset): Likewise.
383         * sysdeps/i386/i586/strchr.S (strchr): Likewise.
384         * sysdeps/i386/i586/strcpy.S (strcpy): Likewise.
385         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
386         * sysdeps/i386/i686/memcpy.S (memcpy): Likewise.
387         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
388         * sysdeps/i386/i686/memset.S (memset): Likewise.
389         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
390         * sysdeps/i386/memchr.S (memchr): Likewise.
391         * sysdeps/i386/memset.c (memset): Likewise.
392         * sysdeps/i386/strchr.S (strchr): Likewise.
393         * sysdeps/i386/strcspn.S (strcspn): Likewise.
394         * sysdeps/i386/strlen.c (strlen): Likewise.
395         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
396         * sysdeps/i386/strrchr.S (strrchr): Likewise.
397         * sysdeps/i386/strspn.S (strspn): Likewise.
398         * sysdeps/ia64/memchr.S (memchr): Likewise.
399         * sysdeps/ia64/memcpy.S (memcpy): Likewise.
400         * sysdeps/ia64/memmove.S (memmove): Likewise.
401         * sysdeps/ia64/memset.S (memset): Likewise.
402         * sysdeps/ia64/strcat.S (strcat): Likewise.
403         * sysdeps/ia64/strchr.S (strchr): Likewise.
404         * sysdeps/ia64/strcmp.S (strcmp): Likewise.
405         * sysdeps/ia64/strcpy.S (strcpy): Likewise.
406         * sysdeps/ia64/strlen.S (strlen): Likewise.
407         * sysdeps/ia64/strncmp.S (strncmp): Likewise.
408         * sysdeps/ia64/strncpy.S (strncpy): Likewise.
409         * sysdeps/m68k/memchr.S (memchr): Likewise.
410         * sysdeps/m68k/strchr.S (strchr): Likewise.
411         * sysdeps/mips/mips64/memcpy.S (memcpy): Likewise.
412         * sysdeps/mips/mips64/memset.S (memset): Likewise.
413         * sysdeps/mips/memcpy.S (memcpy): Likewise.
414         * sysdeps/mips/memset.S (memset): Likewise.
415         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
416         * sysdeps/powerpc/powerpc32/strchr.S (strchr): Likewise.
417         * sysdeps/powerpc/powerpc32/strcmp.S (strcmp): Likewise.
418         * sysdeps/powerpc/powerpc32/strcpy.S (strcpy): Likewise.
419         * sysdeps/powerpc/powerpc32/strlen.S (strlen): Likewise.
420         * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise.
421         * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise.
422         * sysdeps/powerpc/powerpc64/strchr.S (strchr): Likewise.
423         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Likewise.
424         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Likewise.
425         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Likewise.
426         * sysdeps/powerpc/strcat.c (strcat): Likewise.
427         * sysdeps/sparc/sparc32/memchr.S (memchr): Likewise.
428         * sysdeps/sparc/sparc32/memcpy.S (memcpy): Likewise.
429         * sysdeps/sparc/sparc32/memset.S (memset): Likewise.
430         * sysdeps/sparc/sparc32/strcat.S (strcat): Likewise.
431         * sysdeps/sparc/sparc32/strchr.S (strchr, strrchr): Likewise.
432         * sysdeps/sparc/sparc32/strcmp.S (strcmp): Likewise.
433         * sysdeps/sparc/sparc32/strcpy.S (strcpy): Likewise.
434         * sysdeps/sparc/sparc32/strlen.S (strlen): Likewise.
435         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy, memmove): Likewise.
436         * sysdeps/sparc/sparc64/memchr.S (memchr): Likewise.
437         * sysdeps/sparc/sparc64/memcpy.S (memcpy, memmove): Likewise.
438         * sysdeps/sparc/sparc64/memset.S (memset): Likewise.
439         * sysdeps/sparc/sparc64/strcat.S (strcat): Likewise.
440         * sysdeps/sparc/sparc64/strchr.S (strchr, strrchr): Likewise.
441         * sysdeps/sparc/sparc64/strcmp.S (strcmp): Likewise.
442         * sysdeps/sparc/sparc64/strcpy.S (strcpy): Likewise.
443         * sysdeps/sparc/sparc64/strcspn.S (strcspn): Likewise.
444         * sysdeps/sparc/sparc64/strlen.S (strlen): Likewise.
445         * sysdeps/sparc/sparc64/strncmp.S (strncmp): Likewise.
446         * sysdeps/sparc/sparc64/strncpy.S (strncpy): Likewise.
447         * sysdeps/sparc/sparc64/strpbrk.S (strpbrk): Likewise.
448         * sysdeps/sparc/sparc64/strspn.S (strspn): Likewise.
449         * sysdeps/sh/memcpy.S (memcpy): Likewise.
450         * sysdeps/sh/memset.S (memset): Likewise.
451         * sysdeps/sh/strlen.S (strlen): Likewise.
452         * sysdeps/s390/s390-32/memchr.S (memchr): Likewise.
453         * sysdeps/s390/s390-32/memcpy.S (memcpy): Likewise.
454         * sysdeps/s390/s390-32/memset.S (memset): Likewise.
455         * sysdeps/s390/s390-32/strcmp.S (strcmp): Likewise.
456         * sysdeps/s390/s390-32/strcpy.S (strcpy): Likewise.
457         * sysdeps/s390/s390-32/strncpy.S (strncpy): Likewise.
458         * sysdeps/s390/s390-64/memchr.S (memchr): Likewise.
459         * sysdeps/s390/s390-64/memcpy.S (memcpy): Likewise.
460         * sysdeps/s390/s390-64/memset.S (memset): Likewise.
461         * sysdeps/s390/s390-64/strcmp.S (strcmp): Likewise.
462         * sysdeps/s390/s390-64/strcpy.S (strcpy): Likewise.
463         * sysdeps/s390/s390-64/strncpy.S (strncpy): Likewise.
464         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
465         * sysdeps/x86_64/memset.S (memset): Likewise.
466         * sysdeps/x86_64/strcat.S (strcat): Likewise.
467         * sysdeps/x86_64/strchr.S (strchr): Likewise.
468         * sysdeps/x86_64/strcmp.S (strcmp): Likewise.
469         * sysdeps/x86_64/strcpy.S (strcpy): Likewise.
470         * sysdeps/x86_64/strcspn.S (strcspn): Likewise.
471         * sysdeps/x86_64/strlen.S (strlen): Likewise.
472         * sysdeps/x86_64/strspn.S (strspn): Likewise.
473         * string/string-inlines.c: Move...
474         * sysdeps/generic/string-inlines.c: ...here.
475         (__memcpy_g, __strchr_g): Remove.
476         (__NO_INLINE__): Define before including <string.h>,
477         undefine after.  Include bits/string.h and bits/string2.h.
478         * sysdeps/i386/i486/string-inlines.c: New file.
479         * sysdeps/i386/string-inlines.c: New file.
480         * sysdeps/i386/i486/Versions: Remove.
481         All GLIBC_2.1.1 symbols moved...
482         * sysdeps/i386/Versions (libc): ...here.
484 2003-04-29  Ulrich Drepper  <drepper@redhat.com>
486         * sysdeps/i386/fpu/Makefile: New file.
487         * sysdeps/i386/fpu/fedisblxcpt.c: Also set SSE control word.
488         * sysdeps/i386/fpu/feenablxcpt.c: Likewise.
489         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
490         * sysdeps/i386/fpu/fesetround.c: Also set SSE rounding mode
491         [PR libc/4987].
493 2003-04-28  Ulrich Drepper  <drepper@redhat.com>
495         * nscd/nscd_getgr_r.c: Compact code a bit.  Add some __builtin_expect.
496         * nscd/nscd_getpw_r.c: Likewise.
497         * nscd/nscd_gethst_r.c: Likewise.
499 2003-04-27  Ulrich Drepper  <drepper@redhat.com>
501         * nscd/pwdcache.c: Initialize .version element in result.
502         * nscd/grpcache.c: Likewise.
503         * nscd/pwdcache.c: Likewise.
505 2003-04-27  Andreas Schwab  <schwab@suse.de>
507         * Makeconfig ($(common-objpfx)sysd-sorted): Fix for running in
508         subdirectory.
510 2003-04-27  Andreas Schwab  <schwab@suse.de>
512         * sysdeps/unix/sysv/linux/m68k/semtimedop.S: New file.
514 2003-04-27  Ulrich Drepper  <drepper@redhat.com>
516         * nscd/connections.c (client_queued): New variable.
517         (nscd_run): Revamp the loop.  Don't call poll except for cleanup
518         threads.  Keep track of the number of delays caused because of busy
519         worker threads.
520         * nscd/nscd.h: Declare client_queued.
521         * nscd/nscd_stat.c: Transmit and print client_queued information.
523         * locale/programs/locale.c (show_info): Use '\177' instead of CHAR_MAX.
525         * Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to
526         define __start_libc_freeres_ptrs and __stop___libc_freeres_ptrs.
528 2003-04-26  Ulrich Drepper  <drepper@redhat.com>
530         * elf/dl-close.c [USE_TLS && TLS_TCB_AT_TP] (_dl_close): Reimplement
531         tracking of freed memory in static TLS block.
532         * elf/Makefile: Add rules to build and run tst-tls13.
533         * elf/tst-tls13.c: New file.
534         * elf/tst-tlsmod13.c: New file.
535         * elf/tst-tlsmod13a.c: New file.
537         * elf/tst-tls8.c: Adjust types of variables to avoid warnings.
539         * elf/dl-reloc.c: Pretty printing.
541 2003-04-26  Roland McGrath  <roland@redhat.com>
543         * Makerules ($(common-objpfx)shlib.lds): New target.
544         (common-generated): Add it.
545         (build-shlib, build-module): Use that instead of generating every time.
546         ($(common-objpfx)libc.so): Depend on it.
547         (lib%.so rule): Likewise.
548         (build-module-helper-objlist): Remove %.lds.
549         (LDSEDCMD-c.so): Variable removed.
550         * iconvdata/extra-module.mk ($(objpfx)$(mod).so):
551         Depend on $(common-objpfx)shlib.lds.
552         * dlfcn/Makefile ($(test-modules)): Likewise.
554 2003-04-26  Roland McGrath  <roland@frob.com>
556         * sysdeps/mach/hurd/tmpfile.c: Remove USE_IN_LIBIO conditionals.
558 2003-04-26  Andreas Schwab  <schwab@suse.de>
560         * elf/dl-close.c (remove_slotinfo): Fix missing parens.
562 2003-04-25  Ulrich Drepper  <drepper@redhat.com>
564         * nscd/cache.c (cache_search): Keep track of how many chain links
565         we searched and update table statistics.
566         (cache_add): Keep track of how many values are in the table.
567         (prune_cache): Likewise.  Keep track of locking success.
568         Print messages about removed entries in separate pass.
569         * nscd/connections.c (handle_request): Don't print debug message here.
570         The caller will do it.  Keep track of locking success.
571         (nscd_run): Print debug message.  Also print PID of the client process.
572         * nscd/nscd.c (start_time): New variable.
573         (main): Remember start time.
574         * nscd/nscd.h: Declare start_time.
575         (struct database): Add more members for new statistics.
576         * nscd/nscd_stat.c: Add support for sending, receiving, and printing
577         of new statistics.
579         * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
581 2003-04-22  Jakub Jelinek  <jakub@redhat.com>
583         * include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
584         * elf/dl-close.c (_dl_close): Use NO_TLS_OFFSET.
585         * elf/dl-object.c (_dl_new_object): Initialize l_tls_offset to
586         NO_TLS_OFFSET.
587         * elf/rtld.c (_dl_start_final, _dl_start): Likewise.
588         * elf/dl-reloc.c (CHECK_STATIC_TLS): Use NO_TLS_OFFSET.
589         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Likewise.
590         * sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract
591         TLS_TCB_SIZE.
593 2003-04-24  Ulrich Drepper  <drepper@redhat.com>
595         * nss/getent.c: Implement alternative host database lookup via
596         getaddrinfo.
598         * include/ifaddrs.h: New file.
599         * include/netdb.h: Move definitions of AI_V4MAPPED, AI_ALL, and
600         AI_ADDRCONFIG...
601         * resolv/netdb.h: ...here.
602         * sysdeps/gnu/ifaddrs.c. Use libc_hidden_def where appropriate.
603         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
604         * sysdeps/posix/getaddrinfo.c: Implement AI_V4MAPPED, AI_ALL, and
605         AI_ADDRCONFIG.
607 2003-04-24  Roland McGrath  <roland@redhat.com>
609         * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
611 2003-04-24  Jakub Jelinek  <jakub@redhat.com>
613         * elf/dl-reloc.c (allocate_static_tls): Rename to...
614         (_dl_allocate_static_tls): ... this function.  No longer static.
615         (CHECK_STATIC_TLS): Adjust.
616         * sysdeps/generic/ldsodefs.h (_dl_allocate_static_tls): New prototype.
617         * sysdeps/powerpc/powerpc32/dl-machine.h (__process_machine_rela):
618         Add SYM_MAP argument.
619         (elf_machine_rela): Adjust caller.  Declare SYM_MAP unconditionally.
620         Check if SYM_MAP != NULL for R_PPC_DTPREL32.  Only handle 32-bit
621         TLS relocs here.  #ifdef out relocs which never appear in
622         .gnu.conflict section from dl-conflict.c processing.
623         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
624         Add SYM_MAP argument.  Handle 16-bit TLS relocs here.
626         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): #ifdef
627         out relocs which never appear in .gnu.conflict section from
628         dl-conflict.c processing.
629         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
630         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
631         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
632         Use r_type in RESOLVE macro.
634 2003-04-23  Ulrich Drepper  <drepper@redhat.com>
636         * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
637         NULL.  Remove code made redundant by this assumption.
638         (__yp_unbind): Add call to free.  Adjust all callers.
640         * nis/ypclnt.c (yp_all): Free the dom_binding object after
641         unbinding it.
643         * grp/initgroups.c (getgrouplist): Don't copy too much into the
644         user buffer if more groups are found than fit into it.
646         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Use
647         extend_alloca.
649 2003-04-23  Jakub Jelinek  <jakub@redhat.com>
651         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check for rc == ERANGE,
652         not rc == errno.  Use extend_alloca.
654         * elf/tst-tls12.c (main): Fix declaration.
655         * elf/tst-tls10.c (dummy): Make hidden instead of static.
656         * elf/tst-tlsmod7.c (dummy): Likewise.
657         * elf/tst-tlsmod8.c (dummy): Likewise.
658         * elf/tst-tlsmod9.c (dummy): Likewise.
660 2003-04-22  Roland McGrath  <roland@redhat.com>
662         * sysdeps/unix/sysv/linux/not-cancel.h: Put parens around macro args.
663         (open_not_cancel): Make last argument non-optional.
664         * sysdeps/generic/check_fds.c (check_one_fd): Update caller.
665         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
666         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
668         * include/tls.h: Protect against multiple inclusion.
670 2003-04-22  Ulrich Drepper  <drepper@redhat.com>
672         * nscd/nscd-client.h: Add declaration for __nscd_open_socket.
673         * nscd/nscd_gethst_r.c (__nscd_open_socket): Renamed from
674         open_socket.  Not static anymore.
675         (nscd_gethst_r): Use __nscd_open_socket.
676         * nscd/nscd_getgr_r.c (open_socket): Removed.
677         (nscd_getgr_r): Use __nscd_open_socket.
678         * nscd/nscd_getpw_r.c (open_socket): Removed.
679         (nscd_getpw_r): Use __nscd_open_socket.
681         * nscd/nscd.c (main): Change type of fdn to long int and use strtol.
682         * nscd/connections.c (handle_request): Add cast to avoid warning.
684 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
686         * signal/sigfillset.c: Moved to...
687         * sysdeps/generic/sigfillset.c: ...here.  If SIGCANCEL is defined
688         do not set the corresponding bit.
690         * sysdeps/unix/sysv/linux/sigprocmask.c: Prevent changing mask for
691         SIGCANCEL.
692         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_TKILL.
693         * sysdeps/unix/sysv/linux/bits/siginfo.h: Define SI_TKILL.
694         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Define SI_TKILL.
695         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Define SI_TKILL.
696         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Define SI_TKILL.
698 2003-04-20  Ulrich Drepper  <drepper@redhat.com>
700         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Cast
701         first syscall parameter to const char*.
703 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
705         * intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run.
707         * configure.in: Add AC_PROG_CXX.
708         * config.make.in (CXX): Define.
710         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_PRINT): Change type of
711         __len to size_t to avoid warnings.
713 2003-04-18  Jes Sorensen  <jes@wildopensource.com>
715         * libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Sync with Linux
716         2.5.67.
717         * libc/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
719 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
721         * stdlib/cxa_finalize.c (__cxa_finalize): Don't call
722         UNREGISTER_ATFORK if d == NULL.
724         * catgets/nl_types.h: Remove __THROW marker from cancellation points.
725         * dirent/dirent.h: Likewise.
726         * dlfcn/dlfcn.h: Likewise.
727         * grp/grp.h: Likewise.
728         * iconv/iconv.h: Likewise.
729         * io/fcntl.h: Likewise.
730         * io/ftw.h: Likewise.
731         * libio/stdio.h: Likewise.
732         * misc/sys/mman.h: Likewise.
733         * misc/sys/select.h: Likewise.
734         * misc/sys/syslog.h: Likewise.
735         * misc/sys/uio.h: Likewise.
736         * posix/spawn.h: Likewise.
737         * posix/unistd.h: Likewise.
738         * posix/sys/wait.h: Likewise.
739         * pwd/pwd.h: Likewise.
740         * resolv/netdb.h: Likewise.
741         * rt/aio.h: Likewise.
742         * shadow/shadow.h: Likewise.
743         * signal/signal.h: Likewise.
744         * socket/sys/socket.h: Likewise.
745         * stdlib/stdlib.h: Likewise.
746         * streams/stropts.h: Likewise.
747         * string/string.h: Likewise.
748         * sysdeps/gnu/utmpx.h: Likewise.
749         * sysvipc/sys/msg.h: Likewise.
750         * termios/termios.h: Likewise.
751         * time/time.h: Likewise.
752         * wcsmbs/wchar.h: Likewise.
753         * iconv/gconv_cache.c: Include <not-cancel.h> and use non-cancelable
754         functions.
755         * misc/daemon.c: Likewise.
756         * sysdeps/generic/backtracesymsfd.c: Likewise.
757         * sysdeps/generic/check_fds.c: Likewise.
758         * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
759         * sysdeps/unix/sysv/linux/not-cancel.h: New file.
760         * sysdeps/generic/not-cancel.h: New file.
761         * csu/Makefile (distribute): Add not-cancel.h.
762         * sysdeps/unix/sysv/linux/fatal-prepare.h: New file.
763         * sysdeps/unix/sysv/linux/Makefile: Define FATAL_PREPARE_INCLUDE
764         for assert.c and assert-perr.c to include <fatal-prepare.h>.
765         * sysdeps/unix/sysv/linux/Dist: Add fatal-prepare.h.
767         * sysdeps/posix/remove.c (remove): Rewrite.  No need to restore
768         errno and unlink first.
770         * io/ftw.c (ftw_dir): In all places assume fchdir is available.
772 2003-04-18  Ulrich Drepper  <drepper@redhat.com>
774         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Use
775         INTERNAL_SYSCALL instead of INLINE_SYSCALL.
777 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
779         * sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling.
781         * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k.
782         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not
783         replace.
785         * signal/Makefile (tests): Add tst-sigsimple.
786         * signal/tst-sigsimple.c: New file.
788 2003-04-16  Jakub Jelinek  <jakub@redhat.com>
790         * elf/Makefile (distribute): Add tst-tlsmod{[7-9],1[0-2]}.c and
791         tst-tls10.h.
792         (tests): Add tst-tls1[0-2].
793         (modules-names): Add tst-tlsmod{[7-8],1[0-2]}.
794         ($(objpfx)tst-tlsmod8.so): Depend on tst-tlsmod7.so.
795         ($(objpfx)tst-tlsmod10.so): Depend on tst-tlsmod9.so.
796         ($(objpfx)tst-tlsmod12.so): Depend on tst-tlsmod11.so.
797         ($(objpfx)tst-tls10): Depend on tst-tlsmod8.so.
798         ($(objpfx)tst-tls11): Depend on tst-tlsmod10.so.
799         ($(objpfx)tst-tls12): Depend on tst-tlsmod12.so.
800         * elf/tst-tls10.c: New test.
801         * elf/tst-tls11.c: New test.
802         * elf/tst-tls12.c: New test.
803         * elf/tst-tls10.h: New file.
804         * elf/tst-tlsmod7.c: New file.
805         * elf/tst-tlsmod8.c: New file.
806         * elf/tst-tlsmod9.c: New file.
807         * elf/tst-tlsmod10.c: New file.
808         * elf/tst-tlsmod11.c: New file.
809         * elf/tst-tlsmod12.c: New file.
811 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
813         * sysdeps/powerpc/bits/atomic.h: Moved ppc32/64 specific code to ...
814         * sysdeps/powerpc/powerpc32/bits/atomic.h: New file.
815         * sysdeps/powerpc/powerpc64/bits/atomic.h: New file.
817 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
819         * posix/regex.h: Include <sys/types.h>.
821         * signal/sigrelse.c (sigrelse): Use sigdelset and not __sigdelset.
822         The signal number must be checked.
823         * signal/sighold.c (sighold): Use sigaddset and not __sigaddset.
824         The signal number must be checked [PR libc/5004].
826         * sysdeps/unix/sysv/linux/system.c: If compiled without threads
827         don't do anything fancy.
829         * sysdeps/generic/bits/libc-lock.h: Define
830         __rtld_lock_define_initialized_recursive.
832         * nss/getXXbyYY_r.c [USE_NSCD] (REENTRANT_NAME): Only retry
833         contacting nscd if NOT_USENSCD_NAME > 0.
834         * nss/nsswitch.c (__nss_disable_nscd): New function.
835         * nss/nsswitch.h: Declare it.
836         * nss/Versions [GLIBC_PRIVATE]: Export __nss_disable_nscd.
837         * nscd/nscd.c (main): Call __nss_disable_nscd.
839 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
841         * stdio-common/perror.c (perror): We don't need to set the offset
842         to _IO_pos_bad, this is how streams are initialized.
844         * locale/programs/ld-time.c (TESTARR_ELEM): Make i unsigned.
845         (time_output): If necessary, allocate new buffer for .name string if
846         padding is required.
848         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Check lengths
849         before copying.  This might leave holes in the list.  Adjust
850         pointers if necessary.
851         (netlink_receive): Allocate only one block.
852         (free_netlink_handle): Adjust appropriately.
853         (getifaddrs): Lots of cleanups.
855         * string/test-strncpy.c (do_one_test): Mark start and stop as
856         possibly unused.
857         * string/test-memchr.c: Likewise.
858         * string/test-memcmp.c: Likewise.
859         * string/test-memcpy.c: Likewise.
860         * string/test-memmove.c: Likewise.
861         * string/test-memset.c: Likewise.
862         * string/test-strcat.c: Likewise.
863         * string/test-strchr.c: Likewise.
864         * string/test-strcmp.c: Likewise.
865         * string/test-strcpy.c: Likewise.
866         * string/test-strlen.c: Likewise.
867         * string/test-strncmp.c: Likewise.
868         * string/test-strpbrk.c: Likewise.
869         * string/test-strrchr.c: Likewise.
870         * string/test-strspn.c: Likewise.
872 2003-04-15  Roland McGrath  <roland@redhat.com>
874         * libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.
876         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
877         INTUSE(__register_frame_info_bases).
879 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
881         * elf/elf.h: Define AT_SYSINFO_EH_FRAME.
882         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle
883         AT_SYSINFO_EH_FRAME.  Adjust string width.
884         (_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value.
885         * sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
886         Add _dl_sysinfo_eh_frame field.
887         * elf/dl-support.c [NEED_DL_SYSINFO]: Define _dl_sysinfo_eh_frame.
888         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO] Define eh_obj
889         variable.
890         [NEED_DL_SYSINFO] (LIBC_START_MAIN): Call __register_frame_info_bases
891         if _dl_sysinfo_eh_frame is non-NULL.
893         * Makeconfig (gnulib): Add -lgcc_eh.
895         * config.h.in: Define HAVE_FORCED_UNWIND.
897 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
899         * sysdeps/powerpc/powerpc64/strcmp.S: Convert to full 64-bit.
900         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
902 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
904         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Avoid
905         checking R_PPC_RELATIVE, R_PPC_NONE and whether relocation is
906         against local symbol in conflict processing.
908 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
910         * sysdeps/powerpc/bits/atomic.h
911         [__powerpc64] (__arch_compare_and_exchange_val_64_acq): Define.
912         [! __powerpc64] (__arch_compare_and_exchange_val_64_acq): Defined
913         as abort stub.
914         (__arch_compare_and_exchange_val_32_acq): Define.
915         (atomic_compare_and_exchange_val_acq): Define.
917 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
919         * include/atomic.h: Pretty printing.
921 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
923         * stdio-common/vfscanf.c: Add casts to avoid warnings.
925 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
927         * sysdeps/i386/i486/bits/atomic.h: Rename LOCK to LOCK_PREFIX.
928         * sysdeps/x86_64/bits/atomic.h: Likewise.
930 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
932         * sysdeps/unix/sysv/linux/i386/sysdep.h: Change PUSHARGS_1 and
933         POPARGS_1 to emit labels for the mov instructions.
935 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
937         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (ret_NOERRNO): Define.
939 2003-04-14  Roland McGrath  <roland@redhat.com>
941         * sysdeps/generic/unwind-dw2.c (_Unwind_GetCFA): Add a cast to silence
942         compiler warning.
944         * sysdeps/generic/unwind-pe.h: Fix decl hacks broken in merge.
946 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
948         * string/strxfrm.c (STRXFRM): Terminate rulearr at correct
949         position.  Reported by jreiser@BitWagon.com.
951 2003-04-13  Ulrich Drepper  <drepper@redhat.com>
953         * sysdeps/generic/unwind-dw2-fde.c: Update from recent gcc version.
954         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
955         * sysdeps/generic/unwind-dw2.c: Likewise.
956         * sysdeps/generic/unwind-pe.h: Likewise.
958 2003-04-13  Alexandre Oliva  <aoliva@redhat.com>
960         * sysdeps/unix/sysv/linux/mips/profil-counter: New.
961         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Port to n32/n64.
962         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: New.
963         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Port to n32/n64.
964         (mcontext_t): Make it match the 32-bit mips kernel in o32.
965         * sysdeps/unix/sysv/linux/mips/sys/user.h: Bring in constants from
966         the mips and mips64 headers.
967         (struct user): Port to n32/n64.
969 2003-04-12  Ulrich Drepper  <drepper@redhat.com>
971         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add cast to
972         avoid warning.
974         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): If
975         __ASSUME_VSYSCALL is defined don't add restorer.
976         * sysdeps/unix/sysv/linux/kernel-features.h: Define
977         __ASSUME_VSYSCALL for 2.5.53.
979 2003-04-11  Ulrich Drepper  <drepper@redhat.com>
981         * sysdeps/generic/libc-start.c: Cleanup MAIN_AUXVEC_ARG handling.
982         Remove HAVE_CANCELBUF code.  Replace with code using the new
983         initializers for unwind-based cleanup handling.
984         * sysdeps/generic/unwind.h: Update from latest gcc version.
985         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define labels in a few
986         places to allow unwind data generation.
987         * sysdeps/i386/bits/setjmp.h: Allow file to be included multiple times.
988         * sysdeps/x86_64/bits/setjmp.h: Likewise.
989         * sysdeps/sh/bits/setjmp.h: Likewise.
990         * sysdeps/powerpc/bits/setjmp.h: Likewise.
991         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise.
992         * sysdeps/alpha/bits/setjmp.h: Likewise.
994 2003-04-11  Roland McGrath  <roland@redhat.com>
996         * csu/tst-empty.c: New file.
997         * csu/Makefile (tests, tests-static): Add it.
999 2003-04-11  Jakub Jelinek  <jakub@redhat.com>
1001         * string/test-strcmp.c (do_random_tests): Test whether return value
1002         has been promoted to wordsize if the ABI requires caller to do so.
1003         * string/test-strncmp.c (do_random_tests): Likewise.
1004         * string/test-memcmp.c (do_random_tests): Likewise.
1006         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Sign extend rRTN
1007         before returning.
1009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
1010         (__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL
1011         is not defined, but the prctl constants are.
1013         * string/tester.c (test_strcmp): Fix a typo.
1015 2003-04-09  Ulrich Drepper  <drepper@redhat.com>
1017         * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD definition.
1018         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
1020 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
1022         * sysdeps/mips/sys/regdef.h (t4,t5,t6,t7): Renamed to t0..t3 on
1023         NewABI.
1024         (ta0, ta1, ta2, ta3): Defined to t4..t7 on o32, and a4..a7 on
1025         NewABI.
1026         * sysdeps/mips/mips64/memcpy.S: Adjust register naming
1027         conventions.
1028         * sysdeps/mips/mips64/memset.S: Likewise.
1029         * sysdeps/unix/mips/sysdep.S (__syscall_error) [_LIBC_REENTRANT]:
1030         Use t0 instead of t4 as temporary.
1032 2003-04-07  Ulrich Drepper  <drepper@redhat.com>
1034         * elf/ldconfig.c (parse_conf): Ignore leading whitespace.  Use
1035         feof_unlocked instead of feof.
1036         (add_dir): Ignore trailing whitespace.
1038 2003-04-07  Jakub Jelinek  <jakub@redhat.com>
1040         * posix/bug-regex4.c (main): Cap RANGE and STOP arguments to
1041         sum of SIZE1 and SIZE2 arguments.
1043 2003-04-06  Ulrich Drepper  <drepper@redhat.com>
1045         * iconv/iconv_prog.c (process_block): Don't print message about
1046         invalid input if the -c option is used.
1047         (main): Correctly append IGNORE string for -c option.
1049 2002-04-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1051         * sysdeps/sh/bits/atomic.h: Moved to ...
1052         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: ... here.  Add comments.
1053         (__arch_compare_and_exchange_val_*_acq): Add parens around macro
1054         arguments.
1055         (atomic_bit_set, atomic_bit_test_set): Likewise.
1056         (atomic_exchange_and_add): Likewise.  Don't evaluate VALUE argument
1057         twice.
1058         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
1060 2003-04-06  Roland McGrath  <roland@redhat.com>
1062         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Rewrite register
1063         restoration as done for setcontext yesterday.
1065 2003-04-06  Jakub Jelinek  <jakub@redhat.com>
1067         * elf/rtld.c: Revert 2003-03-14 change.
1068         * elf/dl-conflict.c (_dl_resolve_conflicts): Move
1069         #if ! ELF_MACHINE_NO_RELA conditional into the routine.
1071 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
1073         * sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].
1075         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
1076         Always initialize *signgamp before returning an error.
1078 2003-04-05  Roland McGrath  <roland@redhat.com>
1080         * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing
1081         below the stack pointer even if switching to the same context we are
1082         running right now.
1084 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
1086         * catgets/gencat.c (read_input_file): Make sure that \n is not
1087         alone on the line before testing for continuation.
1089         * math/test-tgmath.c (compile_test): Initialize c.
1091 2003-04-05  Alexandre Oliva  <aoliva@redhat.com>
1093         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
1094         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
1095         * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
1096         on mips n32.
1097         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
1098         XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data
1099         structure on n32 as well.
1100         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
1101         data types on n32 and n64.
1103 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
1105         * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
1106         after getting them.
1108         * malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
1109         HAVE_register_atfork_malloc is defined use __register_atfork_malloc
1110         instead of __register_atfork.
1112 2003-04-05  Jakub Jelinek  <jakub@redhat.com>
1114         * stdio-common/reg-printf.c (__register_printf_function): Calloc
1115         instead of malloc __printf_arginfo_table and __printf_function_table.
1116         Reported by John Reiser <jreiser@BitWagon.com>.
1118 2003-04-04  Steven Munroe  <sjmunroe@us.ibm.com>
1120         * sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.
1121         * sysdeps/powerpc/powerpc64/strlen.S: 64-bit optimizations.
1123         * sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
1124         defining.
1126 2003-04-04  Alexandre Oliva  <aoliva@redhat.com>
1128         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust
1129         for n64 abi.
1131 2003-04-03  Roland McGrath  <roland@redhat.com>
1133         * configure.in: Fix up use of compilation flags to match the build:
1134         For .s files, $ASFLAGS;
1135         For .S files, $CPPFLAGS $ASFLAGS;
1136         For .c files, $CFLAGS $CPPFLAGS;
1137         when linking, add $LDFLAGS.
1138         * configure: Regenerated.
1140 2003-04-03  Jakub Jelinek  <jakub@redhat.com>
1142         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
1143         for atomic_compare_and_exchange_bool_acq failure.
1145 2003-04-03  Ulrich Drepper  <drepper@redhat.com>
1147         * posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
1148         _POSIX2_C_BIND, _POSIX2_C_DEV, _POSIX2_SW_DEV, and
1149         _POSXI2_LOCALEDEF to 200112L.  Remove _POSIX2_C_VERSION.
1150         Remove declaration of pthread_atfork.
1152 2003-04-02  Ulrich Drepper  <drepper@redhat.com>
1154         * locale/iso-639.def: Add many more languages from the current ISO 639.
1156         * sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
1157         * sysdeps/generic/semtimedop.c: New file.
1158         * sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
1159         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
1160         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1161         * sysvipc/Makefile (routines): Add semtimedop.
1162         * sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
1163         * sysvipc/sys/sem.h: Declare semtimedop.
1165 2003-04-02  Daniel Jacobowitz  <drow@mvista.com>
1167         * configure.in: Check for __register_frame_info in both
1168         -lgcc and -lgcc_eh.
1169         * configure: Regenerated.
1171 2003-04-01  Roland McGrath  <roland@redhat.com>
1173         * scripts/abilist.awk: Allow dots in soname suffix.
1175         * scripts/abilist.awk (emit): Fix bailout condition.
1177 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
1179         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
1180         IA-64 version.
1182         * elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
1183         register as input to asm.
1185 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
1187         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
1189 2003-04-01  Andreas Jaeger  <aj@suse.de>
1191         * configure.in: Output as/ld as name if version is too old.
1193 2003-03-31  Daniel Jacobowitz  <drow@mvista.com>
1195         * configure.in: Don't require an installed C library in the test
1196         for ".set" assembler support.
1198 2003-03-31  Roland McGrath  <roland@redhat.com>
1200         * signal/tst-sigset.c: New file.
1201         * signal/Makefile (tests): Add it.
1203 2003-03-31  Ulrich Drepper  <drepper@redhat.com>
1205         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Define to 65.
1206         * sysdeps/unix/sysv/linux/hppa/bits/signum.h (_NSIG): Likewise.
1207         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Likewise.
1208         * sysdeps/unix/sysv/linux/bits/signum.h (_NSIG): Likewise.
1209         (__SIGRTMAX): Adjust accordingly.
1210         * sysdeps/gnu/siglist.c: If OLD2_SIGLIST_SIZE is defined define
1211         second compatibility symbol set.
1212         * sysdeps/unix/sysv/linux/siglist.h (OLD2_SIGLIST_SIZE): Define.
1214 2003-03-31  Andreas Schwab  <schwab@suse.de>
1216         * sysdeps/m68k/m68020/bits/atomic.h (atomic_increment_and_test):
1217         Define.
1218         (atomic_decrement_and_test): Fix test.
1220 2003-03-31  Jakub Jelinek  <jakub@redhat.com>
1222         * sysdeps/sparc/sparc32/bits/atomic.h: New file.
1223         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: New file.
1224         * sysdeps/sparc/sparc64/bits/atomic.h: New file.
1225         * sysdeps/sparc/sparc32/atomicity.h: Removed.
1226         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: Removed.
1227         * sysdeps/sparc/sparc64/atomicity.h: Removed.
1229 2003-03-30  Roland McGrath  <roland@redhat.com>
1231         * scripts/abilist.awk: Grok .opd foo plus .text .foo as "foo F" alone.
1233         * intl/po2test.sed: Anchor substitution regexps to fix last change.
1235 2003-03-29  Paolo Bonzini  <bonzini@gnu.org>
1237         * intl/po2test.sed: Unify the transformations for msgid and msgstr
1238         and remove a useless s/// command.
1240 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
1242         * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0"
1243         directive into empty .prologue region to ensure that call-chain
1244         is terminated even for the first instruction.
1246         * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom
1247         to terminate call-chain right from the get-go.
1249         * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary
1250         stop bit between compare & branch.
1252 2003-03-29  Ulrich Drepper  <drepper@redhat.com>
1254         * stdlib/strtod.c (INTERNAL): Recognize first digit after decimal
1255         point correctly [PR libc/4993].
1257         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid
1258         netlink_open calls if netlink is known to not be available.
1260 2003-03-29  Alexandre Oliva  <aoliva@redhat.com>
1262         * configure.in: Add mips64* support.
1263         * sysdeps/mips/bits/endian.h: Make it bi-endian.
1264         * sysdeps/mips/mipsel/bits/endian.h: Removed.
1265         * sysdeps/mips/mips64/n32/el/bits/endian.h: Removed.
1266         * sysdeps/mips/mips64/n64/el/bits/endian.h: Removed.
1267         * sysdeps/mips/mips32/Makefile (CC): Add -mabi=32.
1268         * sysdeps/mips/mips64/n32/Makefile (CC): Add -mabi=n32.
1269         * sysdeps/mips/mips64/n64/Makefile (CC): Add -mabi=64.
1270         * sysdeps/mips/Implies: Moved wordsize-32 to...
1271         * sysdeps/mips/mips32/Implies: New file.
1272         * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO,
1273         ret_NOERRNO): New.
1274         (ret, PSEUDO_END): Moved past END.
1275         (PSEUDO): Moved to...
1276         * sysdeps/unix/mips/mips32/sysdep.h: New file.
1277         * sysdeps/unix/mips/mips64/n32/sysdep.h: Removed #undef PSEUDO.
1278         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
1279         * sysdeps/unix/sysv/linux/mips/sysdep.h: Move to...
1280         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: New file.
1281         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: New file.
1283         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
1284         Re-introduce ENTRY.
1286 2003-03-28  Thorsten Kukuk  <kukuk@suse.de>
1288         * sysdeps/unix/sysv/linux/ifaddrs.c: New file.
1289         * inet/test-ifaddrs.c: Allow AF_PACKET.
1290         * sysdeps/unix/sysv/linux/kernel-features.h: Add
1291         __ASSUME_NETLINK_SUPPORT.
1293 2003-03-28  Ulrich Drepper  <drepper@redhat.com>
1295         * elf/vismain.c (do_test): Comment out tests which fail in the moment.
1297 2003-03-26  H.J. Lu  <hjl@gnu.org>
1299         * elf/vismod.h (getvarlocal1): Return const char **.
1300         (getvarinmod1): Likewise.
1301         (getvaritcpt1): Likewise.
1302         (getvarlocal2): Likewise.
1303         (getvarinmod2): Likewise.
1304         (getvaritcpt2): Likewise.
1305         (getvaritcpt3): Likewise.
1306         * elf/vismain.c (do_test): Adjusted.
1307         * elf/vismod1.c (getvarlocal1): Return address.
1308         (getvarinmod1): Likewise.
1309         (getvaritcpt1): Likewise.
1310         * elf/vismod2.c (getvarlocal2): Likewise.
1311         (getvarinmod2): Likewise.
1312         (getvaritcpt2): Likewise.
1313         * elf/vismod3.c (getvaritcpt3): Likewise.
1315 2003-03-28  Roland McGrath  <roland@redhat.com>
1317         * elf/vismain.c (do_test): Print both addresses when they don't match.
1319         * scripts/abilist.awk: If given -v filename_regexp and/or -v
1320         libname_regexp when parsing names, then produce output only
1321         for those matching the given regexps.  In combine mode, save all
1322         stanzas for a final sorting by stanza header at the end.
1323         Emit a blank line between stanzas.
1325         * scripts/abilist.awk: When given -v combine=1, do parse_names and
1326         emit a single output stream with lib name in stanza header lines.
1328         * scripts/abilist.awk: Emit A for all *ABS* regardless of type.
1330 2003-03-27  Roland McGrath  <roland@redhat.com>
1332         * sysdeps/powerpc/bits/atomic.h [! __powerpc64__]
1333         (__arch_atomic_decrement_if_positive_64): Fix bogus definition.
1335 2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1337         * sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
1338         Return old value. Make asm output reg constraint earlyclobber.
1339         Renamed from...
1340         (__arch_compare_and_exchange_8_acq): ... this.
1341         (__arch_compare_and_exchange_val_16_acq):
1342         Return old value. Make asm output reg constraint earlyclobber.
1343         Renamed from...
1344         (__arch_compare_and_exchange_16_acq): ... this.
1345         (__arch_compare_and_exchange_val_32_acq):
1346         Return old value. Make asm output reg constraint earlyclobber.
1347         Renamed from...
1348         (__arch_compare_and_exchange_32_acq): ... this.
1349         (__arch_compare_and_exchange_val_64_acq):
1350         Renamed from...
1351         (__arch_compare_and_exchange_64_acq): ... this.
1352         (atomic_exchange_and_add): Use local variables and
1353         __arch_compare_and_exchange_val_64_acq.
1354         (atomic_add): Likewise.
1355         (atomic_add_negative, atomic_add_zero): Use local variables.
1357 2003-03-28  Alexandre Oliva  <aoliva@redhat.com>
1359         * sysdeps/unix/mips/sysdep.S: Include sys/asm.h.
1361 2003-03-27  Ulrich Drepper  <drepper@redhat.com>
1363         * Makefile: Remove libmd5crypt goal.
1365 2003-03-25  Jakub Jelinek  <jakub@redhat.com>
1367         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Restore
1368         special handling of relocations against local symbols.
1370 2003-03-27  Steven Munroe  <sjmunroe@us.ibm.com>
1372         * sysdeps/powerpc/bits/atomic.h
1373         (__arch_compare_and_exchange_bool_32_acq): Move to [!__powerpc64__].
1374         [__powerpc64__] (__arch_compare_and_exchange_bool_32_acq):
1375         Define PPC64 specific version.
1376         [__powerpc64__] (__arch_compare_and_exchange_bool_64_acq):
1377         Change (mem) constraint to "b".
1378         [__powerpc64__] (__arch_atomic_exchange_and add_64):
1379         Replace addi with add. Change (value) contraint to "r".
1380         Change (mem) constraint to "b".
1381         [__powerpc64__] (__arch_atomic_decrement_if_positive_64): New macro.
1382         (__arch_atomic_exchange_32): Change (mem) constraint to "b".
1383         (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
1384         (__arch_atomic_decrement_if_positive_32): New macro.
1385         (atomic_decrement_if_positive): Use __arch* macros.
1387 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
1389         * sysdeps/ia64/fpu/libm-test-ulps: Update.
1391 2003-03-27  Roland McGrath  <roland@redhat.com>
1393         * scripts/rpm2dynsym.sh: New file.
1394         * Makefile (distribute): Add it.
1396 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
1398         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
1399         ar.unat before returning.  Add missing .mem.offset directives
1400         to ensure file gets assembled without warnings.
1401         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1403 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
1405         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
1406         Return -1 instead of 0 if clock_getres failed.
1408 2003-03-27  Roland McGrath  <roland@redhat.com>
1410         * scripts/abilist.awk: If variable `parse_names' is set, grok the file
1411         header lines and write out foo.symlist files for each foo.so.NN listed.
1413         * libio/libioP.h (_IO_wfile_jumps): Remove attribute_hidden.
1414         This symbol is exported, and we don't want to hide it.
1415         Add libc_hidden_proto instead.
1416         (_IO_file_jumps): Add libc_hidden_proto.
1417         * libio/wfileops.c (_IO_wfile_jumps): Add libc_hidden_data_def.
1418         Remove INTVARDEF.
1419         * libio/fileops.c (_IO_file_jumps): Likewise.
1420         * libio/stdfiles.c: Don't use INTUSE on them.
1421         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
1422         * libio/iofopen.c (__fopen_internal): Likewise.
1423         * libio/freopen.c (freopen): Likewise.
1424         * libio/freopen64.c (freopen64): Likewise.
1425         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
1427         * Makerules (check-abi) [$(enable-check-abi) = warn]:
1428         Ignore exit status from diff.
1429         * configure.in (enable_check_abi): Document possible value "warn".
1430         Change default to no for now.
1431         * configure: Regenerated.
1433         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning
1434         macro calls and a #include <stub-tag.h> at the end.
1435         * Makerules ($(objpfx)stubs): Tweak sed commands.
1437         * sysdeps/unix/sysv/linux/syscalls.list: Use - rather than EXTRA in
1438         caller column for *xattr syscalls, since they are in sysdeps/generic.
1440         * sysdeps/unix/sysv/linux/i386/setfsuid.c: setfsgid -> setfsuid
1441         * sysdeps/unix/sysv/linux/i386/setfsgid.c: setfsuid -> setfsgid
1443 2003-03-26  Roland McGrath  <roland@redhat.com>
1445         * Makerules (check-abi-config): Use /thread instead of /tls when
1446         use-thread and not just use-tls is set.
1448         * Makerules (update-abi): Put quotes around $(update-abi-config).
1450         * elf/Makefile (check-abi): Depend on check-abi-ld.
1451         (update-abi): Depend on update-abi-ld.
1453 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
1455         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Use INTERNAL_SYSCALL and
1456         do not check for errors (unless testing for 32bit variant).
1457         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
1459 2003-03-27  Philip Blundell  <philb@gnu.org>
1461         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
1462         unconditional mov.  Remove nop.
1464         * sysdeps/unix/sysv/linux/kernel-features.h
1465         (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
1466         * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
1467         when __ASSUME_VFORK_SYSCALL is defined.
1468         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
1469         __ASSUME_MMAP2_SYSCALL.
1470         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
1471         __ASSUME_REALTIME_SIGNALS.
1473 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
1475         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
1476         only if DL_NO_COPY_RELOCS is not defined.
1477         * sysdeps/ia64/dl-lookupcfg.h: Define DL_NO_COPY_RELOCS.
1479 2003-03-26  Roland McGrath  <roland@redhat.com>
1481         * sysdeps/unix/make-syscalls.sh: When an undefined syscall has
1482         SOURCE=-, append its symbol names to make variable unix-stub-syscalls.
1483         * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls]
1484         (sysdep_routines): Add stub-syscalls.
1485         ($(objpfx)stub-syscalls.c): New target.
1486         (generated): Add stub-syscalls.c.
1488         * tls.make.c: Also define use-tls according to USE_TLS macro.
1490 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
1492         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
1493         no-op padding element.
1494         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
1495         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
1496         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1497         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1499 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
1501         * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
1502         condition check for the return value of getgroups32.
1504 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
1506         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
1507         Fix a typo.
1508         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
1509         PSEUDO_END_NOERRNO): Define.
1510         * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
1511         Define to PSEUDO_END.
1513 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
1515         * abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
1517 2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>
1519         * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
1520         * iconvdata/bug-iconv4.c: New file.
1521         * iconvdata/Makefile (tests): Add bug-iconv4.
1523 2003-03-25  H.J. Lu  <hjl@gnu.org>
1525         * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
1526         symbols twice.
1527         (_dl_lookup_versioned_symbol): Likewise.
1529 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
1531         * csu/tst-atomic.c (do_test): Add some new
1532         atomic_compare_and_exchange_val_acq, atomic_add_zero,
1533         atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
1534         * include/atomic.h (atomic_add_negative, atomic_add_zero):
1535         Prefix local variable so that it doesn't clash with the one
1536         in atomic_exchange_and_add.
1537         * sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
1538         pointers.
1539         (atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
1540         * sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
1541         value into register.
1542         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
1543         Cast newval to long.
1544         * sysdeps/x86_64/bits/atomic.h
1545         (__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
1546         long.
1547         (atomic_exchange): Cast newvalue to long if sizeof == 8.
1548         (atomic_exchange_and_add): Cast value to long if sizeof == 8.
1549         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
1550         (atomic_bit_set): Shift 1L up in all cases to shut up warnings.
1552 2003-03-21  Martin Schwidefsky  <schwidefskyde.ibm.com>
1554         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order
1555         bit from backtrace addresses.
1557 2003-03-21  Andreas Schwab  <schwab@suse.de>
1559         * sysdeps/unix/sysv/linux/i386/chown.c: Don't define any versioned
1560         __chown symbols.
1562 2003-03-25  Roland McGrath  <roland@redhat.com>
1564         * config.make.in (enable-check-abi): New variable from configure.
1565         * configure.in (enable_check_abi): New substituted variable,
1566         controlled by --{enable,disable}-check-abi (default yes).
1567         * configure: Regenerated.
1568         * Makerules [$(enable-check-abi) = yes] (tests): Put this condition
1569         on check-abi dependency.
1571 2003-03-26  Andreas Schwab  <schwab@suse.de>
1573         * sysdeps/m68k/m68020/bits/atomic.h: Fix typos.
1574         * include/atomic.h: Likewise.
1576         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ret_NOERRNO.
1578 2003-03-25  Roland McGrath  <roland@redhat.com>
1580         * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
1581         (__arch_atomic_exchange_64): New macro.
1582         (atomic_exchange): Use them.
1583         (__arch_atomic_exchange_and_add_32): New macro.
1584         (__arch_atomic_exchange_and_add_64): New macro.
1585         (atomic_exchange_and_add): Use them.
1586         Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
1588 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
1590         * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
1591         Define.
1592         * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all
1593         ISA tests.
1594         (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA.
1595         (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG.
1596         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
1597         to decide whether to add padding.
1598         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
1599         to decide whether to add padding.
1600         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct
1601         old_kernel_sigaction): Likewise.
1603 2003-03-25  Ulrich Drepper  <drepper@redhat.com>
1605         * csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
1606         atomic_add_zero were supposed to do.
1607         * include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
1608         to x86 behavior.
1610         * sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
1611         This matches the new timer implementation.
1612         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__TIMER_T_TYPE):
1613         Likewise.
1614         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__TIMER_T_TYPE):
1615         Likewise.
1616         * sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
1617         timer info for what the kernel provides these days.
1618         (struct sigevent): Add _tid field.
1619         Define SIGEV_THREAD_ID.
1620         Remove struct __pthread_attr_s forward declaration.
1621         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
1622         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
1623         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1624         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1626         * Versions.def (librt): Add GLIBC_2.3.3.
1628         * abilist/libpthread.abilist: Update for nptl.
1630 2003-03-24  Jon Grimm  <jgrimm@us.ibm.com>
1632         * inet/netinet/in.h: Add IPPROTO_SCTP.
1634 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
1636         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLET): Define.
1638 2003-03-24  Philip Blundell  <philb@gnu.org>
1640         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL):
1641         Remove a1 from clobber list.
1643 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
1645         * timezone/antarctica: Update from tzdata2003a.
1646         * timezone/asia: Likewise.
1647         * timezone/australasia: Likewise.
1648         * timezone/europe: Likewise.
1649         * timezone/iso3166.tab: Likewise.
1650         * timezone/northamerica: Likewise.
1651         * timezone/southamerica: Likewise.
1652         * timezone/zone.tab: Likewise.
1654 2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>
1656         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
1658 2003-03-23  Ulrich Drepper  <drepper@redhat.com>
1660         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
1661         unwanted expansion by definining to ret.  Patch by Ian Wienand.
1663         * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
1664         the parameter description to denote no error checking.  Generate
1665         appropriate pseudo asm code.
1666         * sysdeps/unix/syscalls.list: Mark getgid, getpid, getuid with 'E'.
1667         * sysdeps/unix/sysv/linux/syscalls.list: Mark getegid, geteuid,
1668         getpgrp, and getppid with 'E'.
1669         * sysdeps/powerpc/powerpc32/sysdep.h: Define PSEUDO_NOERRNO,
1670         PSEUDO_END_NOERRNO, and ret_NOERRNO.
1671         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
1672         * sysdeps/unix/sysdep.h: Likewise.
1673         * sysdeps/unix/alpha/sysdep.h: Likewise.
1674         * sysdeps/unix/sparc/sysdep.h: Likewise.
1675         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1676         * sysdeps/unix/sysv/linux/cris/sysdep.h: Likewise.
1677         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
1678         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1679         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1680         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1681         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1682         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1683         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1684         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1685         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1687 2003-03-23  Roland McGrath  <roland@redhat.com>
1689         * Makeconfig (+includes): Don't use $(last-includes).
1691 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
1693         * sysdeps/unix/sysv/linux/configure.in: Update mips64 patterns.
1694         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1696 2003-03-23  Jakub Jelinek  <jakub@redhat.com>
1698         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1699         * sysdeps/arm/libm-test-ulps: Update.
1700         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1701         * sysdeps/ia64/fpu/libm-test-ulps: Update.
1702         * sysdeps/mips/fpu/libm-test-ulps: Update.
1703         * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
1704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1705         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
1706         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
1707         * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
1708         * sysdeps/s390/fpu/libm-test-ulps: Update.
1709         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1711 2003-03-22  Roland McGrath  <roland@redhat.com>
1713         * include/atomic.h: Put parens around all macro arguments.
1714         (__atomic_val_bysize, __atomic_bool_bysize): New macros.
1715         (atomic_compare_and_exchange_val_acq): Use it.
1716         (atomic_compare_and_exchange_bool_acq): Likewise.
1717         (atomic_increment_and_test): Invert sense of test.
1718         (atomic_decrement_and_test): Likewise.
1719         * csu/tst-atomic.c: Update those tests to match.
1721 2003-03-22  Jakub Jelinek  <jakub@redhat.com>
1723         * include/atomic.h (atomic_compare_and_exchange_val_acq): Add comment.
1724         Don't define if __arch_compare_and_exchange_val_32_acq is not defined.
1725         (atomic_compare_and_exchange_bool_acq): Add comment.  Don't use
1726         __oldval variable in the macro, since it might be macro argument.
1727         (atomic_decrement_if_positive): Initialize __memp, remove setting
1728         of non-existent variable.
1729         (atomic_bit_test_set): Cast 1 to __typeof (*mem) before shifting.
1730         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Implement
1731         using atomic_compare_and_exchange_val_acq.
1732         (atomic_decrement_if_positive, atomic_bit_test_set): Define.
1733         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
1734         Renamed from...
1735         (__arch_compare_and_exchange_bool_8_acq): ... this.
1736         (__arch_compare_and_exchange_val_16_acq): Renamed from...
1737         (__arch_compare_and_exchange_bool_16_acq): ... this.
1738         (__arch_compare_and_exchange_val_32_acq): Return old value.  Renamed
1739         from...
1740         (__arch_compare_and_exchange_bool_32_acq): ... this.
1741         (__arch_compare_and_exchange_val_64_acq): Return old value.  Renamed
1742         from...
1743         (__arch_compare_and_exchange_bool_64_acq): ... this.
1744         (__arch_compare_and_exchange_val_32_acq): Use __typeof for local
1745         variables types instead of assuming int.
1746         Change prefix of local variables to __arch.
1747         * sysdeps/generic/bits/atomic.h (arch_compare_and_exchange_acq):
1748         Remove.
1749         (atomic_compare_and_exchange_val_acq,
1750         atomic_compare_and_exchange_bool_acq): Define.
1752         * csu/tst-atomic.c: New test.
1753         * csu/tst-atomic-long.c: New test.
1754         * csu/Makefile (tests): Add tst-atomic and tst-atomic-long.
1756         * malloc/memusagestat.c (main): Kill warning if uint64_t is ulong.
1758         * sysdeps/s390/Versions: Add trailing newline.
1760         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Kill warning
1761         if INTERNAL_SYSCALL_ERROR_P doesn't use its first argument.
1763 2003-03-22  Andreas Schwab  <schwab@suse.de>
1765         * sysdeps/m68k/fpu/libm-test-ulps: Update.
1767         * sysdeps/m68k/m68020/bits/atomic.h: New file.
1768         * sysdeps/m68k/m68020/atomicity.h: Removed.
1770 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
1772         * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation
1773         data structures and macros.  Protect from multiple inclusion.
1775         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
1776         typo in #if test.
1778 2003-03-21  Andreas Jaeger  <aj@suse.de>
1780         * sysdeps/i386/fpu/libm-test-ulps: Update.
1782         * math/libm-test.inc (tgamma_test): Recompute some constants with
1783         36 digits precision.
1784         (lgamma_test): Likewise.
1785         (ccos_test): Likewise.
1786         (ccosh_test): Likewise.
1787         (clog10_test): Likewise.
1788         (csin_test): Likewise.
1789         (csinh_test): Likewise.
1790         (ctan_test): Likewise.
1791         (ctanh_test): Likewise.
1793 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
1795         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerated.
1797 2003-03-21  Roland McGrath  <roland@redhat.com>
1799         * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
1800         constraint to permit non-constant BIT argument.
1801         (atomic_bit_test_set): Likewise.
1802         * sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
1803         (atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
1804         For quadword case, use "i" constraint if __builtin_constant_p and < 32
1805         or "r" constraint otherwise.
1807         * configure.in: Move AC_PROG_CC and other program-finding before all
1808         the version checks.
1809         * configure: Regenerated.
1811 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
1813         * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke
1814         unaligned copying of 8-15 bytes.  From Chris Demetriou
1815         <cgd@broadcom.com>.  Fix label names.
1816         * sysdeps/mips/mips64/memset.S: Fix label names.  Make similar
1817         change as to memcpy.S.
1818         * sysdeps/mips/memcpy.S: Formatting changes.
1819         * sysdeps/mips/memset.S: Likewise.
1821 2003-03-21  Roland McGrath  <roland@redhat.com>
1823         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
1825 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
1827         * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New.
1828         * sysdeps/mips/memcpy.S, sysdeps/mips/memset.S: Update comments.
1830 2003-03-21  Roland McGrath  <roland@redhat.com>
1832         * sysdeps/i386/i486/bits/atomic.h
1833         (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling
1834         version of the macro to avoid compile-time warnings.
1835         [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above.
1836         (atomic_exchange_and_add, atomic_add): Fix name and usage of it.
1837         (atomic_increment, atomic_decrement): Likewise.
1839 2003-03-21  Ulrich Drepper  <drepper@redhat.com>
1841         * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.
1842         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1844 2003-03-21  Roland McGrath  <roland@redhat.com>
1846         * include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
1848 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1850         * include/atomic.h: Define atomic_compare_and_exchange_val_acq,
1851         atomic_compare_and_exchange_val_rel,
1852         atomic_compare_and_exchange_bool_acq, and
1853         atomic_compare_and_exchange_bool_rel instead of
1854         atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
1855         * sysdeps/i386/i486/bits/atomic.h: Define
1856         __arch_compare_and_exchange_val_*_acq instead of
1857         __arch_compare_and_exchange_*_acq.
1858         * sysdeps/x86_64/bits/atomic.h: Likewise.
1859         * sysdeps/ia64/bits/atomic.h: Define
1860         __arch_compare_and_exchange_bool_*_acq instead of
1861         __arch_compare_and_exchange_*_acq.
1862         * sysdeps/powerpc/bits/atomic.h: Likewise.
1863         * sysdeps/s390/bits/atomic.h: Likewise.
1864         * gmon/mcount.c: Adjust for new form of compare&exchange macros.
1865         * malloc/set-freeres.c: Likewise.
1866         * nscd/cache.c: Likewise.
1867         * stdlib/cxa_finalize.c: Likewise.
1868         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1870 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1872         * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs.
1873         * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust.
1874         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
1876         * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset
1877         into high and low halves on n64.
1878         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1879         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1880         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1882 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1884         * include/atomic.h (atomic_decrement_if_positive): Adjust for the
1885         correct atomic_compare_and_exchange_acq semantics.
1887 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1889         * sysdeps/mips/ieee754.h: Remove excess #endif.
1891 2003-03-20  Roland McGrath  <roland@redhat.com>
1893         * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
1894         variable.  Remove superfluous memory clobber.
1896         * include/atomic.h: Syntax braino fix.
1898         * posix/tst-nice.c (do_test): Use %m formats instead of printing errno
1899         in decimal.  Don't bail if niced at start.  Just check that nice call
1900         bumps the total at all.
1902 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1904         * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers,
1905         including pc, gp, sp and fp, as long long.
1906         * sysdeps/mips/mips64/setjmp.S: Pass gp to __sigsetjmp_aux.
1907         * sysdeps/mips/mips64/setjmp_aux.c: Adjust type of arguments.
1908         Add gp argument, and set gp in the jmpbuf to it.
1909         * sysdeps/mips/setjmp_aux.c: Revert to o32-only.
1911 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1913         * include/atomic.h: Define atomic_exchange and
1914         atomic_decrement_if_positive if not already defined.  Add some
1915         __builtin_expect.
1916         * sysdeps/i386/i486/bits/atomic.h: Define atomic_exchange.
1917         * sysdeps/x86_64/bits/atomic.h: Likewise.
1918         * sysdeps/ia64/bits/atomic.h: Pretty printing.  Define atomic_exchange.
1919         * sysdeps/powerpc/bits/atomic.h: Pretty printing.  Define
1920         atomic_exchange, atomic_exchange_and_add, and
1921         atomic_decrement_if_positive
1923 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1925         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend
1926         with a single instruction.
1928         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
1929         properly for n64.
1930         (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
1931         type.
1932         (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
1933         Word before comparing with gotsym.  Take reloc_addr argument as
1934         void*.  Remove the code added for the compiler to drop any
1935         alignment assumptions.
1937 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1939         * Makefile (distribute): Add include/atomic.h and bits/atomic.h.
1940         * include/atomic.h: New file.
1941         * sysdeps/i386/i486/bits/atomic.h: New file.
1942         * sysdeps/x86_64/bits/atomic.h: New file.
1943         * sysdeps/s390/bits/atomic.h: New file.
1944         * sysdeps/sh/bits/atomic.h: New file.
1945         * sysdeps/ia64/bits/atomic.h: New file.
1946         * sysdeps/powerpc/bits/atomic.h: New file.
1947         * sysdeps/generic/bits/atomic.h: New file.
1948         * sysdeps/i386/i486/atomicity.h: Removed.
1949         * sysdeps/x86_64/atomicity.h: Removed.
1950         * sysdeps/s390/s390-32/atomicity.h: Removed.
1951         * sysdeps/s390/s390-64/atomicity.h: Removed.
1952         * sysdeps/ia64/atomicity.h: Removed.
1953         * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
1954         * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
1955         * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
1956         use of macros from atomicity.h to new names and semantics.
1957         * gmon_mcount.c: Likewise.
1958         * malloc/set-freeres.c: Likewise.
1959         * nscd/cache.c: Likewise.
1960         * stdlib/cxa_finalize.c: Likewise.
1961         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1963 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
1965         * sysdeps/mips/ieee754.h: New file, suitable to replace both
1966         ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
1967         mips-specific for now.
1969 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1971         * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
1972         hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
1973         * stdlib/tst-strtod.c: Add test for the bug.
1975         * posix/tst-nice.c (do_test): Remove invalid of return value.
1976         Don't run test if initial level != 0.
1978 2003-03-19  Amos Waterland  <apw@us.ibm.com>
1980         * posix/tst-nice.c: New file.
1981         * posix/Makefile (tests): Add tst-nice.
1983 2003-03-18  Roland McGrath  <roland@redhat.com>
1985         * abilist: New directory of libfoo.abilist files maintained using
1986         scripts/merge-abilist.awk and "make update-abi" rules.
1987         * Makefile (distribute): Add abilist/*.abilist.
1988         * Makerules [$(build-shared) = yes] [$(subdir)] (tests):
1989         Depend on check-abi.
1991         * configure.in: Move $critic_missing check after all AC_CHECK_PROG_VER.
1992         * configure: Regenerated.
1994         * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64): Fix name.
1996 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1998         * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
1999         correctly.
2001 2003-03-18  Steven Munroe  <sjmunroe@us.ibm.com>
2003         * sysdeps/powerpc/powerpc64/memcpy.S: New file.
2005 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
2007         * Versions.def: Add GLIBC_2.3.3 for libpthread.
2009 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
2011         * sysdeps/generic/libc-start.c [!SHARED &&
2012         !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
2014 2003-03-17  Roland McGrath  <roland@redhat.com>
2016         * include/ctype.h: Revert last change.
2018 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
2020         * argp/tst-argp1.c: Use test-skeleton.c.
2021         * locale/tst-C-locale.c: Likewise.
2023 2003-03-17  Alexandre Oliva  <aoliva@redhat.com>
2025         * sysdeps/mips/mips64/Implies: Move wordsize-64 to...
2026         * sysdeps/mips/mips64/n64/Implies: New file.
2027         * sysdeps/mips/mips64/n64/Makefile: New file.
2028         * sysdeps/mips/mips64/n64/el/bits/endian.h: New file.
2029         * sysdeps/mips/mips64/n32/Implies: New file.
2030         * sysdeps/mips/mips64/n32/Makefile: New file.
2031         * sysdeps/mips/mips64/n32/el/bits/endian.h: New file.
2032         * sysdeps/unix/mips/mips64/n32/sysdep.h: New file.
2033         * sysdeps/unix/mips/mips64/n64/sysdep.h: New file.
2034         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: New file.
2035         * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: New file.
2036         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: New file.
2037         * sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h: New file.
2038         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: New file.
2039         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: New file.
2040         * sysdeps/unix/sysv/linux/mips/mips64/send.c: New file.
2041         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S: New file.
2042         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: New file.
2043         * sysdeps/unix/sysv/linux/mips/mips64/umount.c: New file.
2044         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: New file.
2046         * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use
2047         lib64 for mips64/n64 and lib32 for mips64/n32.
2048         (ldd_rewrite_script): Needed for all mips64 configurations.
2049         * sysdeps/unix/sysv/linux/configure: Rebuilt.
2050         * sysdeps/unix/sysv/linux/mips/mips64/ldd-rewrite.sed: New file.
2051         * sysdeps/unix/sysv/linux/mips/mips64/Dist: New file.
2053         * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as
2054         well.
2056         * sysdeps/unix/sysv/linux/mips/configure.in: New.  Pre-process
2057         asm/unistd.h into asm-unistd.h.
2058         * sysdeps/unix/sysv/linux/mips/configure: Generated.
2059         * sysdeps/unix/sysv/linux/mips/Makefile: Do custom processing
2060         of syscall list.
2061         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: New file.
2062         * sysdeps/unix/sysv/linux/mips/clone.S: Don't include
2063         asm/unistd.h.
2065         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.
2066         * sysdeps/unix/sysv/linux/mips/ptrace.c: New file.  Use long
2067         long type for registers on n32.
2069         * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
2070         3 ABIs.
2071         * sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
2072         BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
2073         * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
2074         (__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
2075         * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
2076         * sysdeps/unix/mips/brk.S: Likewise.
2077         * sysdeps/unix/mips/sysdep.S: Likewise.
2078         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
2079         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
2080         * sysdeps/mips/sys/ucontext.h: Likewise.
2081         * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
2082         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
2083         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
2084         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
2085         * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
2086         * sysdeps/mips/mips64/setjmp.S: Likewise.
2087         * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
2088         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
2089         64-bit types.
2091 2003-03-16  Ulrich Drepper  <drepper@redhat.com>
2093         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
2094         not at function level.
2095         * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
2097 2003-03-15  Roland McGrath  <roland@redhat.com>
2099         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
2100         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
2101         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
2102         * nis/nis_table.c (__create_ib_request): Likewise.
2104         * posix/fnmatch_loop.c: Add casts for signedness.
2105         * nss/nss_files/files-hosts.c: Likewise.
2106         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
2107         * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
2108         * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
2110         * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
2111         get errors into the log file.
2112         (libc_cv_broken_visibility_attribute): Likewise.
2113         (libc_cv_broken_alias_attribute): Likewise.
2114         (libc_cv_asm_weak_directive): Likewise.
2115         (libc_cv_need_minus_P): Likewise.
2116         (libc_cv_dot_text): Likewise.
2117         (libc_cv_asm_global_directive): Likewise.
2118         (libc_cv_asm_type_prefix): Likewise.
2119         * configure: Regenerated.
2121         * nscd/cache.c (cache_search): Give first arg type `request_type'.
2122         * nscd/nscd.h: Update decl.
2124         * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
2125         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2126         * elf/dl-close.c (_dl_close): Likewise.
2127         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
2128         * io/fts.c (fts_build): Likewise.
2129         * elf/cache.c (add_to_cache): Likewise.
2130         * locale/programs/locarchive.c (show_archive_content): Likewise.
2132         * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
2134         * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
2135         happy.
2136         (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
2138 2003-03-15  Ulrich Drepper  <drepper@redhat.com>
2140         * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
2141         code for most parts.
2143 2003-03-15  Roland McGrath  <roland@redhat.com>
2145         * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
2146         * sysdeps/unix/sysv/linux/system.c: ... here.
2147         (FORK): Don't #define if already #define'd.
2148         * sysdeps/unix/sysv/linux/s390/system.c: File removed.
2149         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
2150         (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
2152         * dlfcn/tst-dlinfo.c: New file.
2153         * dlfcn/Makefile (tests): Add tst-dlinfo.
2154         ($(objpfx)tst-dlinfo): New target.
2156         * dlfcn/dlinfo.c: New file.
2157         * dlfcn/Makefile (libdl-routines): Add it.
2158         * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
2159         * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
2160         [__USE_GNU] (RTLD_DI_*): New enum constants.
2161         [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
2162         * elf/dl-load.c (cache_rpath): New inline function.
2163         (_dl_map_object): Use it.
2164         (_dl_rtld_di_serinfo): New function.
2165         * sysdeps/generic/ldsodefs.h: Declare it.
2166         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
2168         * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
2169         (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
2170         (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
2171         (__libc_start_main): Just call the generic one for most of the work.
2173         * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
2174         static function by that name instead of BP_SYM (__libc_start_main).
2175         [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
2176         [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
2177         [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
2179         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
2180         Use this macro for extra AT_* cases.
2181         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
2182         New macro, guts from ...
2183         (__aux_init_cache): ... here, function removed.
2184         (DL_PLATFORM_INIT): Don't define this.
2186         * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
2187         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
2189         * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
2191 2003-03-14  Roland McGrath  <roland@redhat.com>
2193         * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
2195 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
2197         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
2199         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
2200         sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
2202 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
2204         * sysdeps/mips/fpu/bits/mathdef.h: New.
2205         (__NO_LONG_DOUBLE_MATH): Define for o32.
2207         * sysdeps/mips/sys/asm.h: Formatting changes.
2208         (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
2209         (CPADD): Define for all of them.
2210         (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
2211         SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
2212         NARGSAVE): Define per ABI spec.
2213         (END): Don't redefine.
2214         (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
2215         LONG_SRAV): Remove duplicate definitions.
2216         (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
2217         PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
2218         PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
2219         (PTR_LA): Define for all 3 ABIs.
2221         * sysdeps/mips/dl-machine.h: Include sys/asm.h.
2222         (elf_machine_matches_host): Prevent linking of o32 and n32
2223         together.
2224         (elf_machine_dynamic): Document assumption on $gp.
2225         (STRINGXP, STRINGXV, STRINGV_): New macros.
2226         (elf_machine_load_address): Use them to stringize PTR_LA and
2227         PTR_SUBU.
2228         (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
2229         ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
2230         (_dl_runtime_resolve): Adjust it for all 3 ABIs.
2231         (__dl_runtime_resolve): Cast the symtab initializer to the
2232         right type.
2233         (RTLD_START): Use it.  Adjust it for all 3 ABIs.
2234         (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
2235         Handle 64-bit R_MIPS_REL composite relocation and accept
2236         R_MIPS_64 relocations to shift addend size to 64 bits.
2237         Document assumption regarding local GOT entries.  Document
2238         backward-compatibility departing from the ABI behavior in
2239         applying relocations that reference section symbols, no longer
2240         used.  Support relocations to mis-aligned offsets.
2241         * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
2243         * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
2245         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
2246         (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
2247         * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
2248         restore_rt functions.  Use them.
2250         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
2251         .set mips2 on new abis.
2253 2003-03-13  Ulrich Drepper  <drepper@redhat.com>
2255         * posix/getconf.c: Recognize POSIX2_SYMLINKS.
2256         * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
2257         * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
2258         * sysdeps/posix/pathconf.c: Likewise.
2259         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
2260         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2261         * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
2263         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
2264         words.
2266 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
2268         * include/gmp.h: Include/gmp-mparam.h.
2269         * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
2270         gmp-impl.h.
2272         * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
2273         ELF_MACHINE_NO_RELA is set.
2274         * elf/rtld.c (dl_main): No prelink support for REL-only.
2276         * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
2277         FLAG_MIPS64_LIBN64): Define.
2278         * elf/cache.c (print_entry): Handle mips64 n32 and n64.
2280         * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
2281         * sysdeps/mips/memset.S: Likewise.
2282         * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
2283         depending on the ABI.
2285         * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
2286         Don't .set mips2 on new abi.
2287         (compare_and_swap): Likewise.  Support 64-bit longs on n64.
2289         * stdlib/fpioconst.h: Include gmp.h with angle brackets.
2291 2003-03-13  Roland McGrath  <roland@redhat.com>
2293         * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
2294         found.  Reported by Alexandre Oliva <aoliva@redhat.com>.
2296 2003-03-13  Alexandre Oliva  <aoliva@redhat.com>
2298         * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
2299         literals long long.
2300         * stdlib/fpioconst.c: Likewise.
2301         * stdlib/strtod.c: Likewise.
2303         * sysdeps/mips/add_n.S: Use L macro for local labels.
2304         * sysdeps/mips/addmul_1.S: Likewise.
2305         * sysdeps/mips/lshift.S: Likewise.
2306         * sysdeps/mips/memcpy.S: Likewise.
2307         * sysdeps/mips/memset.S: Likewise.
2308         * sysdeps/mips/mul_1.S: Likewise.
2309         * sysdeps/mips/rshift.S: Likewise.
2310         * sysdeps/mips/sub_n.S: Likewise.
2311         * sysdeps/mips/submul_1.S: Likewise.
2312         * sysdeps/mips/mips64/add_n.S: Likewise.
2313         * sysdeps/mips/mips64/addmul_1.S: Likewise.
2314         * sysdeps/mips/mips64/lshift.S: Likewise.
2315         * sysdeps/mips/mips64/mul_1.S: Likewise.
2316         * sysdeps/mips/mips64/rshift.S: Likewise.
2317         * sysdeps/mips/mips64/sub_n.S: Likewise.
2318         * sysdeps/mips/mips64/submul_1.S: Likewise.
2319         * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
2320         conventions.  Define END as in sys/asm.h.
2321         * sysdeps/unix/mips/sysdep.S: Likewise.
2322         * sysdeps/unix/mips/wait.S: Likewise.
2323         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
2325         * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
2326         Cast shifted values that may be too narrow to mp_limb_t.
2327         * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
2328         Likewise.
2329         * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
2330         Likewise.
2331         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
2332         (__mpn_extract_long_double): Likewise.
2333         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
2334         (__mpn_construct_long_double): Likewise.
2335         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
2336         (__mpn_extract_long_double): Likewise.
2337         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
2338         (__mpn_construct_long_double): Likewise.
2340 2003-03-13  Roland McGrath  <roland@redhat.com>
2342         * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
2343         entries in the map file match too.
2345 2003-03-13  Guido Guenther  <agx@sigxcpu.org>
2347         * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
2348         label .Lthread_start since current binutils don't allow branches
2349         to globally visible symbols.
2351 2003-03-13  Jakub Jelinek  <jakub@redhat.com>
2353         * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
2354         ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
2355         ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
2356         (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it.  Make syscall arguments
2357         clobbered by the syscall.
2358         (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
2359         ASM_ARGS_6): Change constraints from r to index of corresponding
2360         output register.
2361         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
2362         ptid and ctid to match kernel.
2363         * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
2365 2003-03-12  Steven Munroe  <sjmunroe@us.ibm.com>
2367         * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
2368         AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
2369         * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
2371 2003-03-11  Roland McGrath  <roland@redhat.com>
2373         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
2374         Check SYM_MAP rather than SYM as definedness check.
2375         Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
2376         Don't handle R_PPC64_REL24 reloc.
2377         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
2379         * sysdeps/powerpc/powerpc64/dl-machine.h
2380         [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
2381         block, so we cover all the TPREL16* flavors without 6 ||s.
2382         [USE_TLS] (elf_machine_tprel): New function.
2383         (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
2384         and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
2385         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
2387 2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
2389         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
2390         instead of jalr to invoke subroutine so restoring the $gp register
2391         will work properly.
2393 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2395         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
2396         to __NR_pread if not defined.
2397         (__NR_pwrite64): Define to __NR_pwrite if not defined.
2399 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
2401         * sysdeps/unix/sysv/linux/ia64/system.c: New file.
2402         * sysdeps/unix/sysv/linux/kernel-features.h
2403         (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
2404         kernel >= 2.5.64.
2406 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
2408         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
2409         allocate space even for the trailing '/'.
2410         Reported by John Reiser <jreiser@BitWagon.com>.
2412         * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
2413         ASM_CLOBBERS_6): Define.
2414         (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
2415         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
2416         to match IA-32 order.
2417         * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
2419 2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>
2421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
2422         Copy extra params for NPTL to registers used in clone syscall.
2424 2003-03-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2426         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
2427         call names for pread and pwrite.
2429 2003-03-10  Roland McGrath  <roland@redhat.com>
2431         * dlfcn/Makefile (libdl-routines): Add dladdr1.
2432         * dlfcn/dladdr1.c: New file.
2433         * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
2434         [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
2435         * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
2436         a const ElfNN_Sym ** to fill in.
2437         * include/dlfcn.h: Update decl.  Include <link.h>.
2438         * dlfcn/dladdr.c (dladdr): Update caller.
2439         * malloc/mtrace.c (tr_where): Likewise.
2440         * sysdeps/generic/elf/backtracesyms.c: Likewise.
2441         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
2442         * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
2443         * Versions.def (libdl): Define GLIBC_2.3.3 set.
2445         * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
2446         assembler command.
2447         * sysdeps/unix/Makefile (compile-syscall): New variable.
2448         Pass -g0 to compiler for assembling syscall stubs from stdin.
2450         * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
2451         (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
2452         Define these to do nothing.
2454         * configure.in: New check for -g on .S files.
2455         * configure: Regenerated.
2456         * config.make.in (have-cpp-asm-debuginfo): New variable.
2457         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
2458         * Makeconfig (ASFLAGS): New variable, if undefined and
2459         $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
2460         * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
2462 2003-03-09  Roland McGrath  <roland@redhat.com>
2464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
2465         used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.
2467 2003-03-09  Ulrich Drepper  <drepper@redhat.com>
2469         * po/fi.po: Update from translation team.
2470         * po/ca.po: Likewise.
2471         * po/da.po: Likewise.
2473 2003-03-08  Ulrich Drepper  <drepper@redhat.com>
2475         * rt/tst-aio7.c (do_test): Change BYTES into a #define.
2477 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
2479         * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
2481         * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
2483 2003-03-07  Roland McGrath  <roland@redhat.com>
2485         * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
2486         * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
2488 2003-03-04  Guido Guenther  <agx@sigxcpu.org>
2490         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
2491         stubs, we have INLINE_SYSCALL.
2492         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
2493         MAP_NONBLOCK.
2495 2003-03-06  Roland McGrath  <roland@redhat.com>
2497         * rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1
2498         permanent extent and add a comment about testing its implicit teardown.
2500 2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2502         * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
2504 2003-03-05  Ulrich Drepper  <drepper@redhat.com>
2506         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
2507         reversed __builtin_expect expectation.
2509 2003-03-05  Roland McGrath  <roland@redhat.com>
2511         * stdio-common/sscanf.c: Use prototype defn with ... syntax.
2512         * libio/swscanf.c: Likewise.
2513         * libio/swprintf.c: Likewise.
2515 2003-03-04  Roland McGrath  <roland@redhat.com>
2517         * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
2518         (elf_machine_rela): Always use RESOLVE_MAP, needed for
2519         R_PPC64_JMP_SLOT as well as TLS cases.
2520         (BIT_INSERT): Move parenthesis where it ought to have been.
2521         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
2523         * posix/confstr.c (confstr): Correct STRING_LEN values for
2524         _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
2525         break.  Reported by Alexandre Julliard <julliard@winehq.com>.
2527 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
2529         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
2531 2003-03-04  Ulrich Drepper  <drepper@redhat.com>
2533         * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
2534         clone parameters.
2536         * po/sv.po: Update from translation team.
2538 2003-03-04  Andreas Jaeger  <aj@suse.de>
2539             Ulrich Drepper  <drepper@redhat.com>
2541         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
2543 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2545         * sysdeps/generic/dl-sysdep.h: Add double include protection.
2547         * po/tr.po: Update from translation team.
2549         * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
2550         are holes between the segments.  Only call mprotect to set
2551         proection to PROT_NONE if there are some.
2553         * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
2554         Update comment.
2556         * include/sched.h (__clone2): Use ... instead of adding all the
2557         new parameters.
2559 2003-03-03  Roland McGrath  <roland@redhat.com>
2561         * elf/dl-load.c (struct filebuf): Fix typo in last change.
2563         * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
2564         PI_STATIC_AND_HIDDEN.
2566 2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>
2568         * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
2569         flags.
2570         * include/sched.h: Update clone2 prototype.
2572 2003-03-03  Andreas Jaeger  <aj@suse.de>
2574         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
2575         (llrint): Use it to correct return type.
2576         (lrint): Likewise.
2577         (lround): Likewise.
2578         (llround): Likewise.
2580 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2582         * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
2583         byte filebuf size.
2585         * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
2586         if ccs parameter isn't valid.  Reported by Andreas Schwab.
2588 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2590         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
2591         for system call numbers > 255.
2592         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
2593         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
2594         INTERNAL_SYSCALL): Likewise.
2595         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
2596         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
2597         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
2598         INTERNAL_SYSCALL): Likewise.
2600 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2602         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
2603         array if it is the initial dtv.
2605 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2607         * po/es.po: Update from translation team.
2608         * po/fr.po: Likewise.
2609         * po/gl.po: Likewise.
2610         * po/sk.po: Likewise.
2611         * po/sv.po: Likewise.
2613         * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
2614         * misc/sys/mman.h: Add prototype for remap_file_pages.
2615         * sysdeps/generic/remap_file_pages.c: New file.
2616         * misc/Makefile (routines): Add remap_file_pages.
2617         * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
2619         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
2620         and MAP_NONBLOCK.
2621         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
2622         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
2623         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
2624         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
2625         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
2626         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
2627         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
2628         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
2630 2003-03-03  Roland McGrath  <roland@redhat.com>
2632         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
2633         * sysdeps/ia64/dl-machine.h: Likewise.
2634         * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
2635         argument type.
2636         * sysdeps/ia64/dl-lookupcfg.h: Update decl.
2638         * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
2639         * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
2640         * locale/Versions (libc: GLIBC_2.3): Move those to ...
2641         * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
2642         * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
2643         * Versions.def (libc): Add GLIBC_2.3.3 set.
2645         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
2646         * sysdeps/ia64/dl-machine.h: Update decl.
2648 2003-03-03  Andreas Jaeger  <aj@suse.de>
2650         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
2652 2003-03-02  Roland McGrath  <roland@redhat.com>
2654         * scripts/abilist.awk: Reject data items with apparent 0 size.
2656         * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
2657         after foo.* as if it were a duplicate.
2659         * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
2661 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
2663         * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
2665         * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
2666         * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
2667         if not already defined.  Use SYSDEP_GETRES to allow other files to
2668         provide alternative implementations.
2669         * sysdeps/unix/sysv/linux/clock_getres.c: New file
2670         * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
2671         if not already defined.  Use SYSDEP_GETTIME to allow other files to
2672         provide alternative implementations.
2673         * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
2674         * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
2675         if not already defined.  Use SYSDEP_GETTIME to allow other files to
2676         provide alternative implementations.
2677         * sysdeps/unix/sysv/linux/clock_settime.c: New file.
2678         * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
2679         other files to provide alternative implementations.  Rearrange
2680         tests for invalid parameters.
2681         * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
2682         * sysdeps/unix/sysv/linux/sysconf.c: New file.
2683         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2684         __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
2685         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
2686         _POSIX_MONOTONIC_CLOCK.
2688 2003-03-02  Roland McGrath  <roland@redhat.com>
2690         * scripts/merge-abilist.awk: More checks for bogus input.
2691         Uniquify duplicate config names.
2693         * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
2695         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
2696         from dl_reloc_overflow, make global.
2697         (__process_machine_rela): Update callers.
2698         * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
2699         Add attribute_hidden to __process_machine_rela decl.
2700         (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
2702         * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
2703         variable.
2705         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
2706         Don't use weak_extern for dl_rtld_map.  Instead check only if [SHARED].
2707         (elf_machine_rela): Clean up.
2709         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
2711         PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
2712         * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
2713         * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
2714         * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
2715         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
2716         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
2717         new relocs for TLS.
2719         * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
2720         macros out of [SHARED].
2721         (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
2723         * elf/elf.h: Define R_PPC_* relocs for TLS support.
2724         Clean up R_PPC64_* macro definition comments.
2726         * configure.in: In "running configure fragment for" message,
2727         omit $srcdir from the name if we prepended it.
2728         * configure: Regenerated.
2730         * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
2731         From Jakub Jelinek <jakub@redhat.com>.
2733         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
2734         which duplicated the O_DIRECT defn.
2736 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2738         * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
2739         random functions.
2741 2003-03-01  Andreas Schwab  <schwab@suse.de>
2743         * resolv/Makefile (tests): Don't depend on
2744         $(objpfx)mtrace-tst-leaks when cross compiling.
2746         * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
2747         __libc_stack_end through GOT since it is a global symbol.
2749 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2751         * argp/argp.h: Fix a typo.
2752         Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
2754         * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
2756 2003-02-27  Pat Rankin  <rankin@pactechdata.com>
2758         * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
2759         char *.
2760         (get_subexp): Likewise.
2762 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2764         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
2766 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
2768         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
2770 2003-02-27  Roland McGrath  <roland@redhat.com>
2772         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
2773         special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
2774         repeat it and avoids the test for the common case.
2775         Clean up and fix calculations for TLS relocs.
2777         * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
2778         * sysdeps/powerpc/dl-tls.h: ... here.
2779         (TLS_TP_OFFSET): New macro.
2781         * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
2783 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
2785         * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
2786         code generation changes in recent gcc.
2788 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
2790         * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
2791         Rename argument to avoid symbol conflict.
2793         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
2794         [__USE_GNU] (O_DIRECT): New macro.
2796 2003-02-24  David Mosberger  <davidm@hpl.hp.com>
2798         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
2799         unwind info.
2801 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
2803         * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
2804         initializer anymore now that res_thread_freeres is more careful.
2806         * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
2807         except the PKTINFO.  Reset interface in PKTINFO.
2808         Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
2810 2003-02-25  Steven Munroe  <sjmunroe@us.ibm.com>
2812         * elf/elf.h: Add new R_PPC64_* relocs for TLS.
2813         * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
2814         Define.
2815         * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
2816         * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
2817         * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
2818         * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
2820         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
2821         Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
2823 2003-02-25  Andreas Jaeger  <aj@suse.de>
2825         * manual/memory.texi (Malloc Tunable Parameters): Clarify
2826         behaviour of M_MMAP_THRESHOLD.
2828 2003-02-25  Roland McGrath  <roland@redhat.com>
2830         * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
2831         zero, inidicating _res was not initialized yet.
2833 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
2835         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
2836         test.
2838 2003-02-24  Roland McGrath  <roland@redhat.com>
2840         * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
2842 2003-02-23  Roland McGrath  <roland@redhat.com>
2844         * sysdeps/posix/pause.c: New file.
2845         * sysdeps/unix/common/pause.c: File removed.
2847 2003-02-23  Ulrich Drepper  <drepper@redhat.com>
2849         * sysdeps/generic/bits/confname.h: Remove #ifs.
2851         * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
2852         * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
2854         * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
2855         element to -1.
2857 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2859         * sysdeps/generic/dl-sysdep.c: Avoid warning.
2861 2003-02-22  Roland McGrath  <roland@redhat.com>
2863         * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
2864         * resolv/Makefile (tests): Add tst-leaks.
2865         ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
2866         (tst-leaks-ENV): New variable.
2867         ($(objpfx)mtrace-tst-leaks): New target.
2868         (tests): Depend on it.
2870         * include/libc-internal.h: Declare __libc_thread_freeres.
2872         * Makerules: Fix last change to use $($(subdir)-version) when set.
2874         * Makerules (install-lib-nosubdir): Depend on installed
2875         libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
2876         regardless of the libfoo.so target's dependencies.
2878         * MakeTAGS (sub-make-vars): New variable, includes generating=t.
2879         Use that in $(MAKE) calls.
2881 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2883         * catgets/gencat.c (read_input_file): Collision between
2884         auto-assigned numbers and user-defined nubmers is not fatal.
2885         Handle it.
2886         Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
2887         * catgets/Makefile: Add rules to run test2.msg test.
2888         * catgets/test2.msg: New file.
2890         * catgets/gencat.c (main): Return 1 if messages have been printed.
2892         * iconv/iconv_prog.c (main): Unify messages.
2894         * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
2895         when shifting retval.
2896         * stdlib/tst-strtod.c (main): Add strtold test case.
2897         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2899 2003-02-21  Roland McGrath  <roland@redhat.com>
2901         * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
2902         * sunrpc/rpc_thread.c: Likewise for text_set_element use.
2903         (__rpc_thread_destroy): Add it to __libc_subfreeres too.
2905         * include/resolv.h: Add libc_hidden_proto for __res_nclose.
2906         * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
2907         (res_thread_freeres): New function, on __libc_thread_subfreeres and
2908         __libc_subfreeres.
2910         * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
2911         * malloc/thread-freeres.c: New file.
2912         * malloc/Makefile (aux): Add it.
2913         * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
2914         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
2915         "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
2917         * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
2918         * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
2920 2003-02-21  Roland McGrath  <roland@frob.com>
2922         * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
2924         * iconvdata/Makefile (tests): Add bug-iconv3 only if
2925         [$(have-thread-library) = yes].
2927 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
2929         * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
2931         * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
2932         not chechk for errors (unless testing for 32bit variant).
2933         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2934         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2935         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2937 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
2939         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
2940         Check for signed overflow, not unsigned.
2942         * sysdeps/sparc/sparc64/elf/configure.in: New file.
2943         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
2944         Use -fcall-used-g6, not -fcall-used-g7.
2946 2003-02-21  Andreas Jaeger  <aj@suse.de>
2948         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
2949         mode.
2951         * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
2952         clear whole mxcsr but only exceptions.
2954 2003-02-21  Roland McGrath  <roland@redhat.com>
2956         * Makerules: Filter $(install-lib-ldscripts) out of list of targets
2957         for libfoo.so that need $(make-link) rules.
2959 2003-02-21  Roland McGrath  <roland@frob.com>
2961         * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
2962         to match existing struct stat layout in mig protocols.
2964 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2966         * version.h (VERSION): Bump to 2.3.2.
2968         * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
2969         tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
2970         and dl-sysdep.h.
2971         * sysdeps/generic/Dist: Add sysdep-cancel.h.
2972         * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
2973         * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
2974         * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
2975         * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
2976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
2977         ucontext_i.h.
2978         * Makefile (distribute): Add include/stubs-prologue.h,
2979         include/gnu/stubs.h, scripts/merge-abilist.awk, and
2980         scripts/extract-abilist.awk.
2982 2003-02-20  Roland McGrath  <roland@redhat.com>
2984         * math/Makefile (distribute): Don't add generated files.
2986 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2988         * math/Makefile: Rearrange variable definitions slightly to get
2989         definition in the right order.
2991 2003-02-20  Roland McGrath  <roland@redhat.com>
2993         * Makerules: Clean up conditional around include of tls.make.
2994         * Make-dist: Export generating=t to prevent using that.
2995         (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
2997 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2999         * inet/rcmd.c (rresvport_af): Avoid using invliad values.  Wrap
3000         around in search if port IPPORT_RESERVED/2 has been test.
3002 2002-02-20  Paolo Bonzini  <bonzini@gnu.org>
3004         * posix/regcomp.c: Remove inclusions.
3005         * posix/regexec.c: Likewise.
3006         * posix/regex_internal.c: Likewise.
3007         * posix/regex_internal.h: Add inclusions here.
3008         * posix/regex.c: Only include sys/types.h before regex.h.  Include
3009         regex_internal.h here.  Include regex_internal.c before regcomp.c
3010         and regexec.c (might expose more opportunities to the C compiler).
3012         * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
3014         * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
3015         [!_LIBC] (__wcrtomb): New definition.
3016         [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
3017         HAVE_LOCALE_H as well.
3019 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
3021         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
3022         patch to check for system call errors.
3024 2002-07-24  Philip Blundell  <philb@gnu.org>
3026         * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
3027         on unknown systems.
3029 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3031         * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
3032         * sysdeps/unix/sysv/linux/kernel-features.h
3033         (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
3034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
3035         if possible.
3036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
3037         interprocedure branches.
3038         * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
3039         * sysdeps/powerpc/nofpu/Dist: ...here.
3040         * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
3041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
3042         * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
3043         * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
3044         * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
3046 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
3048         * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
3050 2003-02-20  Philip Blundell  <philb@gnu.org>
3052         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
3053         missing arguments to INTERNAL_SYSCALL_ERROR_P and
3054         INTERNAL_SYSCALL_ERRNO.
3056 2003-02-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3058         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
3059         for __ASSUME_32BITUIDS.
3061 2003-02-20  Andreas Schwab  <schwab@suse.de>
3063         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
3064         POSIX_MADV_* constants.
3066 2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3068         * sysdeps/unix/sysv/linux/sh/pread.c: New file.
3069         * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
3070         * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
3071         * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
3073 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
3075         * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
3077 2003-02-16  Roland McGrath  <roland@redhat.com>
3079         * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
3081 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
3083         * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
3084         decimal input digits.
3085         * stdlib/tst-strtod.c (main): Add test for strtof bug.
3087 2003-02-18  Ulrich Drepper  <drepper@redhat.com>
3089         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
3090         invalid file descriptors and missing access permissions.
3092 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
3094         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
3095         been found.
3097         * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
3098         TTY_NAME_MAX and not the _POSIX_* minimal value macros.
3099         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
3100         and LOGIN_NAME_MAX.
3102 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
3103             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3105         * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
3106         * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
3107         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3108         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3109         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3111 2003-02-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3113         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
3114         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
3115         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
3116         * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
3117         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
3118         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
3120         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
3121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
3122         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
3123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
3125         * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
3126         * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
3127         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
3128         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
3130 2003-02-14  Thorsten Kukuk  <kukuk@suse.de>
3132         * nss/getent.c (print_hosts): Print all IP addresses of one host.
3134 2003-02-15  Roland McGrath  <roland@frob.com>
3136         * sysdeps/mach/hurd/tls.h: New file.
3137         * sysdeps/mach/hurd/i386/tls.h: New file.
3139         * mach/errsystems.awk: Include <errno.h> in generated output.
3141         * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
3142         use target mach-before-compile instead of generated.
3143         (mach-before-compile): New target.
3144         * Makerules: Disable use of tls.make if $(generating) is set.
3145         * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
3146         * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
3147         mach-shortcuts.h so mach/ generation happens before hurd/.
3149 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
3151         * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
3152         of demorm correctly if low word is zero.
3153         Reported by Fred J. Tydeman <tydeman@tybor.com>.
3154         * math/libm-test.inc (nextafter_test): New test, but disabled due
3155         to gcc bug.
3157         * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
3158         counter and only call __exit_thread if this is not the last thread.
3160 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
3162         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
3163         subtracting map->l_tls_offset.
3165 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
3167         * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
3168         _CS_GNU_LIBPTHREAD_VERSION.
3169         * posix/conststr.c: Handle these new values.
3170         * posix/getconf.c: Likewise.
3172         * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
3173         masking of version index.
3174         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
3176 2003-02-11  Ulrich Drepper  <drepper@redhat.com>
3178         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
3179         correctly.  Reported by Thorsten Kukuk.
3181 2003-02-10  Ulrich Drepper  <drepper@redhat.com>
3183         * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
3184         _BSD_SOURCE to compiler.
3185         * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
3186         Patches by Alan Modra.
3188 2003-02-08  Ulrich Drepper  <drepper@redhat.com>
3190         * io/ftwtest.c: Get current working directory before and after the
3191         nftw call and make sure they match.
3193 2003-02-08  Jim Meyering  <jim@meyering.net>
3195         * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
3196         the current directory, not just when DIR contains a slash.
3197         Reported by Manoj Srivastava.
3199 2003-02-07  Jim Meyering  <jim@meyering.net>
3201         * io/ftw.c: Add autoconf-recommended block of alloca-related code.
3202         Include autoconf-recommended block of dirent/NAMELEN-related
3203         definitions and includes.  Use NAMELEN throughout, rather than
3204         _D_EXACT_NAMLEN.
3205         [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
3206         [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
3207         (stpcpy): Declare, if necessary.
3208         (mempcpy): Define, if necessary.
3209         [!_LIBC] (__stpcpy, __mempcpy): Define.
3210         [!_LIBC] (LXSTAT, XSTAT): Define.
3211         (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
3212         (find_object): Don't use c99-style struct initializer.
3213         Tweak wording in a couple comments.
3215 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3217         * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
3218         for SH.
3219         * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
3220         after the trapa instruction.
3221         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
3222         parameters.
3223         * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
3224         (NEED_SYSCALL_INST_PAD): Define.
3225         * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
3226         avoid to use definition for the kernel.
3227         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3228         Save and restore the frame pointer.
3229         (SYSCALL_INST_PAD): Define.
3230         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3231         (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
3232         after trapa instruction.
3233         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3234         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3236 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
3238         * resolv/res_libc.c (_res): Ensure _res is not common symbol,
3239         so that it can have aliases.
3240         * inet/herrno.c (h_errno): Put it into .bss not .data section.
3242 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
3244         * elf/dl-runtime.c (fixup): Correct typo in version index computation.
3245         (profile_fixup): Likewise.
3246         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
3248 2002-11-24  Robert Love  <rml@tech9.net>
3250         * posix/sched.h: Second parameter of sched_setaffinity and
3251         sched_getaffinity is `unsigned int', not `unsigned long'.
3252         * sysdeps/generic/sched_setaffinity.c: Likewise.
3253         * sysdeps/generic/sched_getaffinity.c: Likewise.
3255 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
3257         * debug/catchsegv.sh: Fix typo in error messsage.
3258         Reported by John Levon <levon@movementarian.org>.
3260         * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
3261         * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
3262         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3263         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3265         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3266         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3268         * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
3269         Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
3271 2003-02-05  Jim Meyering  <jim@meyering.net>
3273         Fix a heap-corrupting bug.
3274         * io/ftw.c: Include <limits.h>.
3275         (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
3276         (process_entry): Allocate enough space to hold the resulting
3277         file name.  Don't presume that 2*dirbufsize is enough.
3278         (ftw_startup): Always use PATH_MAX to compute buffer size, now that
3279         it is guaranteed to be defined.
3281 2003-02-04  Ulrich Drepper  <drepper@redhat.com>
3283         * iconvdata/Makefile: Add rules to build and run bug-iconv3.
3284         * iconvdata/bug-iconv3.c: New file.
3286 2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3288         * sysdeps/unix/sysv/linux/s390/system.c: New file.
3290 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
3292         * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
3293         check.
3294         * config.h.in (BROKEN_SPARC_WDISP22): Add.
3296 2003-02-03  Ulrich Drepper  <drepper@redhat.com>
3298         * sysdeps/i386/i686/memmove.S: New file.
3300 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
3302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
3303         Include kernel-features.h
3304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3309 2003-02-02  Jakub Jelinek  <jakub@redhat.com>
3311         * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
3313 2003-01-25  Jim Meyering  <jim@meyering.net>
3315         * io/ftw.c (object_compare): Compare inode numbers before device
3316         numbers, since the former are much more likely to differ.
3318 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
3320         * time/tzfile.c (__tzfile_compute): Change return value type to
3321         void.  Adjust return statements.
3322         * include/time.h (__tzfile_compute): Adjust prototype.
3324 2003-02-01  Jim Meyering  <jim@meyering.net>
3326         * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
3327         always returns 1.
3329 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
3331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3332         [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
3334 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
3336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
3337         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
3338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
3339         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
3340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3341         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
3342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3343         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
3345 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
3347         * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
3348         back to 2.4.19 for powerpc64.
3349         * sysdeps/unix/sysv/linux/kernel-features.h
3350         (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
3351         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
3353 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
3355         * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
3356         platforms with strange alignment requirements on wchar_t.
3358 2003-01-31  Andreas Schwab  <schwab@suse.de>
3360         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
3361         aliases, already added by make-syscalls.sh.
3362         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3363         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3364         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3365         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3366         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3367         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3368         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3369         * sysdeps/unix/inet/syscalls.list: Likewise.
3370         * sysdeps/unix/syscalls.list: Likewise.
3372 2003-01-31  Andreas Schwab  <schwab@suse.de>
3374         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
3375         any more.
3377 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3379         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
3380         not l to load tls from stack.
3382 2003-01-30  Roland McGrath  <roland@redhat.com>
3384         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
3385         null argument before all else.
3386         Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
3388 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3390         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
3391         Move to RESOLVE protected part of the header.
3392         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
3393         Likewise.
3395 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
3397         * stdio-common/Makefile (tests): Add bug15.
3398         (bug15-ENV): Define.
3399         * stdio-common/bug15.c: New file.
3401 2002-10-07  Wolfram Gloger  <wg@malloc.de>
3403         * malloc/malloc.c (sYSMALLOc): Only check for breakage due
3404         to foreign sbrk()'s if arena is contiguous.  Bug report from
3405         Bruno Haible <bruno@clisp.org>.
3407 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3409         * sysdeps/s390/libc-tls.c: Include stdlib.h.
3411 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3413         * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
3414         ps.__count.
3416 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
3418         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
3419         restoring of %r6.
3420         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.  Use
3421         64-bit load.
3422         Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
3424 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3426         * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
3427         (allocate_static_tls): ...here.  Add __attribute_noinline__.
3428         Don't return on failure.
3429         (_dl_reloc_bad_type): Add __attribute_noinline__.
3430         * elf/do-rel.h (elf_dynamic_do_rel): Add
3431         __attribute__((always_inline)).
3432         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
3433         elf_machine_rel_relative, elf_machine_rela_relative,
3434         elf_machine_lazy_rel): Add prototypes with
3435         __attribute__((always_inline)).
3437 2003-01-29  David Mosberger  <davidm@hpl.hp.com>
3439         * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
3441 2003-01-29  Roland McGrath  <roland@redhat.com>
3443         * configure.in: Barf if configured in $srcdir.
3445 2003-01-28  Steven Munroe  <sjmunroe@us.ibm.com>
3447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3448         (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
3450 2003-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3452         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
3453         clone parameters to match the order used on ia32.
3454         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3456 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3458         * elf/elf.h: Add new s390 relocs.
3459         * elf/tls-macros.h: Add s390 versions.
3460         * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
3461         * sysdeps/s390/dl-tls.h: New file.
3462         * sysdeps/s390/libc-tls.c: New file.
3463         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
3464         relocs for class PLT.
3465         (elf_machine_rela): Handle TLS relocs.
3466         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3467         * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
3468         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
3469         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
3470         CLONE_CHILD_*TID flags.
3471         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3472         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
3473         bit offset.
3474         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3475         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
3476         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
3477         Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
3478         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
3479         Likewise.
3480         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
3481         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
3482         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
3483         variants.
3484         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
3485         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
3486         direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
3487         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
3488         variants.
3490 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
3492         * sysdeps/unix/common/pause.c (do_pause): New function.  Split
3493         from __libc_pause.  Implement using sigsuspend.
3494         (__libc_pause): Call do_pause to do the real work.
3496         * sysdeps/posix/sigpause.c (do_sigpause): Check range of
3497         sig_or_mask parameter is is_sig != 0.
3499 2003-01-21  Philip Blundell  <philb@gnu.org>
3501         * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
3503 2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>
3505         * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
3507 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
3509         * stdio-common/bug14.c: Use official name for the locale.
3511         * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
3512         instead of __libc_cleanup_region_start and _IO_cleanup_region_end
3513         instead of __libc_cleanup_region_end.
3515         * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
3516         as first parameter to __libc_cleanup_region_start.
3518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3519         (__fe_nomask_env): Use __prctl not prctl.
3520         * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
3521         prctl syscall.
3523         * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
3525         * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
3527         * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
3528         wrap-around in test.
3530 2003-01-26  Andreas Schwab  <schwab@suse.de>
3532         * sysdeps/wordsize-32/divdi3.c: Export the functions only as
3533         compatibility symbols.  Remove INTDEF for __divdi3.
3534         * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
3535         * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
3536         * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
3537         define.
3538         * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
3540 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
3542         * elf/tls-macros.h: Add SPARC 32-bit definitions.
3543         * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
3544         * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
3545         for the first half of the header.  Include tls.h.
3546         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
3547         relocs too.
3548         (elf_machine_rela): Handle TLS relocs.
3549         * sysdeps/sparc/dl-tls.h: New file.
3551         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
3552         support.
3554         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
3555         * sysdeps/sparc/sparc32/memchr.S: Likewise.
3556         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
3557         * sysdeps/sparc/sparc32/strcat.S: Likewise.
3558         * sysdeps/sparc/sparc32/strchr.S: Likewise.
3559         * sysdeps/sparc/sparc32/strcmp.S: Likewise.
3560         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
3561         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3562         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
3563         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
3564         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3565         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
3566         * sysdeps/sparc/sparc64/strcat.S: Likewise.
3567         * sysdeps/sparc/sparc64/strchr.S: Likewise.
3568         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
3569         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
3570         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
3571         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
3572         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3573         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3575 2003-01-24  Andreas Schwab  <schwab@suse.de>
3577         * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
3578         elements, and process them backwards.
3579         * elf/Makefile ($(objpfx)tst-array4): New target.
3580         ($(objpfx)tst-array4.out): Likewise.
3581         (tests) [$(have-initfini-array) = yes]: Add tst-array4.
3582         * elf/tst-array4.c: New file.
3583         * elf/tst-array4.exp: Likewise.
3585 2003-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
3589 2003-01-27  Guido Guenther  <agx@sigxcpu.org>
3591         * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
3592         * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
3593         cancellation handling and handle both __NR_pread64 and __NR_pread.
3594         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3595         * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
3596         cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
3597         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3598         * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
3599         case, use register names consistently.
3601 2003-01-27  Wolfram Gloger  <wg@malloc.de>
3603         * malloc/hooks.c (mem2chunk_check): Check alignment of mem
3604         pointer, not of the computed chunk.  Bug report from Carlos
3605         O'Donell <carlos@baldric.uwo.ca>.
3607 2003-01-25  Andreas Schwab  <schwab@suse.de>
3609         * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
3610         addressing to save GOT entries.
3612 2003-01-21  Jakub Jelinek  <jakub@redhat.com>
3614         * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
3615         inline_syscall1, inline_syscall2, inline_syscall3,
3616         inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
3617         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
3618         __attribute__((unused)) to ChEcK.
3620 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3622         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
3623         Fix inline assembler constraints.
3624         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
3625         Likewise.
3627         * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
3628         -fPIC.
3630 2003-01-20  Segher Boessenkool  <segher@koffie.nl>
3632         * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
3633         compute the cosine, not the sine, even if x > 0.8.
3635 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3637         * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
3638         _nss_nis_setspent.  Work around the different prototypes.
3639         * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
3640         internal_nis_endrpcent.
3641         (internal_nis_endrpcent): Change return type to void.  Change callers.
3642         * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
3643         _nss_nis_setpwent.  Work around the different prototypes.
3644         * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
3645         of the function to...
3646         (internal_nis_endprotoent): ... here.  New function.
3647         (internal_nis_setprotoent): Use internal_nis_endprotoent.
3648         * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
3649         _nss_nis_setnetent.  Work around the different prototypes.
3650         * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
3651         of the function to...
3652         (internal_nis_endnetgrent): ... here.  New function.
3653         (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
3655 2003-01-19  Jim Meyering  <jim@meyering.net>
3657         * time/strftime.c: (widen): Merge nearly-identical definitions.
3658         (nl_get_alt_digit) [! defined my_strftime]: Define.
3659         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
3660         _nl_get_alt_digit and _nl_get_walt_digit.
3662 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3664         * time/strftime.c (my_strftime): Handle very large width
3665         specifications for numeric values correctly.  Improve checks for
3666         overflow.
3667         * time/Makefile (tests): Add tst-strftime.
3668         * time/tst-strftime.c: New file.
3670 2003-01-18  Ulrich Drepper  <drepper@redhat.com>
3672         * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
3673         _nss_nis_sethostent.  Work around the different prototypes.
3674         * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
3675         _nss_nis_setgrent.  Work around the different prototypes.
3676         * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
3677         function.  Split out from _nss_nis_endetherent.
3678         (internal_nis_setetherent): Use internal_nis_endetherent instead of
3679         duplicating the code.
3680         * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
3681         of _nss_nis_setaliasent.
3682         * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
3683         internal_nis_endservent code, don't duplicate it.
3685         * inet/rexec.c (rexec_af): Protect socket operations with
3686         TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
3687         * inet/rcmd.c (rcmd_af): Likewise.
3689 2003-01-17  Roland McGrath  <roland@redhat.com>
3691         * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
3692         Add test of value 0.80190127184058835.
3694         * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
3696 2003-01-17  Richard Henderson  <rth@redhat.com>
3698         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
3699         relocs for class PLT.
3700         * sysdeps/alpha/libc-tls.c: New file.
3701         * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
3702         (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
3704 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3706         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
3707         __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
3708         on _dl_static_lock.
3710 2003-01-17  Andreas Jaeger  <aj@suse.de>
3712         * stdio-common/bug14.c: Include stdlib.h for exit prototype.
3714 2003-01-16  Steven Munroe  <sjmunroe@us.ibm.com>
3716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
3717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
3718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
3719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
3720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
3721         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
3722         * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
3723         is 2.4.21.
3725 2003-01-16  Ulrich Drepper  <drepper@redhat.com>
3727         * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
3728         values != -1 for _LIBC.  Use extend_alloca to reallocate alloca'ed
3729         buffers.
3731         * sysdeps/generic/sysconf.c: Unconditionally implement
3732         _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
3733         * sysdeps/posix/sysconf.c: Likewise.
3735 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3737         * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
3738         set *err to the returned error, not to REG_ESPACE unconditionally.
3739         (build_word_op): Likewise.
3740         * posix/Makefile (tests): Add bug-regex16.
3741         * posix/bug-regex16.c: New test.
3743 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3745         * elf/dl-load.c (_dl_map_object_from_fd): Use
3746         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
3747         been already initialized.
3749 2003-01-15  Dmitry V. Levin  <ldv@altlinux.org>
3751         * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
3753 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3755         * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
3756         allocated too.  Reported by Al Viro <aviro@redhat.com>.
3758 2003-01-16  Roland McGrath  <roland@redhat.com>
3760         Tweak merged .abilist file format to merge duplicate symbols in
3761         different sets into multi-version stanzas with new "| SET regexp..."
3762         header continuation lines.
3763         * scripts/merge-abilist.awk: Rewritten for new format.
3764         * scripts/extract-abilist.awk: Likewise.
3766 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3768         * nscd/connections.c (nscd_run): Remove bogus return which isn't
3769         necessary with gcc 3.2+.
3770         (nscd_init): Don't use error() to print message, use dbg_log.
3772         * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
3773         expected size into state.
3774         (UNPACK_BYTES): Do the reverse.
3775         * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
3776         * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
3777         Reported by Al Viro <aviro@redhat.com>.
3779         * stdio-common/Makefile (tests): Add bug14.
3780         * stdio-common/bug14.c: New file.
3782         * stdio-common/vfscanf.c: When recognizing multibyte characters in
3783         string reset the byte counter after mbrtowc reported it is not a
3784         partial character.  Reported by Al Viro <aviro@redhat.com>.
3786 2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
3788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
3789         sysdep-cancel.h, not sysdep.h.
3791 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3793         * nscd/connections.c (nscd_run): Protect accept call with
3794         TEMP_FAILURE_RETRY.
3796 2003-01-15  Andreas Schwab  <schwab@suse.de>
3798         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
3799         (common-generated): Add s-proto-bp.d.
3800         * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
3801         of bp thunks.
3802         * sysdeps/unix/s-proto-bp.S: New file.
3803         * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
3804         Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
3805         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
3807 2003-01-15  Roland McGrath  <roland@redhat.com>
3809         * Makerules: Use -include for tls.make, suppresses warning.
3810         Move gen-as-const-headers rules up so before-compile is set in time.
3811         (sed-remove-dotdot): Fix to work right for subdirs or top dir.
3813 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3815         * nscd/nscd.c (main): Make code to close all file descriptors
3816         faster and more robust.
3818         * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
3819         request with one writev call.  Protect all read calls with
3820         TEMP_FAILURE_RETRY.
3821         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3822         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3824         * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
3825         Protect writev calls with TEMP_FAILURE_RETRY.
3826         * nscd/grpcache.c: Likewise.
3827         * nscd/pwdcache.c: Likewise.
3829         * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
3830         IPv6 address in debug output.
3832 2003-01-14  Roland McGrath  <roland@redhat.com>
3834         * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
3835         $(objpfx) directories, and get rid of vpath directives.  The previous
3836         arrangement resulted in files being written to the source directories
3837         when run in a clean build.  Find all .abilist files in $(..)abilist/.
3838         (update-abi-%): Likewise.
3839         (generated): Don't add .symlist files, they'll be intermediates.
3841         * sysdeps/generic/init-first.c: Add a comment.
3843         * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
3845         * scripts/gen-as-const.awk: Grok lone "--" as a separator between
3846         #includes and expressions.
3848         * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
3849         config list when it already contains cpu-.*-os.* without / part.
3851         * Makerules (sed-remove-dotdot): New variable.
3852         ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).
3853         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
3854         (check-abi-config): New variable, append /tls or /notls to the tuple.
3855         (check-abi-%): Use that for -v config value.
3856         Find .abilist files in abilist/libfoo.abilist, not in subdir.
3857         * Rules: Move bits/stdio_lim.h generation rules to Makerules.
3859 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3861         * manual/install.texi: Correct description of header preparation for
3862         Linux build.  Patch by mhwood@Ameritech.Net [PR libc/4941].
3864 2003-01-14  Guido Guenther  <agx@sigxcpu.org>
3866         * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
3867         INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3868         INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
3870 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3873         (INTERNAL_SYSCALL): Make use of ERR parameter.
3874         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3875         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3876         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
3879 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3881         * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
3882         == IPPROTO_TCP.
3883         Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
3885         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
3886         Fix entry for bit 31.
3888         * iconvdata/Makefile: Add rules to build IBM866NAV.
3889         * iconvdata/ibm866nav.c: New file.
3890         * iconvdata/tst-tables.sh: Add IBM866NAV.
3891         * iconvdata/gconv-modules: Add entries for IBM866NAV.
3893 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3895         * string/tester.c (test_strcpy): Use the previously #if 0'ed code
3896         to test void* parameters.
3898         * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
3899         source pointer before dereferencing.
3900         (__STRING_SMALLL_GET32): Likewise.
3901         (__memset_gc): Add missing parenthesis around macro arguments.
3902         Patch by Denis Zaitsev <zzz@cd-club.ru>.
3904         * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
3905         that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3907 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
3909         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
3910         defining.
3912 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3914         * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
3915         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
3916         here.
3917         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
3919 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3921         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
3922         from here...
3923         (PSEUDO): ... to here.
3924         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
3925         from here...
3926         (PSEUDO): ... to here.
3928 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3930         * locale/programs/charmap-dir.c (charmap_readdir): Use struct
3931         dirent64 instead of struct dirent for dirent.  Call readdir64
3932         instead of readdir.
3934         * locale/programs/locfile.c (siblings_uncached): Use struct
3935         dirent64 instead of struct dirent for other_dentry.  Call
3936         readdir64 instead of readdir.
3938         * elf/ldconfig.c (direntry): Change type to struct dirent64.
3939         (search_dir): Use readdir64 instead of readdir.
3940         Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
3942 2003-01-12  Roland McGrath  <roland@redhat.com>
3944         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
3945         not strtol.  The former is usable in ld.so, the latter not.
3947         * include/fcntl.h: Declare __libc_creat.
3949         * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
3950         libhurduser-link.so-no-z-defs): New variables.
3952         * malloc/malloc.c: Revert last change.
3953         * malloc/malloc.h (_int_*): Move these decls to ...
3954         * include/malloc.h: ... here.  Add attribute_hidden.
3955         (_int_valloc): Declare it too.
3957 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3959         * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
3960         search for removed searchlist.  Reported by Roland McGrath.
3962         * io/ftwtest-sh: Add test for case of symlink to nonexisting file
3963         given as start file.
3965         * io/ftw.c (ftw_startup): Use correct name in check for symlink
3966         without existing target.  Patch by Jim Meyering.
3968         * Makerules (build-shlib-helper): Don't use -z defs linker option
3969         if no-z-defs is defined either.
3971 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3973         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
3974         file.
3976 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3978         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
3979         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3981 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3983         * io/ftwtest-sh: Add test case for relative path with /. at the end.
3985 2003-01-12  Jim Meyering  <jim@meyering.net>
3987         * io/ftw.c (ftw_startup): When trying to stat the starting directory,
3988         use the basename if we've already chdir'd into its parent directory.
3990 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3992         * io/ftw.c (process_entry): Use relative path when using chdir()
3993         to change directory after call to ftw_dir.
3994         * io/ftwtest-sh: Add test for relative path argument to nftw()
3995         with FTW_CHDIR option.
3997 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3999         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
4000         Define for powerpc.
4001         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
4002         into account.
4003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4004         (INTERNAL_SYSCALL): Make use of ERR parameter.
4005         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
4006         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
4007         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
4008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
4010 2002-01-09  Richard Henderson  <rth@redhat.com>
4012         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
4013         DTPREL64 and TPREL64 without loadbase applied.
4015 2002-01-09  Richard Henderson  <rth@redhat.com>
4017         * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
4018         for NOT_IN_libc.
4020         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
4021         * sysdeps/unix/alpha/sysdep.h: ... here.
4022         (PSEUDO_LOADGP): Remove.
4023         (PSEUDO_PROLOGUE): Load GP in non-pic case.
4024         (SYSCALL_ERROR_LABEL): New.
4025         (PSEUDO): Use it in error branch.
4026         (PSEUDO_END): Add $syscall_error label.
4028 2003-01-12  Andreas Jaeger  <aj@suse.de>
4030         * math/bits/mathcalls.h: Round is a const function.
4032 2003-01-11  Jim Meyering  <jim@meyering.net>
4034         * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
4035         [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
4036         Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
4037         [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
4038         [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
4039         [!_LIBC] (internal_function, dirent64, MAX): Define.
4040         (__set_errno): Define if not already defined.
4041         (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
4042         the basename, not the entire file name.
4043         (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
4044         the basename, not the entire file name.
4046 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
4048         * string/tester.c (test_strcpy): Disable last added strcpy until
4049         it is fixed.
4051 2003-01-11  Philip Blundell  <philb@gnu.org>
4053         * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
4055 2003-01-11  Andreas Schwab  <schwab@suse.de>
4057         * Makerules: Add vpath for %.dynsym and %.so so that the
4058         implicit rule chaining for check-abi works.
4060 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4062         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
4063         Add non-PIC case.
4065 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
4067         * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
4068         [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
4069         gp is used early.
4070         [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
4071         * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
4072         Ensure libc.so in DT_NEEDED.
4073         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
4074         CHECK_STATIC_TLS before l_tls_offset use.
4075         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
4076         Likewise.
4077         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4078         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
4079         Allocate TLS_PRE_TCB_SIZE bytes below result.
4080         (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
4081         * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
4082         TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
4083         segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
4084         bytes below result and add tcb_offset to memsz.
4085         * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
4086         * sysdeps/ia64/dl-machine.h: Include tls.h.
4087         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
4088         too.
4089         (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
4090         Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
4091         * sysdeps/ia64/libc-tls.c: New file.
4093 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
4095         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
4096         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
4097         Fix type.  Move definition out of #if.
4098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
4099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
4100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
4101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
4102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
4103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
4104         support.
4105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
4106         ftruncate64, pread64, pwrite64, truncate64 entries.
4107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
4108         (INLINE_SYSCALL): New version that supports function call like
4109         syscalls.  Add __builtin_expect.
4110         (LOADARGS_n): Add argument size safety checks.
4111         (INTERNAL_SYSCALL): New Macro.
4112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
4113         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
4114         redefinition of elf_fpreg_t and elf_fpregset_t.
4116 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
4118         * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
4119         simplify test for unloading.  If loader of a DSO is unloaded do not
4120         use its scope anymore.  Fall back to own scope and adjust opencounts.
4121         Fix several comments.
4122         * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
4123         the l_searchlist, not only for l_initfini.
4125         * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
4126         dependencies if objects cannot be removed.  Remove object with the
4127         definition as not unloadable if necessary.
4129         * elf/reldep6.c: Create relocation dependency before closing the first
4130         module.
4132 2003-01-10  Guido Günther  <agx@sigxcpu.org>
4134         * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
4135         * sysdeps/unix/mips/brk.S: Likewise.
4136         * sysdeps/unix/mips/pipe.S: Likewise.
4138 2003-01-10  Andreas Schwab  <schwab@suse.de>
4140         * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
4142         * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
4143         are known to have the vfork syscall.
4145         * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
4147         * sysdeps/unix/sysv/linux/kernel-features.h
4148         (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
4149         (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
4150         (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
4152 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
4154         * elf/Makefile: Add rules to build and run reldep9 test.
4155         * elf/reldep9.c: New file.
4156         * elf/reldep9mod1.c: New file.
4157         * elf/reldep9mod2.c: New file.
4158         * elf/reldep9mod3.c: New file.
4160 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
4162         * elf/Makefile: Add rules to build and run nodelete2 test.
4163         * elf/nodelete2.c: New file.
4164         * elf/nodel2mod1.c: New file.
4165         * elf/nodel2mod2.c: New file.
4166         * elf/nodel2mod3.c: New file.
4168 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
4170         * posix/test-vfork.c (noop): Add __attribute_noinline__.
4171         * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
4172         * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
4173         defining it.
4174         * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
4175         * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
4176         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
4177         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
4178         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
4180 2003-01-09  Andreas Schwab  <schwab@suse.de>
4182         * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
4184 2003-01-08  Ulrich Drepper  <drepper@redhat.com>
4186         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
4187         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
4188         argument.
4189         (INTERNAL_SYSCALL_DECL): Define.
4191 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
4193         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
4194         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
4195         argument.
4196         (INTERNAL_SYSCALL_DECL): Define.
4197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4198         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
4199         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4200         (INLINE_SYSCALL): Adjust.
4201         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4202         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4203         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4204         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4205         * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
4206         add err argument to INTERNAL_SYSCALL* macros.
4207         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
4208         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
4209         * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
4210         * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
4211         Likewise.
4212         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
4213         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
4214         INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
4216 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
4218         Unify symbols in user namespace exported by libc.so and libc.a.
4219         * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
4220         argp_fmtstream_free, and argp_fmtstream_printf.
4221         * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
4222         argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
4223         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
4224         argp_fmtstream_point.
4225         * gmon/gmon.c: Don't define write_profiling.
4226         * libio/genops.c: Don't define _cleanup.
4228         * intl/explodename.c (_nl_find_language.c): Mark as static.
4229         * intl/loadinfo.h: Remove _nl_find_language prototype.
4231         * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
4232         * libio/libioP.h: Remove declaration.
4234         * libio/iopopen.c (_IO_proc_jumps): Mark as static.
4235         * libio/libioP.h: Remove declaration.
4237         * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
4238         * sysdeps/generic/framestate.c: Define STATIC before including
4239         unwind-dw2.c.
4241         * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
4243 2003-01-06  Philip Blundell  <philb@gnu.org>
4245         * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
4246         [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
4248         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
4249         directive.
4250         (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
4251         (SYSCALL_ERROR): New.
4252         (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
4253         handling code.
4254         (INTERNAL_SYSCALL): Define.
4255         (INLINE_SYSCALL): Use it.
4256         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
4257         * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
4258         SYSCALL_ERROR in place of __syscall_error.
4260 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
4262         * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
4263         __bswap_32, __bswap_64): Put x into temporary variable
4264         to avoid warnings.
4265         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
4266         (inline) functions.
4267         * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
4268         __bswap_32, __bswap_64): Put x into temporary variable
4269         to avoid warnings.
4270         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
4271         (inline) functions.
4272         * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
4273         Likewise.
4275 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
4277         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
4278         alias.
4280 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
4282         * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
4283         * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
4285 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
4287         * math/libm-test.inc (significand_test): New function.
4288         (main): Call it.
4290 2003-01-06  Roland McGrath  <roland@redhat.com>
4292         * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
4293         arguments.
4294         (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
4295         (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
4296         (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
4298         * string/tester.c (test_strcpy): Add test with `void *' arguments.
4300 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
4302         * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
4303         return significand and not the exponent.
4304         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4306         * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
4307         taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
4309         * malloc/malloc.c: Mark all _int_* functions as static.
4311 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
4313         * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
4314         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
4315         handling.
4316         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4318 2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4320         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
4321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
4322         support.
4323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
4324         ftruncate64, truncate64, pread64 and pwrite64 entries.
4325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4326         (INLINE_SYSCALL): Add __builtin_expect.
4327         (LOADARGS_n): Add argument size safety checks.
4328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
4329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
4330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
4331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
4332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
4333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
4335 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
4337         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
4338         * sysdeps/generic/creat.c: Include sysdep-cancel.h.
4339         (LIBC_CANCEL_HANDLED): Add.
4341         * sysdeps/unix/sysv/linux/alpha/sysdep.h
4342         (inline_syscall_r0_constraint): Rename to...
4343         (inline_syscall_r0_out_constraint): ... this.  Add =.
4344         (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
4346 2003-01-06  Andreas Schwab  <schwab@suse.de>
4348         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
4349         sure this is always inlined.
4350         (elf_machine_rela): Likewise.
4352         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
4354 2003-01-04  Roland McGrath  <roland@redhat.com>
4356         * Makeconfig (+mkdep): Add -MP flag.
4357         Suggested by Art Haas <ahaas@airmail.net>.
4359 2003-01-05  Andreas Schwab  <schwab@suse.de>
4361         * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
4363 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4365         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
4366         SYSCALL_ERROR_HANDLER.
4367         * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
4368         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
4369         Add support for cancellation handling.
4370         * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
4371         SYSCALL_ERROR_HANDLER.
4372         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
4373         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
4374         Add support for cancellation handling.
4375         (SYSCALL_ERROR_HANDLER): Define PIC variants.
4377 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
4380         __syscall_pread64 and __syscall_pwrite64 cancelable.
4381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4382         (INTERNAL_SYSCALL): New macro.
4383         (LOADARGS_0, LOADARGS_1): Fix.
4385 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
4387         * Makerules (build-shlip-helper): Unless told otherwise, add
4388         -Wl,-z,defs to linker command line.
4389         * rt/Makefile (librt.so): Link with ld.so.
4390         * dlfcn/Makefile (libdl.so): Likewise.
4392 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
4394         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
4395         cancellation handling.
4396         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4397         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
4399 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
4401         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
4402         order of parameters passed to kill.
4404 2003-01-04  Andreas Schwab  <schwab@suse.de>
4406         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
4408 2002-01-03  Paul Eggert  <eggert@twinsun.com>
4410         * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
4411         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
4412         when compiling Bison 1.875's `bitset bset = obstack_alloc
4413         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
4415 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
4417         * sysdeps/posix/system.c (do_system): Minor optimizations.  Remove
4418         unnecessary code.
4419         Correct reference counter in case SIGQUIT handler installation failed.
4421 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
4423         * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
4424         Define using _Pragma(weak ...).
4426 2003-01-03  Andreas Jaeger  <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
4428         * resolv/res_libc.c: Provide declaration for __res_init_weak and
4429         reorder declarations.
4431 2003-01-03  Art Haas  <ahaas@airmail.net>
4433         * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
4434         initializer syntax to C99.
4435         * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
4436         * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
4437         * localedata/tests-mbwc/dat_iswctype.c: Likewise.
4438         * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
4439         * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
4440         * localedata/tests-mbwc/dat_iswlower.c: Likewise.
4441         * localedata/tests-mbwc/dat_iswprint.c: Likewise.
4442         * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
4443         * localedata/tests-mbwc/dat_iswspace.c: Likewise.
4444         * localedata/tests-mbwc/dat_iswupper.c: Likewise.
4445         * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
4446         * localedata/tests-mbwc/dat_mblen.c: Likewise.
4447         * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
4448         * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
4449         * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
4450         * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
4451         * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
4452         * localedata/tests-mbwc/dat_strcoll.c: Likewise.
4453         * localedata/tests-mbwc/dat_strfmon.c: Likewise.
4454         * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
4455         * localedata/tests-mbwc/dat_swscanf.c: Likewise.
4456         * localedata/tests-mbwc/dat_towctrans.c: Likewise.
4457         * localedata/tests-mbwc/dat_towlower.c: Likewise.
4458         * localedata/tests-mbwc/dat_towupper.c: Likewise.
4459         * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
4460         * localedata/tests-mbwc/dat_wcscat.c: Likewise.
4461         * localedata/tests-mbwc/dat_wcschr.c: Likewise.
4462         * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
4463         * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
4464         * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
4465         * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
4466         * localedata/tests-mbwc/dat_wcslen.c: Likewise.
4467         * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
4468         * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
4469         * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
4470         * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
4471         * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
4472         * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
4473         * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
4474         * localedata/tests-mbwc/dat_wcstod.c: Likewise.
4475         * localedata/tests-mbwc/dat_wcstok.c: Likewise.
4476         * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
4477         * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
4478         * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
4479         * localedata/tests-mbwc/dat_wctob.c: Likewise.
4480         * localedata/tests-mbwc/dat_wctomb.c: Likewise.
4481         * localedata/tests-mbwc/dat_wctrans.c: Likewise.
4482         * localedata/tests-mbwc/dat_wctype.c: Likewise.
4483         * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
4485 2003-01-03  Richard Henderson  <rth@redhat.com>
4487         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
4488         (inline_syscall_r0_constraint): New.
4489         (inline_syscall[0-6]): Use them.
4491 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
4493         * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
4494         Add rtld_hidden_proto.
4495         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
4496         (_dl_allocate_tls): Likewise.  Remove INTDEF.
4498 2002-07-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4500         * sysdeps/sh/memcpy.S: Optimize.  Based on a patch by Toshiyasu
4501         Morita <toshiyasu.morita@hsa.hitachi.com>.
4502         * sysdeps/sh/memcpy.S: Likewise.
4504 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
4506         * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
4507         any, but unify the test.
4509 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
4511         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
4512         sigaction): Protect weak_alias and libc_hidden_weak with
4513         #ifndef LIBC_SIGACTION.
4514         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
4515         sigaction): Likewise.
4516         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
4517         sigaction): Likewise.
4518         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
4519         sigaction): Likewise.
4520         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
4521         sigaction): Likewise.
4522         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
4523         sigaction): Likewise.
4524         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
4525         sigaction): Likewise.
4526         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
4527         sigaction): Likewise.  Remove SIGCANCEL handling here.
4528         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
4529         Likewise.
4531 2003-01-02  Art Haas  <ahaas@airmail.net>
4533         * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
4535 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
4537         * posix/getconf.c: Update copyright year.
4538         * nss/getent.c: Likewise.
4539         * nscd/nscd_nischeck.c: Likewise.
4540         * iconv/iconvconfig.c: Likewise.
4541         * iconv/iconv_prog.c: Likewise.
4542         * elf/ldconfig.c: Likewise.
4543         * catgets/gencat.c: Likewise.
4544         * csu/version.c: Likewise.
4545         * elf/ldd.bash.in: Likewise.
4546         * elf/sprof.c (print_version): Likewise.
4547         * locale/programs/locale.c: Likewise.
4548         * locale/programs/localedef.c: Likewise.
4549         * nscd/nscd.c (print_version): Likewise.
4550         * debug/xtrace.sh: Likewise.
4551         * malloc/memusage.sh: Likewise.
4552         * malloc/mtrace.pl: Likewise.
4554 2003-01-01  Jakub Jelinek  <jakub@redhat.com>
4556         * io/sys/stat.h: Include time.h with __need_timespec even if
4557         __USE_MISC is defined but __USE_XOPEN is not.
4559 2003-01-01  Andreas Jaeger  <aj@suse.de>
4561         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
4562         type to avoid strict aliasing problem.
4563         (_nss_dns_gethostbyname2_r): Likewise.
4564         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4565         (_nss_dns_getnetbyname_r): Likewise.
4566         * resolv/gethnamaddr.c (_gethtent): Likewise.
4567         (gethostbyname2): Likewise.
4569 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4571         * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
4572         to avoid using the exported symbols.  Define aliases with the
4573         original names separately.
4575         * include/time.h: Add libc_hidden_proto for __strftime_l.
4576         * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
4577         * time/strftime.c: Always use libc_hidden_def if _LIBC.
4579         * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
4580         * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
4582         * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
4583         tr_break.
4585         * csu/Makefile (routines): Add dso_handle.
4586         * csu/dso_handle.c: New file.
4588 2002-12-31  Roland McGrath  <roland@redhat.com>
4590         * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
4591         Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
4592         (S-CPPFLAGS): Add -DASSEMBLER here instead.
4593         (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
4595 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4597         * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
4598         is available.
4600 2002-12-31  Andreas Jaeger  <aj@suse.de>
4602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
4603         with Linux kernel.
4604         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
4605         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
4606         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
4608         * sysdeps/unix/sysv/linux/kernel_stat.h
4609         (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
4611         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
4612         __unused[1-3] since they're needed by some platforms.  Handle
4613         _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
4615         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
4616         for structs stat and stat64.
4617         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4618         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4619         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4620         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4622         * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
4624         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
4625         nsec resolution changes.
4626         (xstat64_conv): Likewise.
4627         (xstat32_conv): Likewise.
4629         * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
4630         struct kernel_stat.
4632         * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
4633         structs stat and stat64.
4635         * time/time.h (__timespec_defined): Define for __USE_MISC.
4637 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4639         * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
4640         and __libc_current_sigrtmax.
4642 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
4644         * include/errno.h (__errno_location): Add prototype.
4645         Use libc_hidden_proto unconditionally.
4646         * include/netdb.h (__h_errno_location): Use libc_hidden_proto
4647         unconditionally.
4648         * include/resolv.h (__res_state): Likewise.
4650         * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
4651         * include/sys/socket.h (accept): Add libc_hidden_proto.
4652         * include/errno.h (__errno_location): Likewise.
4653         * include/netdb.h (__h_errno_location): Likewise.
4654         * include/resolv.h (__res_state): Likewise.
4655         * include/unistd.h (__lseek): Likewise.
4656         * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
4657         * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
4658         * sysdeps/generic/res-state.c (__res_state): Likewise.
4659         * sysdeps/generic/accept.c (accept): Likewise.
4660         * sysdeps/generic/lseek.c (__lseek): Likewise.
4661         * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
4662         __libc_current_sigrtmax): Likewise.
4663         * sysdeps/mach/hurd/accept.c (accept): Likewise.
4664         * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
4665         * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
4666         * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
4667         * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
4668         * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
4669         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
4670         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
4671         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
4672         alias to llseek.
4673         (__GI_accept): New alias to accept.
4674         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
4675         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
4676         New alias to llseek.
4677         (__GI_accept): New alias to accept.
4678         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
4679         Likewise.
4680         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
4681         Likewise.
4682         * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
4684         * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
4685         strong_alias (name, __GI_name).
4686         * sysdeps/arm/bsd-_setjmp.S : Likewise.
4687         * sysdeps/hppa/bsd-_setjmp.S : Likewise.
4688         * sysdeps/i386/bsd-_setjmp.S : Likewise.
4689         * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
4690         * sysdeps/mips/bsd-_setjmp.S : Likewise.
4691         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
4692         * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
4693         * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
4694         * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
4695         * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
4696         * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
4697         * sysdeps/sh/bsd-_setjmp.S : Likewise.
4698         * sysdeps/sparc/sparc32/setjmp.S : Likewise.
4699         * sysdeps/unix/arm/fork.S : Likewise.
4700         * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
4701         * sysdeps/unix/bsd/i386/vfork.S : Likewise.
4702         * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
4703         * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
4704         * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
4705         * sysdeps/unix/bsd/vax/vfork.S : Likewise.
4706         * sysdeps/unix/i386/fork.S : Likewise.
4707         * sysdeps/unix/mips/fork.S : Likewise.
4708         * sysdeps/unix/sparc/fork.S : Likewise.
4709         * sysdeps/unix/sparc/vfork.S : Likewise.
4710         * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
4711         * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
4712         * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
4713         * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
4714         * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
4715         * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
4716         * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
4717         * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
4718         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
4719         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
4720         * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
4721         * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
4722         * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
4723         * sysdeps/unix/fork.S : Likewise.
4724         * sysdeps/vax/bsd-_setjmp.S : Likewise.
4725         * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
4727         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
4728         inclusion.
4730 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4732         * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
4733         * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
4734         * sysdeps/mach/hurd/fork.c: Likewise.
4735         * sysdeps/unix/sysv/aix/fork.c: Likewise.
4736         * sysdeps/unix/fork.S: Add __GI___fork alias.
4737         * sysdeps/unix/arm/fork.S: Likewise.
4738         * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
4739         * sysdeps/unix/i386/fork.S: Likewise.
4740         * sysdeps/unix/mips/fork.S: Likewise.
4741         * sysdeps/unix/sparc/fork.S: Likewise.
4742         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
4743         * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
4744         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4745         * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
4746         * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
4747         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
4748         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
4749         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
4750         * sysdeps/unix/bsd/vax/vfork.S: Likewise.
4751         * sysdeps/unix/sparc/vfork.S: Likewise.
4752         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
4753         * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
4754         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
4755         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
4756         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
4757         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4758         * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
4759         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
4761         * include/time.h: Add libc_hidden_proto for __nanosleep.
4762         * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
4763         * sysdeps/mach/nanosleep.c: Likewise.
4764         * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
4765         * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
4767         * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
4768         _IO_list_unlock, and _IO_list_resetlock.
4769         * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
4770         _IO_list_unlock, and _IO_list_resetlock.
4772         * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
4773         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
4774         * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
4775         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
4777         * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
4778         * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
4779         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
4780         __GI___longjmp alias.
4782         * include/setjmp.h: Add libc_hidden_proto for _setjmp.
4783         * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
4784         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4785         * sysdeps/generic/bsd-_setjmp.c: Likewise.
4786         * sysdeps/hppa/bsd-_setjmp.S: Likewise.
4787         * sysdeps/i386/bsd-_setjmp.S: Likewise.
4788         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
4789         * sysdeps/mips/bsd-_setjmp.S: Likewise.
4790         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
4791         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4792         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4793         * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
4794         * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
4795         * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
4796         * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
4797         * sysdeps/sh/bsd-_setjmp.S: Likewise.
4798         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
4799         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4800         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
4801         * sysdeps/vax/bsd-_setjmp.S: Likewise.
4802         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
4804 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
4806         * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
4808 2002-12-30  Roland McGrath  <roland@redhat.com>
4810         * Rules (generated): Target removed.
4811         * mach/Makefile (generated): Define it here instead.
4813         * math/Makefile (generated): Add m_*l and m_*f variants too.
4815 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
4817         * elf/dl-close.c (_dl_close): Handle relocation dependencies among
4818         the to-be-deleted objects right away instead of later separately.
4819         The latter fails because the scope data structures of the DSO
4820         might already be gone.
4822         * elf/Makefile: Add rules to build and run reldep8 test.
4823         * elf/reldep8.c: New file.
4824         * elf/reldep8mod1.c: New file.
4825         * elf/reldep8mod2.c: New file.
4826         * elf/reldep8mod3.c: New file.
4827         Contributed by Jakub Jelinek.
4829 2002-12-24  GOTO Masanori  <gotom@debian.or.jp>
4831         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
4832         checking of return value ENOSYS from getdents64.
4834 2002-12-28  Andreas Schwab  <schwab@suse.de>
4836         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
4837         ($(common-objpfx)s-%.d): Generalized from
4838         $(common-objpfx)s-proto.d rule.
4839         (common-generated): Add s-proto-cancel.d.
4840         * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
4841         cancellable syscalls.
4842         * sysdeps/unix/s-proto-cancel.S: New file.
4844 2002-12-29  Roland McGrath  <roland@redhat.com>
4846         * resolv/res_libc.c: Move _res defn magic after res_init defn
4847         so _res macro is in effect for that code.
4849         * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
4850         pattern for prepending $(..) so it doesn't affect $(foo).
4852         * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
4854 2002-12-29  Jakub Jelinek  <jakub@redhat.com>
4856         * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
4857         in hwcap.
4859 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
4861         * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
4863 2002-12-28  Andreas Jaeger  <aj@suse.de>
4865         * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
4866         avoid warning.
4867         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
4869 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4871         * inet/herrno.c (__h_errno_location): Remove.
4872         * inet/Makefile (routines): Add herrno-loc.
4873         * resolv/res_libc.c (__res_state): Remove.
4874         * resolv/Makefile (routines): Add res-state.
4875         * sysdeps/generic/herrno-loc.c: New file.
4876         * sysdeps/generic/res-state.c: New file.
4878 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4880         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
4881         Only define if USE_DL_SYSINFO is defined.
4883 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
4885         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
4886         INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
4887         Define. Patch by Richard Henderson and Jes Sorensen.
4888         (PSEUDO): Remove unnecessary ;;.
4889         * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
4890         are found unless TLS_INIT_TP_EXPENSIVE.  Use NONTLS_INIT_TP.
4891         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
4892         if not initializing thread pointer.
4893         [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
4894         * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
4895         make it weak also if NONTLS_INIT_TP.
4896         * sysdeps/unix/common/pause.c: Handle cancellation.
4897         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
4898         (LOADSYSCALL): Remove.
4899         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4900         (SYSCALL_ERROR_HANDLER): Use it.
4901         (PSEUDO): Don't jump around error handler.
4902         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
4903         jump around error handler.
4904         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
4905         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
4906         to __syscall_error_handler on failure.
4907         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
4908         (LOADSYSCALL): Remove.
4909         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4910         (SYSCALL_ERROR_HANDLER): Use it.
4911         (PSEUDO): Don't jump around error handler.
4912         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
4913         jump around error handler.
4914         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
4915         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
4916         to __syscall_error_handler on failure.
4918 2002-12-27  Roland McGrath  <roland@redhat.com>
4920         * scripts/gen-as-const.awk: New file.
4921         * Makefile (distribute): Add it.
4922         * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
4923         (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
4924         to the list.
4925         (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
4927 2002-12-27  Andreas Schwab  <schwab@suse.de>
4929         * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
4931 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4933         * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
4934         _environ is NULL.
4936 2002-12-27  Andreas Schwab  <schwab@suse.de>
4938         * Makerules ($(common-objpfx)%.make): Filter through
4939         $(sed-remove-objpfx).
4941 2002-12-23  Roland McGrath  <roland@redhat.com>
4943         * scripts/abilist.awk: Produce a more compact format, divided into
4944         stanzas for each version set, the set name listed only once.
4945         * scripts/extract-abilist.awk: New file.
4946         * scripts/merge-abilist.awk: New file.
4947         * Makerules (check-abi-%, update-abi-%): New pattern rules.
4948         (update-abi, check-abi): New targets.
4949         * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
4951 2002-12-19  Roland McGrath  <roland@redhat.com>
4953         * Makerules (%.symlist): Use LC_ALL=C when running awk script.
4955         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
4956         INTERNAL_SYSCALL.
4958 2002-12-21  Andreas Schwab  <schwab@suse.de>
4960         * elf/check-textrel.c (handle_file): Swap p_type.
4962 2002-12-21  Andreas Schwab  <schwab@suse.de>
4964         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
4965         (INLINE_SYSCALL): Use it.
4966         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
4967         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
4969         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
4970         * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
4972 2002-12-20  Art Haas  <ahaas@airmail.net>
4974         * sysdeps/gnu/siglist.c: Convert GCC extension initializer
4975         syntax to C99.
4977 2002-12-21  Philip Blundell  <philb@gnu.org>
4979         * sysdeps/arm/elf/start.S (_start): Optimise a little.  Push stack
4980         top as seventh arg to __libc_start_main.
4981         Reported by paulnash@wildseed.com.
4983         * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
4985         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
4986         compatibility cruft when new enough kernel is assumed.
4988 2002-12-20  Jakub Jelinek  <jakub@redhat.com>
4990         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
4991         instead of INLINE_SYSCALL.
4993 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4995         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
4996         typo.
4998         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
4999         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
5000         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
5001         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
5002         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
5003         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
5004         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
5005         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
5006         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
5007         Patch by William Lee Irwin <wli@holomorphy.com>.
5009 2002-12-20  Andreas Schwab  <schwab@suse.de>
5011         * locale/programs/ld-measurement.c (measurement_output): Fix
5012         index calculation.
5014 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
5016         * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
5017         Redefine _IO_flockifle and _IO_funlockfile as inlines.
5019         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
5020         builds add "tls" in the search path.
5021         * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
5022         (path_hwcap): Recognize "tls".
5024 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
5026         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
5027         __waitpid instead of waitpid.
5029         * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
5030         int $0x80.
5031         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
5032         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
5033         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
5035         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
5036         information for system calls.
5038         * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
5039         for ld.so.
5041         * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
5043 2002-12-19  Roland McGrath  <roland@redhat.com>
5045         * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
5046         * iconvdata/ibm922.h: Likewise.
5047         * iconvdata/ibm930.h: Likewise.
5048         * iconvdata/ibm932.h: Likewise.
5049         * iconvdata/ibm933.h: Likewise.
5050         * iconvdata/ibm935.h: Likewise.
5051         * iconvdata/ibm937.h: Likewise.
5052         * iconvdata/ibm939.h: Likewise.
5053         * iconvdata/ibm943.h: Likewise.
5054         * iconvdata/isiri-3342.h: Likewise.
5056 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
5058         * test-skeleton.c (main): Make sure correct value is seen as
5059         argv[0] after adjustment of argv, and argc.
5061         * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
5062         RTLD_CORRECT_DYNAMIC_WEAK is defined.
5064 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
5066         * nscd/connections.c (nscd_run): Shut up warning.
5067         * tst-ungetc.c (assert): Undefined before redefining.
5069 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
5071         * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
5072         is used.
5074 2002-12-17  Art Haas  <ahaas@airmail.net>
5076         * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
5077         * iconvdata/cp775.h: Likewise.
5078         * iconvdata/ibm1046.h: Likewise.
5079         * iconvdata/ibm1124.h: Likewise.
5080         * iconvdata/ibm1129.h: Likewise.
5081         * iconvdata/ibm1132.h: Likewise.
5082         * iconvdata/ibm1133.h: Likewise.
5083         * iconvdata/ibm1160.h: Likewise.
5084         * iconvdata/ibm1161.h: Likewise.
5085         * iconvdata/ibm1162.h: Likewise.
5086         * iconvdata/ibm1163.h: Likewise.
5087         * iconvdata/ibm1164.h: Likewise.
5089 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
5091         * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
5092         __ASSUME_CLONE_THREAD_FLAGS is defined.
5093         * sysdeps/unix/sysv/linux/kernel-features.h
5094         (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
5096 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
5098         * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
5099         of asm.
5100         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5102         * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
5103         _dl_sysinfo.
5104         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
5105         code.
5106         * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
5107         _rtld_global.
5108         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
5109         code.
5110         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
5111         Check for AT_SYSINFO and set _dl_sysinfo appropriately.
5112         * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
5113         Add _dl_sysinfo.
5115 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
5117         * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
5118         __libc_writev to...
5119         [libc: GLIBC_PRIVATE]: ...here.
5120         * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
5121         __libc_msgsnd to...
5122         [libc: GLIBC_PRIVATE]: ...here.
5124 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
5126         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
5127         Use it instead of directly int $0x80.
5128         * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
5129         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
5130         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5131         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5132         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5133         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5135 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
5137         * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
5139         * elf/elf.h (AT_SYSINFO): New define.
5140         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
5141         AT_SYSINFO.
5143 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
5145         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
5146         Make cancelable.
5147         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
5148         Likewise.
5149         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
5150         Likewise.
5151         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
5152         Likewise.
5153         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
5154         Likewise.
5155         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
5157         * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
5158         mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
5159         available, otherwise __libc_maybe_call.
5160         * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
5161         cancellation handling.
5162         * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
5164 2002-12-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
5166         * posix/regcomp.c (free_workarea_compile): Free the new member
5167         ORG_INDICES.
5168         (analyze): Initialize ORG_INDICES.
5169         (duplicate_node_closure): Search for a existing node, which is
5170         duplicated from the node ORG_DEST and satisfies the constraint
5171         CONSTRAINT.  And use it to avoid inifimite loop.
5172         (search_duplicated_node): New function.
5173         (duplicate_node): Store the index of the original node.
5174         * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
5175         if needed.
5176         * posix/regex_internal.h (re_dfa_t): Add new members.
5178 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
5180         * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
5182 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
5184         * sysdeps/posix/system.c (do_system): Add support for installation
5185         of cancellation handlers.
5186         * sysdeps/unix/sysv/linux/i386/system.c: New file.
5188         * stdlib/Makefile (tests): Add tst-system.
5189         * stdlib/tst-system.c: New file.
5191         * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
5192         CENABLE]: Don't lose content of %ebx.
5194 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
5196         * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
5197         macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
5199 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
5201         * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
5202         fails to return a function pointer don't use it.
5204 2002-12-16  Art Haas  <ahaas@airmail.net>
5206         * io/ftw.c: Convert GCC extension initializer syntax to C99.
5207         * iconvdata/iso-ir-165.c: Likewise.
5208         * iconvdata/jis0208.c: Likewise.
5209         * iconvdata/jis0212.c: Likewise.
5211 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
5213         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
5214         epoll_ctl, and epoll_wait.
5215         * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
5216         epoll_create, epoll_ctl, and epoll_wait.
5217         * sysdeps/unix/sysv/linux/sys/epoll.h: New file.  Written by
5218         Davide Libenzi <davidel@xmailserver.org>.
5219         * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
5220         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
5221         Add sys/epoll.h.
5223 2002-12-16  Art Haas  <ahaas@airmail.net>
5225         * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
5226         syntax to C99
5227         * sysdeps/unix/sysv/aix/settimer.c: Likewise.
5228         * sysdeps/unix/sysv/aix/sleep.c: Likewise.
5229         * sysdeps/unix/sysv/aix/usleep.c: Likewise.
5231 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
5233         * stdio-common/Makefile (routines): Remove lockfile.  Add
5234         flockfile, ftrylockfile, and funlockfile.
5235         * sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
5236         * sysdeps/generic/flockfile.c: New file.
5237         * sysdeps/generic/ftrylockfile.c: New file.
5238         * sysdeps/generic/funlockfile.c: New file.
5240 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
5242         * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
5243         macros instead of doing the calls directly.
5244         * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
5245         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
5246         targets.
5248 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
5250         * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
5251         * sysdeps/ieee754/bits/nan.h: Likewise.
5253         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
5254         __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
5256 2002-12-16  Roland McGrath  <roland@redhat.com>
5258         * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
5259         * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
5260         * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
5262         * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
5263         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
5264         s_putpmsg.
5265         * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
5266         * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
5267         * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
5268         * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
5269         * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
5270         * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
5271         * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
5272         * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
5274 2002-12-13  Paul Eggert  <eggert@twinsun.com>
5276         * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
5277         is now u_int, not int.
5278         (struct XDR.x_handy): Now u_int, not int.
5279         * sunrpc/xdr_mem.c: Include <limits.h>.
5280         (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
5281         xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
5282         x_handy is now unsigned, not signed.
5283         Do not decrement x_handy if no change is made.
5284         (xdrmem_setpos): Check for int overflow.
5285         * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
5286         (xdr_sizeof): Remove cast that is now unnecessary, now that
5287         x_handy is unsigned.
5289 2002-12-15  Art Haas  <ahaas@airmail.net>
5291         * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
5292         * iconvdata/gap.awk: Likewise.
5293         * iconvdata/gen-8bit-gap-1.sh: Likewise.
5294         * iconvdata/gen-8bit-gap.sh: Likewise.
5295         * locale/C-address.c: Likewise.
5296         * locale/C-collate.c: Likewise.
5297         * locale/C-ctype.c: Likewise.
5298         * locale/C-identification.c: Likewise.
5299         * locale/C-measurement.c: Likewise.
5300         * locale/C-messages.c: Likewise.
5301         * locale/C-monetary.c: Likewise.
5302         * locale/C-name.c: Likewise.
5303         * locale/C-numeric.c: Likewise.
5304         * locale/C-paper.c: Likewise.
5305         * locale/C-telephone.c: Likewise.
5306         * locale/C-time.c: Likewise.
5307         * nscd/connections.c: Likewise.
5308         * nscd/grpcache.c: Likewise.
5309         * nscd/hstcache.c: Likewise.
5310         * nscd/pwdcache.c: Likewise.
5311         * stdio-common/vfprintf.c: Likewise.
5312         * stdlib/random.c: Likewise.
5313         * sysdeps/generic/siglist.c: Likewise.
5314         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
5315         * sysdeps/ieee754/bits/nan.h: Likewise.
5316         * sysdeps/posix/sprofil.c: Likewise.
5317         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5318         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
5319         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
5321 2002-12-15  Roland McGrath  <roland@redhat.com>
5323         * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
5325         * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
5326         <tls.h> here, no need for it.
5327         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
5329         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
5330         parameter, not varargs parameter.
5332         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
5333         argument so it's not an unused variable.
5335         * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
5336         __p_type_syms, __p_rcode_syms): Remove decls, never really intended
5337         for users.
5339         * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
5341 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
5343         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
5344         original __libc_fcntl code.  Just renamed.
5346 2002-12-15  Andreas Schwab  <schwab@suse.de>
5348         * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
5350 2002-12-14  Olaf Hering  <olh@suse.de>
5352         * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
5353         * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
5355 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
5357         * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
5359         * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
5360         SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
5362         * sysdeps/unix/sysv/linux/open64.c: New file.
5364         * sysdeps/generic/pselect.c: Add support for cancellation handling.
5365         * sysdeps/posix/open64.c: Likewise.
5366         * sysdeps/posix/sigpause.c: Likewise.
5367         * sysdeps/posix/sigwait.c: Likewise.
5368         * sysdeps/posix/system.c: Likewise.
5369         * sysdeps/posix/waitid.c: Likewise.
5370         * sysdeps/unix/sysv/linux/accept.S: Likewise.
5371         * sysdeps/unix/sysv/linux/connect.S: Likewise.
5372         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
5373         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
5374         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
5375         * sysdeps/unix/sysv/linux/poll.c: Likewise.
5376         * sysdeps/unix/sysv/linux/pread.c: Likewise.
5377         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5378         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5379         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5380         * sysdeps/unix/sysv/linux/readv.c: Likewise.
5381         * sysdeps/unix/sysv/linux/recv.S: Likewise.
5382         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
5383         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
5384         * sysdeps/unix/sysv/linux/send.S: Likewise.
5385         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
5386         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
5387         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5388         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
5389         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5390         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5391         * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
5392         * sysdeps/unix/sysv/linux/wait.c: Likewise.
5393         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
5394         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5395         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5396         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5398 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
5400         * sysdeps/generic/sysdep-cancel.h: New file.
5401         * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
5402         cancelable syscall.
5403         * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
5404         recvmsg, send, sendmsg, sendto): Make cancelable.
5405         * sysdeps/unix/mman/syscalls.list (msync): Likewise.
5406         * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
5407         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
5408         sendto, osf_select): Likewise.
5409         * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
5410         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
5411         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
5412         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
5413         sendto): Likewise.
5414         * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
5415         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
5416         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
5417         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
5418         sendto): Likewise.
5419         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
5420         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
5421         sendto, select): Likewise.
5422         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
5423         pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
5424         Likewise.
5425         * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
5426         select, fcntl): Likewise.
5427         * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
5428         * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
5429         read, readv, select, sigsuspend, write, writev): Likewise.
5431 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
5433         * dirent/bug-readdir1.c: Include unistd.h.
5435 2002-12-13  Jakub Jelinek  <jakub@redhat.com>
5437         * locale/programs/locale.c: Include locarchive.h.
5438         (ARCHIVE_NAME): Define.
5439         (write_archive_locales): New function.
5440         (write_locales): Use it.  Ensure the same locale is not printed
5441         multiple times in verbose mode.
5442         Mode LC_IDENTIFICATION and LC_CTYPE printing into...
5443         (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
5444         functions.
5445         (struct nameent): New type.
5446         (nameentcmp): New function.
5448 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
5450         * posix/regex_internal.c (re_string_context_at): Guard wide char
5451         code with #ifdef RE_ENABLE_I18N.
5453 2002-11-22  Paolo Bonzini  <bonzini@gnu.org>
5455         * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
5457 2002-12-13  Roland McGrath  <roland@redhat.com>
5459         * posix/bug-regex15.c: New file.
5460         * posix/Makefile (tests): Add it.
5462         * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
5463         (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
5465 2002-12-13  Ulrich Drepper  <drepper@redhat.com>
5467         * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
5469         * misc/syslog.c (log_cleanup): Don't use parameter in
5470         __libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
5471         pass NULL instead of a pointer to syslog_lock.
5473 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
5475         * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
5476         linker map for all iconv modules.
5477         (distribute): Add gconv.map.
5478         * iconvdata/gconv.map: New file.
5480         * elf/Makefile: Also check all iconv modules for text relocations.
5482         * stdlib/Makefile: Remove code to automatically import GMP.
5484         * elf/Makefile (tests): Add rules to build and run check-textrel.
5485         * elf/check-textrel.c: New file.
5487         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
5488         directive.
5490 2002-12-11  Jakub Jelinek  <jakub@redhat.com>
5492         * io/test-utime (main): If stnow.st[am]time is wrong, print it and
5493         not st.st[am]time.
5495 2002-04-30  Bruno Haible  <bruno@clisp.org>
5497         * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
5498         the encoding if it already has slashes.
5499         Reported by Perry Rapp <prapp@erols.com>.
5501 2002-12-11  Roland McGrath  <roland@redhat.com>
5503         * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
5504         (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
5505         Turn off PIC for compiling this file.
5507 2002-12-11  Ulrich Drepper  <drepper@redhat.com>
5509         * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
5510         definitions.  Not needed.
5511         [_LIBC]: Use definitions from libc-lock.h instead of referencing
5512         pthread routines directly.
5513         * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
5514         mutex_init calls.
5515         (arena_get2): Don't look at return value of mutex_lock.
5517 2002-12-11  Roland McGrath  <roland@redhat.com>
5519         * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
5520         elf-init.o instead of compiling a PIC version.
5522 2002-12-11  Bruno Haible  <bruno@clisp.org>
5524         * intl/gettext.h: Renamed to ...
5525         * intl/gmo.h: ... here.
5526         * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
5527         * intl/gettextP.h: Update.
5528         * intl/loadmsgcat.c: Update.
5530         * intl/gettextP.h (PARAMS): Make more portable.
5531         (attribute_hidden): Define as empty macro if not already defined.
5532         * intl/hash-string.h (PARAMS): Make more portable.
5533         * intl/loadinfo.h (PARAMS): Likewise.
5534         * intl/plural-exp.h (PARAMS): Likewise.
5535         (attribute_hidden): Move definition near the definition of
5536         internal_function.
5538         * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
5539         * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
5541 2002-07-13  Bruno Haible  <bruno@clisp.org>
5543         * intl/dcigettext.c (freea): New macro.
5544         (FREE_BLOCKS): Free also the registered blocks.
5545         (DCIGETTEXT): Free the 'search' variable.
5546         Reported by Andreas Fischer <a.fischer@asentics.de>.
5548 2002-04-27  Bruno Haible  <bruno@clisp.org>
5550         * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
5551         * intl/dcigettext.c: Likewise.
5552         * intl/dcgettext.c: Likewise.
5553         * intl/dgettext.c: Likewise.
5554         * intl/gettext.c: Likewise.
5555         * intl/dcngettext.c: Likewise.
5556         * intl/dngettext.c: Likewise.
5557         * intl/ngettext.c: Likewise.
5558         * intl/textdomain.c: Likewise.
5559         * intl/bindtextdom.c: Likewise.
5560         * intl/plural-exp.h: Likewise.
5562 2002-01-02  Bruno Haible  <bruno@clisp.org>
5564         * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
5566 2001-04-30  Bruno Haible  <bruno@clisp.org>
5568         * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
5569         default macro definitions.  Needed for mingw32.
5571 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
5573         * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
5574         __builtin_constant_p to macro parameter.
5576         * sysdeps/generic/sigpause.c: Define all functions as weak.
5577         * sysdeps/posix/sigpause.c: Likewise.
5579         * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
5580         type size_t.
5582 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
5584         * elf/tst-array1.c (preinit_array, init_array, fini_array):
5585         Explicitly align the array to sizeof (void *).
5586         * elf/tst-array2dep.c (init_array, fini_array): Likewise.
5588         * include/libc-symbols.h: Fix a comment typo.
5590         * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
5591         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
5592         Likewise.
5593         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
5594         Likewise.
5595         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
5596         (__libc_sigsuspend): Likewise.
5597         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
5598         (__libc_sigsuspend): Likewise.
5599         * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
5600         (creat): New weak alias.
5602 2002-12-10  Roland McGrath  <roland@redhat.com>
5604         * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
5605         contributes a manual chapter.
5606         * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
5607         around xref to it.
5609         * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
5610         and move contents to ...
5611         (EXTRA_LD_ENVVARS_LINUX): ... this new macro.  Add break for nonmatch.
5612         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
5613         it instead of duplicating its contents.
5614         (EXTRA_LD_ENVVARS): Likewise.  Add break for nonmatch.
5616 2002-12-09  Jakub Jelinek  <jakub@redhat.com>
5618         * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
5619         defined.
5620         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
5621         function.
5622         (EXTRA_LD_ENVVARS): Use it.
5623         (DL_OSVERSION_INIT): Define.
5624         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
5625         dl-librecon.h.
5626         (EXTRA_LD_ENVVARS): Undef before defining.  Use _dl_osversion_init.
5628 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
5630         * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
5632         * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
5633         call.  It is not allowed to destroy pthread mutexes which are
5634         still in use even though it is safe for our implementations.  If
5635         somebody still uses the descriptor it is a bug.
5637 2002-12-09  Richard Henderson  <rth@redhat.com>
5639         * csu/abi-note.S: Use .p2align, not .align.
5641 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
5643         * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
5644         __libc_select aliases.
5646         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
5647         alias.
5649         * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
5651         * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
5653         * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
5655         * sysdeps/unix/syscalls.list: Define __libc_select alias.
5657         * sysdeps/posix/waitid.c: Define __libc_waitid alias.
5659         * sysdeps/posix/sigpause.c: Define __libc_sigpause and
5660         __libc___xpg_sigpause aliases.
5662         * sysdeps/generic/pselect.c: Define __libc_pselect alias.
5664         * misc/error.c: Remove use of USE_IN_LIBIO.
5666 2002-12-08  Roland McGrath  <roland@redhat.com>
5668         * elf/Makefile (tests): Uncomment tst-array[123].
5669         * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
5670         * csu/elf-init.c: New file.
5671         * csu/Makefile (routines, static-only-routines): Add elf-init.
5672         * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
5673         and __libc_csu_fini in place of _fini.
5674         * sysdeps/arm/elf/start.S: Likewise.
5675         * sysdeps/cris/elf/start.S: Likewise.
5676         * sysdeps/hppa/elf/start.S: Likewise.
5677         * sysdeps/i386/elf/start.S: Likewise.
5678         * sysdeps/ia64/elf/start.S: Likewise.
5679         * sysdeps/m68k/elf/start.S: Likewise.
5680         * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
5681         * sysdeps/mips/elf/start.S: Likewise.
5682         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
5683         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
5684         * sysdeps/s390/s390-32/elf/start.S: Likewise.
5685         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5686         * sysdeps/sh/elf/start.S: Likewise.
5687         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
5688         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5689         * sysdeps/x86_64/elf/start.S: Likewise.
5691         * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
5692         struct containing function ptr and value, free it.
5693         (__aio_notify_only): Allocate that and copy values from SIGEV into it.
5694         It's not safe to let the new thread use the SIGEV pointer.
5696 2001-10-20  Paul Eggert  <eggert@twinsun.com>
5698         * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
5699         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
5700         Use strerror_r that is only a macro, even if it is not a function.
5701         (strerror): Check for HAVE_DECL_STRERROR before declaring.
5702         (private_strerror): Use prototypes, not old-style function definition.
5703         (print_errno_message): New function.
5704         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
5705         char*-flavored one.
5706         (error_tail, error, error_at_line): Use it.
5708 2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>
5710         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
5712 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
5714         * scripts/output-format.sed: Fix bug in one of the s expressions
5715         which used / for one too many things.
5717         * include/unistd.h: Declare __libc_close.
5719 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
5721         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
5723 2002-12-07  Roland McGrath  <roland@redhat.com>
5725         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
5726         from 2002-12-06, but remove unnecessary memset call without removing
5727         necessary copy of initialization image.
5729         * Makerules ($(common-objpfx)format.lds): New target.
5730         (common-generated): Add it.
5731         ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
5732         * scripts/output-format.sed: New file.
5733         * Makefile (distribute): Add it.
5735 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
5737         * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
5738         Reported by Art Haas <ahaas@airmail.net>.
5740 2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>
5742         * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec.  Fix .recovery4.
5744 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
5746         * string/test-strncpy.c (do_random_tests): Improve test coverage.
5748 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5750         * test-skeleton.c (timeout_handler): Allow expected signal to be
5751         SIGALRM.
5753         * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
5755         * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
5757 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
5759         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
5760         (SYSCALL_ERROR_HANDLER): Fix a pasto.
5761         Reported by Jeff Bailey <jbailey@nisa.net>.
5763 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5765         * sysdeps/generic/libc-tls.c: Undo last patch.
5767         * include/wctype.h: Define iswalnum with libc_hidden_proto.
5769         * include/signal.h: Define raise with libc_hidden_proto.
5771         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
5772         __execve instead of snprintf and execve.
5774         * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
5775         again a bit.
5777 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
5779         * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
5780         * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
5782 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5784         * misc/syslog.c (log_cleanup): New function.
5785         (openlog): Use log_cleanup instead of __libc_mutex_unlock.
5786         (closelog): Likewise.
5788         * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
5789         * elf/dl-iteratephdr.c: Likewise.
5790         * elf/dl-lookup.c: Likewise.
5791         * elf/dl-misc.c: Likewise.
5792         * elf/dl-open.c: Likewise.
5793         * elf/dl-support.c: Likewise.
5794         * elf/rtld.c: Likewise.
5795         * sysdeps/generic/ldsodefs.h: Likewise.
5796         * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
5797         * sysdeps/mach/bits/libc-lock.h: Likewise.
5798         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
5800 2002-12-06  Roland McGrath  <roland@redhat.com>
5802         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
5804         * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
5805         (malloc_starter, memalign_starter, free_starter): Don't define these.
5806         * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
5807         Don't declare them either.
5808         * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
5809         __pthread_initialize, so no need to set hooks to *_starter.
5810         (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
5811         [_LIBC && SHARED && USE_TLS && !USE___THREAD]
5812         (__libc_malloc_pthread_startup): New function.
5813         * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
5815         * malloc/hooks.c (memalign_starter): New function.
5816         * malloc/malloc.c: Declare it.
5817         * malloc/arena.c (save_memalign_hook): New variable.
5818         (ptmalloc_init): Set __memalign_hook to memalign_starter.
5820         * elf/dl-minimal.c (free): Clear the memory.
5821         (calloc): Just call malloc, knowing all memory it returns is cleared.
5823         * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
5824         malloc and memset; calloc can avoid the zeroing when redundant.
5825         (_dl_tls_setup): Likewise.
5826         * elf/dl-load.c (decompose_rpath): Likewise.
5827         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
5828         call, since memory from sbrk at startup is already zero.
5830         * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
5831         error string for failure, null for success.  Update callers.
5832         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
5833         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5835 2002-12-05  Jakub Jelinek  <jakub@redhat.com>
5837         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
5838         args to i:iipi.
5839         (readahead): Change args to i:iii.
5840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
5841         Change args to i:iii.
5842         * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
5843         args to i:iiii.
5845 2002-12-05  Roland McGrath  <roland@redhat.com>
5847         * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
5848         call all functions rather than none.
5849         Reported by Mark P. Mitchell <mark@codesourcery.com>.
5851 2002-12-04  Roland McGrath  <roland@redhat.com>
5853         * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
5854         on _nl_current_LC_* variables.
5856 2002-12-05  Ulrich Drepper  <drepper@redhat.com>
5858         * dirent/bug-readdir1.c (main): Don't call closedir, just close
5859         the file descriptor.  This is testing what the bug report was about.
5861 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
5863         * po/be.po: New file.
5865         * argp/Makefile (tests): Add tst-argp1.
5867         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
5868         Change type of _attribute to void*.
5869         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
5870         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
5871         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
5872         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
5873         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
5875 2002-12-04  Roland McGrath  <roland@redhat.com>
5877         * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
5878         members to the end, so a libpthread compiled with !USE_TLS will still
5879         find other members properly.
5881         * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
5882         operand for DEST memory.  Fix dummy input operand to use SRC.
5883         Reported by Davin McCall <davmac@ozonline.com.au>.
5885         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
5886         alignment when initializing the DTV entry.
5888         * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
5889         when TLS has not been set up, try to set it up if we can.
5890         * elf/tst-tls4.c: Revert last change.
5891         * elf/tst-tls5.c: Likewise.
5892         * elf/tst-tls6.c: Likewise.
5893         * elf/tst-tls7.c: Likewise.
5894         * elf/tst-tls8.c: Likewise.
5895         * elf/tst-tls9.c: Likewise.
5897         * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
5898         * sysdeps/generic/ldsodefs.h: Declare it.
5899         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
5900         * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
5901         function, broken out of __libc_setup_tls.
5902         (init_static_tls): Likewise.
5903         (__libc_setup_tls): Call them.
5904         (_dl_tls_setup): New function, uses new subroutines.
5906         * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
5907         Clear the pointer when returning true.
5908         (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
5909         first element of the slotinfo list too.
5911         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
5912         [SHARED].
5914         * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
5915         (_dl_determine_tlsoffset): Likewise.
5917         * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
5918         startup_error_tsd, made global.
5919         (dl_main): Update initialization.
5920         * elf/dl-tsd.c: Likewise.
5921         * sysdeps/generic/ldsodefs.h: Declare it.
5923 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5925         * manual/texinfo.tex: Update from latest upstream version.
5927 2002-12-03  Roland McGrath  <roland@redhat.com>
5929         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
5930         area surplus in calculation for sbrk call.
5932         * iconvdata/cp1125.c: New file.
5933         * iconvdata/Makefile (distribute): Add it.
5934         (modules): Add CP1125.
5935         (gen-8bit-gap-modules): Add cp1125.
5936         * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
5937         * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
5939 2002-12-03  Andreas Jaeger  <aj@suse.de>
5941         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5943 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5945         * sysdeps/posix/system.c (do_system): Make signal handler
5946         installation thread safe.
5948 2002-12-02  Roland McGrath  <roland@redhat.com>
5950         * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
5951         caller from EXTRA to -.
5952         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5953         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5954         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5956 2002-12-02  Carlos O'Donell  <carlos@baldric.uwo.ca>
5958         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
5959         bits of RM are cleared.
5961 2002-12-02  Roland McGrath  <roland@redhat.com>
5963         * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
5964         TLS setup is required.
5965         * elf/tst-tls5.c: Likewise.
5966         * elf/tst-tls6.c: Likewise.
5967         * elf/tst-tls7.c: Likewise.
5968         * elf/tst-tls8.c: Likewise.
5969         * elf/tst-tls9.c: Likewise.
5971         * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
5972         `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
5973         * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
5974         for being null before calling free_slotinfo.
5975         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
5976         dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
5978 2002-11-30  Bruno Haible  <bruno@clisp.org>
5980         * iconv/gconv.h (__gconv_btowc_fct): New typedef.
5981         (struct __gconv_step): New field __btowc_fct.
5982         * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
5983         * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
5984         __BUILTIN_TRANS.
5985         (__gconv_btwoc_ascii): New declaration.
5986         * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5987         (__gconv_btwoc_ascii): New function.
5988         * iconv/gconv_builtin.h: Add BtowcFct argument to all
5989         BUILTIN_TRANSFORMATION invocations.
5990         * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5991         * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
5992         * iconv/gconv_builtin.c (map): New field btowc_fct.
5993         (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
5994         btowc_fct field.
5995         (__gconv_get_builtin_trans): Initialize __btowc_fct field.
5996         * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
5997         * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
5998         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
5999         * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
6000         (gconv_init): Initialize __btowc_fct field.
6001         Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
6002         * iconv/loop.c: Document ONEBYTE_BODY.
6003         (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
6004         Undefine ONEBYTE_BODY at the end.
6005         * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
6006         * iconvdata/8bit-gap.c (NONNUL): New macro.
6007         (BODY for FROM_LOOP): Use it.
6008         (ONEBYTE_BODY): New macro.
6009         * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
6010         (NONNUL): New macro.
6011         * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
6012         * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
6013         * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
6014         * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
6015         * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
6016         * iconvdata/big5.c (ONEBYTE_BODY): New macro.
6017         * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
6018         * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
6019         * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
6020         * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
6021         * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
6022         * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
6023         * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
6024         * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
6025         * iconvdata/ibm932.c: Include <stdbool.h>.
6026         (TRUE, FALSE): Remove macros.
6027         (BODY for FROM_LOOP): Remove unused variable rp1.
6028         (ONEBYTE_BODY): New macro.
6029         (BODY for TO_LOOP): Use bool.
6030         * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
6031         * iconvdata/ibm943.c: Include <stdbool.h>.
6032         (TRUE, FALSE): Remove macros.
6033         (BODY for FROM_LOOP): Remove unused variable rp1.
6034         (ONEBYTE_BODY): New macro.
6035         (BODY for TO_LOOP): Use bool.
6036         * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
6037         * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
6038         * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
6039         * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
6040         * iconvdata/johab.c (ONEBYTE_BODY): New macro.
6041         * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
6042         * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
6043         * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
6044         * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
6045         * iconvdata/gbbig5.c: Tweak comment.
6047 2002-12-02  Ulrich Drepper  <drepper@redhat.com>
6049         * po/fi.po: Update from translation team.
6051 2002-12-01  Roland McGrath  <roland@redhat.com>
6053         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
6054         testing getdents64 return value.
6056         * scripts/versions.awk: Don't pass -n flag to sort command.
6058         * posix/bug-regex13.c: Include <string.h>.
6060         * sysdeps/generic/libc-start.c (__libc_start_main): Do
6061         DL_SYSDEP_OSCHECK here.
6062         * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
6063         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
6065         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
6066         argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
6068         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
6069         instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
6071         * include/link.h: Comment typo fix.
6073 2002-12-01  Roland McGrath  <roland@frob.com>
6075         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
6076         (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
6077         _POSIX_MEMORY_PROTECTION): Likewise.
6078         (_POSIX_POLL, _POSIX_SELECT): Removed.
6080 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
6082         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
6083         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
6085 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
6087         * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
6088         USE___THREAD.
6089         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
6090         "=v" constraints.
6092 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
6094         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
6095         branch prediction buffers by using unpaired call/ret.
6097 2002-11-27  Ulrich Drepper  <drepper@redhat.com>
6099         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
6100         first parameters constraint string.
6101         (ASMFMT_3): Likewise.  Patch by stefan.lauterbach@mincom.de.
6103 2002-11-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
6105         * posix/regcomp.c (parse_expression): Set the bit since the back
6106         reference is used in the regular expression.
6107         * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
6108         of malloc failure.
6109         (re_node_set_init_copy): Likewise.
6110         * posix/regex_internal.h (state_array_t): New structure.
6111         (re_sub_match_last_t): Likewise.
6112         (re_sub_match_top_t): Likewise.
6113         (re_match_context_t): Add new members.
6114         (re_dfa_t): Likewise.
6115         * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
6116         to check the matching is really correct, and retry if failed.
6117         Move the routin pruning the impossible nodes from here, ...
6118         (prune_impossible_nodes): To this function.
6119         (check_matching): Invoke check_subexp_matching_top, and replace
6120         redundant checking with transit_state_bkref invocation.
6121         (proceed_next_node): Replace strncmp with memcmp.  Reported by
6122         Paolo Bonzini  <bonzini@gnu.org>.
6123         (update_cur_sifted_state): Remove search_subexp invocation.
6124         (search_subexp): Remove this function.
6125         (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
6126         optimization.
6127         (sift_states_bkref): Use search_cur_bkref_entry for optimization.
6128         Remove unused invocation of match_ctx_add_entry.
6129         (transit_state): Invoke check_subexp_matching_top.
6130         (check_subexp_matching_top): New function.
6131         (transit_state_bkref): Remove unused array.
6132         Merge transit_state_bkref_loop.
6133         (transit_state_bkref_loop): Use get_subexp instead of
6134         sift_states_backward.  Use search_cur_bkref_entry for optimization.
6135         Merge this function to transit_state_bkref.
6136         (get_subexp): New function.
6137         (get_subexp_sub): Likewise.
6138         (find_subexp_node): Likewise.
6139         (check_arrival): Likewise.
6140         (check_arrival_expand_ecl): Likewise.
6141         (check_arrival_expand_ecl_sub): Likewise.
6142         (expand_bkref_cache): Likewise.
6143         (match_ctx_init): Initialize new members.
6144         (match_ctx_clean): New function.
6145         (match_ctx_free): Release new members.
6146         (match_ctx_free_subtops): New function.
6147         (match_ctx_add_entry): Fix indent.
6148         (search_cur_bkref_entry): New function.
6149         (match_ctx_add_subtop): Likewise.
6150         (match_ctx_add_sublast): Likewise.
6152 2002-11-25  Ulrich Drepper  <drepper@redhat.com>
6154         * iconv/Makefile (tests): Remove tst-iconv4.c
6155         * iconv/tst-iconv4.c: Moved to...
6156         * iconvdata/tst-iconv4.c: ...here.  New file.
6157         * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
6159 2002-11-25  Roland McGrath  <roland@redhat.com>
6161         * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
6162         Grok AF_LINK if defined.
6163         From Momchil Velikov <velco@fadata.bg>.
6165         * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
6166         brdaddr, or dstaddr, just set those pointers to null and don't fail.
6167         Reported by Momchil Velikov <velco@fadata.bg>.
6169         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
6170         is > sizeof IFR->ifa_addr, advance past the whole longer length.
6171         (__ifreq): Count up NIFS that way too.
6172         Reported by Momchil Velikov <velco@fadata.bg>.
6174         * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
6176         * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
6177         and <fpu_control.h>.
6179 2002-11-24  Ulrich Drepper  <drepper@redhat.com>
6181         * elf/elf.h (EM_ST19): Fix typo.
6183 2002-11-25  Jakub Jelinek  <jakub@redhat.com>
6185         * include/errno.h (__set_errno): Define as errno = val
6186         unconditionally.
6188 2002-11-24  Roland McGrath  <roland@redhat.com>
6190         * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
6191         * sysdeps/posix/writev.c: Likewise.
6192         From Momchil Velikov <velco@fadata.bg>.
6194         * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
6195         calling *GL(dl_error_catch_tsd) for a thread-local location.
6196         * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
6197         (dl_main): Same for GL(dl_error_catch_tsd) initialization.
6198         * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
6200         * libio/iofflush.c: Add libc_hidden_def.
6201         * libio/iofwrite.c: Likewise.
6202         * sysdeps/generic/sigtimedwait.c: Likewise.
6203         * sysdeps/generic/sigwaitinfo.c: Likewise.
6204         * sysdeps/posix/sigwait.c: Likewise.
6205         Reported by Momchil Velikov <velco@fadata.bg>.
6207         * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
6208         to match <arpa/inet.h> declaration.
6209         * inet/inet_netof.c (inet_netof): Likewise.
6210         * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
6211         Reported by Momchil Velikov <velco@fadata.bg>.
6213         * configure.in: Skip AUTOCONF check under --without-cvs.
6214         * configure: Regenerated.
6216         * posix/Makefile (headers): Add bits/pthreadtypes.h.
6217         * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
6218         * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
6220 2002-11-24  Andreas Schwab  <schwab@suse.de>
6222         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
6223         with six arguments.
6225 2002-11-19  Jim Meyering  <jim@meyering.net>
6227         * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
6228         as `static'.
6229         * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
6231 2002-11-23  Roland McGrath  <roland@redhat.com>
6233         * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
6234         Just produce hex output for datum sizes.
6236         * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
6237         Reported by Luca Barbieri <ldb@ldb.ods.org>.
6239 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
6241         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
6242         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
6243         and __unused3 fields.
6244         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
6245         [__WORDSIZE == 32]: Only PPC32 requires __unused1
6246         and __unused2 fields.
6247         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
6248         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
6249         __unused3, and __unused4 fields.
6251         * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
6252         obtain lowest address for profiling in __monstartup call.
6254 2002-11-21  Roland McGrath  <roland@redhat.com>
6256         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
6257         $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
6259         * locale/localeinfo.h (struct locale_data): Revert last change.
6261         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
6262         From Ian Wienand <ianw@gelato.unsw.edu.au>.
6264         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
6265         __NR_pread64 if not defined.
6266         (__NR_pwrite): Define to __NR_pwrite64 if not defined.
6267         From Ian Wienand <ianw@gelato.unsw.edu.au>.
6269 2002-11-21  Roland McGrath  <roland@frob.com>
6271         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
6272         __libc_multiple_libcs here.  Call __setfpucw.
6274 2002-11-21  Ulrich Drepper  <drepper@redhat.com>
6276         * elf/Makefile (tests): Don't run test-arrayX tests for now.
6278         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
6279         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
6280         CLONE_CHILD_*TID flags.
6282 2002-11-20  Andreas Jaeger  <aj@suse.de>
6284         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
6285         We pass struct ucontext on x86-64.
6286         (GET_PC): Adjust.
6287         (GET_FRAME): Adjust.
6288         (GET_STACK): Adjust.
6290 2002-11-20  Roland McGrath  <roland@redhat.com>
6292         * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
6293         conditionalize [! DO_VERSIONING] #error.
6295         * scripts/abilist.awk: Grok function descriptor symbols.
6297         * intl/tst-gettext.c (main): Check return values from setlocale.
6298         Add necessary unsetenv's to make LANG=existing-locale check work.
6300         * intl/tst-gettext.sh: Use mkdir -p.  Copy test files unconditionally,
6301         so aborted prior runs don't confuse things.
6303         * locale/localeinfo.h (struct locale_data: union locale_data_value):
6304         Use uintptr_t instead of unsigned int for `word' member.
6305         (_NL_CURRENT_WORD): Cast to uint32_t.
6307         * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
6308         value.
6310 2002-11-20  Ulrich Drepper  <drepper@redhat.com>
6312         * elf/tls-macros.h: Add IA-64 definitions.
6313         Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
6315         * iconv/Makefile (tests): Add tst-iconv4.
6316         * iconv/tst-iconv4.c: New file.
6318         * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
6319         __GCONV_EMPTY_INPUT only if input is really empty.  Otherwise
6320         __GCONV_INCOMPLETE_INPUT.
6321         (ucs4le_internal_loop): Likewise.
6322         (ucs4le_internal_loop_unaligned): Likewise.
6323         * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
6324         * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
6325         * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
6327         * iconv/loop.c (LOOPFCT): First test for empty input then for full
6328         output buffer.
6330         * inet/getnameinfo.c: Use extend_alloca where appropriate.
6331         * sysdeps/posix/getaddrinfo.c: Likewise.
6333         * include/alloca.h (extend_alloca): New define.  Based on stack
6334         direction it'll try to append to the previouls allocated buffer.
6336 2002-11-07  Thorsten Kukuk  <kukuk@suse.de>
6338         * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
6339         use the same service for AF_INET and AF_INET6.
6341 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
6343         * intl/localealias.c (read_alias_file): Use only about 400 bytes
6344         of stack space instead of 16k.
6346 2002-11-18  Wolfram Gloger  <wg@malloc.de>
6348         * malloc/arena.c
6349         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
6350         nothing if not initialized.  Bug report from Marcus Brinkmann
6351         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
6353 2002-11-19  Roland McGrath  <roland@redhat.com>
6355         * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
6356         sched_setaffinity.
6358         * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
6359         `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
6360         test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
6361         * configure: Regenerated.
6363 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
6365         * include/dlfcn.h: __libc_dlopen is now a macro calling
6366         __libc_dlopen_mode with the extra parameter RTLD_LAZY.
6367         (__libc_dlopen_mode): New prototype.
6368         * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
6369         new parameter.  Store new parameter in mode field of structure passed
6370         to do_dlopen.
6371         (struct do_dlopen_args): Add new field mode.
6372         (do_dlopen): Pass mode from parameter structure to _dl_open.
6374 2002-11-11  Randolf Chung  <tausq@debian.org>
6376         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
6377         (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
6378         * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
6380         * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
6382         * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
6383         Set -mdisable-fpregs for this file.
6385 2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
6387         * sysdeps/unix/sysv/linux/configure.in:
6388         Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
6389         from gcc-3.0 era for backwards compatibility.
6390         * sysdeps/unix/sysv/linux/configure: Regenerate.
6392         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
6393         Define mcontext_t as a sigcontext.
6395 2002-11-18  Roland McGrath  <roland@redhat.com>
6397         * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
6398         Free memory in `last_result' if it was used.
6400         * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
6401         all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
6402         Do the parsing inline instead of copying strings and calling
6403         inet_network, and properly skip all alias names not matching the form.
6405         * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
6407 2002-11-17  Ulrich Drepper  <drepper@redhat.com>
6409         * manual/pattern.texi (Wordexp Example): Fix sample code.
6411         * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
6412         childs stack which will be loaded into the %esi register.
6414 2002-11-14  Paul Eggert  <eggert@twinsun.com>
6416         * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
6417         overflow when skipping the question part and when unpacking aliases.
6419 2002-11-15  Roland McGrath  <roland@redhat.com>
6421         * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
6422         s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
6423         Instead add $(calls:s_%=m_%) to get m_* versions of them all.
6425 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
6427         * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
6428         * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
6430 2002-11-15  Roland McGrath  <roland@redhat.com>
6432         * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
6433         * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
6434         from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
6435         (+make-include-of-dep): New canned sequence.
6437         * stdlib/canonicalize.c (__realpath): Check for malloc failure.
6438         From Dmitry V. Levin <ldv@altlinux.org>.
6440 2002-11-14  Roland McGrath  <roland@redhat.com>
6442         * sysdeps/generic/errno.c (__libc_errno): Remove alias.
6443         * inet/herrno.c (__libc_h_errno): Likewise.
6444         * resolv/res_libc.c (__libc_res): Likewise.
6445         [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
6446         (__res_state) [! USE___THREAD]: Don't define as weak.
6447         * csu/Versions: Revert last change.
6448         * resolv/Versions: Revert last change.
6450         * Makerules ($(common-objpfx)%.make): New pattern rule.
6451         * tls.make.c: New file.
6452         * Makefile (distribute): Add it.
6454         * sysdeps/generic/errno.c [! USE___THREAD]
6455         [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
6456         with compat_symbol so they are not link-time visible.
6457         [! USE___THREAD] (__libc_errno): New alias for errno.
6458         * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
6459         Add __libc_errno here.
6460         * inet/herrno.c [USE___THREAD]: Use this conditional
6461         in place of [USE_TLS && HAVE___THREAD].
6462         [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
6463         (h_errno, _h_errno): Declare these with compat_symbol so they are not
6464         link-time visible.
6465         [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
6466         * resolv/res_libc.c [! USE___THREAD]
6467         [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
6468         (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
6469         (__libc_res): Define as alias for _res.
6470         * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
6471         Add __libc_h_errno and __libc_res here.
6473 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
6475         * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
6476         * resolv/Versions (h_errno, _res): Likewise.
6478 2002-11-14  Roland McGrath  <roland@redhat.com>
6480         * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
6481         (%.symlist): Likewise.
6483 2002-11-13  Roland McGrath  <roland@redhat.com>
6485         * scripts/abilist.awk: New file.
6486         * Makefile (distribute): Add it.
6487         * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
6488         (tests): Depend on .symlist file for each $(install-lib.so-versioned).
6489         [$(subdir) = elf] (tests): Depend on libc.symlist.
6490         (generated, common-generated): Add those files.
6492         * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
6493         * configure: Regenerated.
6494         * config.make.in (OBJDUMP): New variable, substituted by configure.
6496         * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
6497         (mallochook, reallochook): Set them up.
6498         (checkhdr): Check HDR->magic2 value.
6499         (freehook): Reset HDR->magic2.
6500         (memalignhook): New static function.
6501         (old_memalign_hook): New static variable.
6502         (mcheck, reallochook): Set __memalign_hook to memalignhook.
6504         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
6505         for the new TCB.
6507 2002-11-13  Andreas Jaeger  <aj@suse.de>
6509         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
6510         attribute.
6511         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6513 2002-11-11  Paul Eggert  <eggert@twinsun.com>
6515         * manual/crypt.texi (Cryptographic Functions): Mention that
6516         the MD5 one-way algorithm is compatible with BSD's.
6518 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
6520         * posix/regex_internal.c (re_string_skip_chars): Also return the last
6521         wide character.
6522         (re_string_reconstruct): Calculate the context by itself when the
6523         offset points out of the valid range.
6524         (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
6525         * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
6526         (IS_WIDE_WORD_CHAR): New macro.
6527         (IS_WIDE_NEWLINE): New macro.
6529 2002-11-12  Andreas Jaeger  <aj@suse.de>
6531         * sysdeps/x86_64/strchr.S: Don't use one register for two
6532         purposes, this fixes a bug noticed by test-strchr.c.
6534         * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
6535         correctly.
6537 2002-11-12  Roland McGrath  <roland@redhat.com>
6539         * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
6540         (_G_IO_NO_BACKWARD_COMPAT): Define it.
6542         * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
6543         instead of <pt-machine.h>.
6544         [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
6545         testandset.
6546         From Ian Wienand <ianw@gelato.unsw.edu.au>.
6548 2002-11-10  Roland McGrath  <roland@redhat.com>
6550         * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
6551         Call fputs instead of fwprintf (simpler to follow in debugger).
6553         * crypt/md5-crypt.c: Doc fix.
6555         * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
6556         the beginning of generated target commands.
6558         * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
6559         dependencies for these in case implicit rule search skipped the
6560         nonexistent source directory.
6561         * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
6562         files with $(object-suffixes) as targets too.
6563         * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
6564         and a target for it using $(make-target-directory).
6566         * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
6568 2002-11-10  Roland McGrath  <roland@frob.com>
6570         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
6571         * sysdeps/generic/bits/pthreadtypes.h: ... here.
6573         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
6574         l_start == 0 and l_len == 1 as we do l_len == 0.
6576 2002-11-10  Ulrich Drepper  <drepper@redhat.com>
6578         * po/da.po: Update from translation team.
6580 2002-11-10  Roland McGrath  <roland@redhat.com>
6582         * config.make.in (includedir): New variable, substituted by configure.
6583         Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
6584         * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
6586 2002-11-10  Andreas Jaeger  <aj@suse.de>
6588         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
6589         REG_OLDMASK and REG_CR2 to synch with kernel header.
6590         (NGREG): Increase.
6592         * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
6593         aliasing problem.
6594         * nss/getXXbyYY_r.c (INTERNAL): Likewise.
6595         * nss/getnssent_r.c (__nss_getent_r): Likewise.
6596         (__nss_setent): Likewise.
6597         (__nss_getent_r): Likewise.
6598         * inet/getnetgrent_r.c (innetgr): Likewise.
6599         (__internal_setnetgrent_reuse): Likewise.
6600         (internal_getnetgrent_r): Likewise.
6601         * inet/ether_hton.c (ether_hostton): Likewise.
6602         * inet/ether_ntoh.c (ether_ntohost): Likewise.
6603         * sunrpc/netname.c (netname2user): Likewise.
6604         * sunrpc/publickey.c (getpublickey): Likewise.
6605         (getsecretkey): Likewise.
6607 2002-11-09  Marcus Brinkmann  <marcus@gnu.org>
6609         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
6610         error in range calculation.
6612 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
6614         * string/test-strspn.c (do_test): Ensure zero termination.
6615         * string/test-strpbrk.c (do_test): Likewise.
6616         * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
6617         * string/test-strncpy.c (stupid_strncpy): Likewise.
6618         * string/test-stpncpy.c (stupid_stpncpy): Likewise.
6620 2002-10-08  Roland McGrath  <roland@redhat.com>
6622         * string/test-string.h (test_init): Fill BUF1 and BUF2 with
6623         nonzero characters.
6625 2002-09-22  H.J. Lu  <hjl@gnu.org>
6627         * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
6628         from PAGE_SHIFT.  Define if not defined.  Check MMAP2_PAGE_SHIFT
6629         only if __NR_mmap2 is defined.
6631         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
6632         * sysdeps/unix/sysv/linux/mmap64.c: ... here.
6633         * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
6634         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
6636 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
6638         * posix/bug-regex13.c (tests): Add new test.
6640         * string/test-strchr.c (stupid_strchr): New function.
6641         (do_random_tests): Make sure the string is zero terminated.
6642         * string/test-strpbrk.c (stupid_strpbrk): New function.
6643         (do_random_tests): Make sure the string is zero terminated.
6644         * string/test-strcmp.c (stupid_strcmp): New function.
6645         (do_random_tests): Make sure the strings are zero terminated.
6646         * string/test-strspn.c (stupid_strspn): New function.
6647         (simple_strspn): Rename rej argument to acc.
6648         (do_random_tests): Make sure the string is zero terminated.
6649         * string/test-strcspn.c (stupid_strcspn): New function.
6650         * string/test-strncpy.c (stupid_strncpy): New function.
6651         * string/test-stpncpy.c (stupid_stpncpy): New function.
6652         * string/test-strncmp.c (stupid_strncmp): New function.
6653         (do_random_tests): Make sure the strings are zero terminated.
6654         * string/test-string.h (impl_t): Change test into long.
6655         (IMPL): Add __attribute__((aligned (sizeof (void *)))).
6657 2002-11-08  Roland McGrath  <roland@redhat.com>
6659         * sysdeps/ia64/elf/configure.in: Add TLS check.
6660         From Ian Wienand <ianw@cse.unsw.edu.au>.
6661         * sysdeps/ia64/elf/configure: Regenerated.
6663 2002-11-07  Roland McGrath  <roland@redhat.com>
6665         * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
6666         place of _IO_new_do_write.
6667         [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
6668         #undef before versioned_symbol use.
6670 2002-11-07  Richard Henderson  <rth@redhat.com>
6672         * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
6673         * configure: Regenerated.
6674         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
6675         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
6676         (RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
6677         _dl_fini via gp-relative relocations.
6678         * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
6680         * elf/tls-macros.h: Add alpha versions.
6681         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
6682         * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
6683         * sysdeps/unix/alpha/sysdep.h: Likewise.  Add SYSCALL_ERROR_HANDLER.
6684         * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
6685         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
6686         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
6687         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6688         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6689         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
6690         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
6691         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
6692         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6693         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6694         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6695         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
6696         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
6697         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6698         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6700         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
6701         Kill argument registers across the inline syscall.
6703         * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
6705         * linuxthreads/sysdeps/alpha/tls.h: New file.
6706         * sysdeps/alpha/dl-tls.h: New file.
6708 2002-10-29  David Mosberger  <davidm@hpl.hp.com>
6710         * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
6711         (gmon_initializer): New function.
6712         (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
6713         __gmon_start__ here.  Call it from gmon_initializer() instead.
6715 2002-03-12  H.J. Lu  <hjl@gnu.org>
6717         * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
6718         tst-array2, and tst-array3.
6719         [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
6720         [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
6721         ($(objpfx)tst-array1.out): New target.
6722         ($(objpfx)tst-array2): Likewise.
6723         ($(objpfx)tst-array2.out): Likewise.
6724         ($(objpfx)tst-array3.out): Likewise.
6725         * elf/tst-array1.c: New file.
6726         * elf/tst-array1.exp: Likewise.
6727         * elf/tst-array2.c: Likewise.
6728         * elf/tst-array2dep.c: Likewise.
6729         * elf/tst-array2.exp: Likewise.
6730         * elf/tst-array3.c: Likewise.
6732 2002-10-28  David Mosberger  <davidm@hpl.hp.com>
6734         * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
6735         Don't add L->l_addr to array entry values.
6737 2002-11-07  Jakub Jelinek  <jakub@redhat.com>
6739         * string/test-string.h: New file.
6740         * string/test-strlen.c: New file.
6741         * string/test-string.h: New file.
6742         * string/test-strcmp.c: New file.
6743         * string/test-strchr.c: New file.
6744         * string/test-strrchr.c: New file.
6745         * string/test-strcpy.c: New file.
6746         * string/test-stpcpy.c: New file.
6747         * string/test-strncpy.c: New file.
6748         * string/test-stpncpy.c: New file.
6749         * string/test-strpbrk.c: New file.
6750         * string/test-strcspn.c: New file.
6751         * string/test-strspn.c: New file.
6752         * string/test-strcat.c: New file.
6753         * string/test-strncmp.c: New file.
6754         * string/test-memchr.c: New file.
6755         * string/test-memcmp.c: New file.
6756         * string/test-memset.c: New file.
6757         * string/test-memcpy.c: New file.
6758         * string/test-mempcpy.c: New file.
6759         * string/test-memmove.c: New file.
6760         * string/Makefile (strop-tests): New variable.
6761         (tests): Add strop-tests.
6762         (distribute): Add test-string.h.
6764 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
6766         * posix/regcomp.c: Use tabs instead of spaces.
6767         * posix/regexec.c: Likewise.
6768         * posix/regex_internal.h: Likewise.
6770         * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
6772 2002-11-06  Jakub Jelinek  <jakub@redhat.com>
6774         * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
6775         here.
6776         (regcomp): Don't set can_be_null here.
6777         (re_comp): Clear whole re_comp_buf with the exception of fastmap.
6778         (re_compile_internal): Clear can_be_null, set regs_allocated.
6780         * posix/regcomp.c (re_set_fastmap): New function.
6781         (re_compile_fastmap_iter): Use it.  Remove redundant type ==
6782         COMPLEX_BRACKET check.
6783         * posix/regexec.c (re_search_internal): Optimize searching with
6784         fastmap.  Call re_string_reconstruct even if match_first is
6785         smaller than raw_mbs_idx.
6787 2002-11-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
6789         * posix/regcomp (free_dfa_content): Use free_state.
6790         * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
6791         pointers in case that realloc failed.
6792         (re_node_set_merge): Likewise.
6793         (register_state): Likewise.
6794         (create_newstate_common): Invoke memory release functions in case of
6795         error conditions.
6796         (create_ci_newstate): Likewise.
6797         (create_cd_newstate): Likewise.
6798         (free_state): New function.
6799         * posix/regexec.c (re_search_internal): Invoke memory release
6800         functions in case of error conditions.
6801         (sift_states_backward): Likewise.
6802         (merge_state_array): Likewise.
6803         (add_epsilon_src_nodes): Likewise.
6804         (sub_epsilon_src_nodes): Likewise.
6805         (search_subexp): Likewise.
6806         (sift_states_bkref): Likewise.
6807         (transit_state_sb): Likewise.
6808         (transit_state_mb): Likewise.
6809         (transit_state_bkref_loop): Likewise.
6810         (group_nodes_into_DFAstates): Likewise.
6811         (push_fail_stack): Don't edit pointers in case that realloc failed.
6812         (extend_buffers): Likewise.
6813         (match_ctx_add_entry): Likewise.
6815 2002-11-06  Roland McGrath  <roland@redhat.com>
6817         * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
6818         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6820         * configure.in: Add checks on as and ld for binutils 2.13 or later.
6821         * configure: Regenerated.
6823 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
6825         * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
6826         If re_compile_internal failed free fastmap buffer.
6827         (free_dfa_content): Broken out of regfree function.  Frees all dfa
6828         related data.
6829         (regfree): Add free_dfa_content.
6830         (re_compile_internal): If any of the called functions fails free
6831         all dfa related memory.
6833 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6835         * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
6836         warnings from the kernel headers.
6838 2002-11-05  Roland McGrath  <roland@redhat.com>
6840         * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
6841         From Johannes Stezenbach <js@convergence.de>.
6843         * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
6844         #errlist-compat magic comment to give 123 as size.
6845         (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
6846         (libc: GLIBC_2.2): ... here.
6847         (libc: GLIBC_2.3): Likewise.
6849 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6851         * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
6852         which happens at the beginning so that we can unload modules in
6853         __libc_freeres.
6855 2002-11-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6857         * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
6858         under [__USE_MISC || _ASM].
6860         * elf/elf.h: Remove the obsolete SH TLS relocations.
6862 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6864         * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
6866 2002-11-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
6869         __NR_pread64 and __NR_pwrite64.
6870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6871         * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
6872         and __NR_pwrite64.
6873         Revert change to use INLINE_SYSCALL.
6874         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6875         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6876         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6877         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
6878         INLINE_SYSCALL.
6879         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
6882         Update clobber list and add a comment about the syscall ABI.
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
6885         s_pwrite64, s_ftruncate, s_truncate): Re-add.
6887 2002-11-05  Jakub Jelinek  <jakub@redhat.com>
6889         * iconv/gconv_dl.c (free_mem): Clear loaded.
6890         * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
6891         cleanup if any.
6893 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6895         * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
6897         * libio/ioseekoff.c: Remove INTDEF.  Define _IO_seekoff_unlocked.  Same
6898         as old code without locking.  _IO_seekoff calls this function after
6899         locking the stream.
6900         * libio/ioseekpos.c: Likewise for _IO_seekpos.
6901         * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
6902         prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
6903         prototypes.
6904         * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
6905         of _IO_seekoff_internal.
6906         (_IO_rewind): Likewise.
6907         * libio/ioftell.c: Likewise.
6908         * libio/ftello.c: Likewise.
6909         * libio/ftello64.c: Likewise.
6910         * libio/iofgetpos.c: Likewise.
6911         * libio/iofgetpos64.c: Likewise.
6912         * libio/oldiofgetpos.c: Likewise.
6913         * libio/oldiofgetpos64.c: Likewise.
6914         * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
6915         _IO_seekpos_internal.
6916         * libio/iofsetpos64.c: Likewise.
6917         * libio/oldiofsetpos.c: Likewise.
6918         * libio/oldiofsetpos64.c: Likewise.
6920 2002-11-04  Roland McGrath  <roland@redhat.com>
6922         * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
6923         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
6924         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
6925         * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
6926         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6927         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6928         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6929         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
6930         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
6931         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
6933         s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
6934         sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
6935         Remove these, no longer used.
6937 2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
6940         s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
6941         s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
6942         s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
6943         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
6944         s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
6945         syscall stubs.
6947         * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
6948         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6949         * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
6950         and __NR_pread.
6951         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6952         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
6953         and __NR_pwrite.
6954         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6956 2002-11-03  Roland McGrath  <roland@redhat.com>
6958         * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
6959         `_dl_tls_static_used'.
6960         * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
6961         (__libc_setup_tls): Initialize it.  Let the initial value of
6962         _dl_tls_static_size indicate some surplus space in the computed value.
6963         * elf/dl-open.c (_dl_tls_static_size): New variable.
6964         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
6965         _dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
6966         * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
6967         (CHECK_STATIC_TLS): Use it.
6968         * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
6969         closed objects occupied a trailing contiguous chunk of static TLS area.
6971 2002-10-18  Bruno Haible  <bruno@clisp.org>
6973         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
6975 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
6977         * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
6978         _wide_data->_IO_read_end if adjustment can be made in the current
6979         buffer.
6981         * sysdeps/unix/sysv/linux/fexecve.c: New file.
6983         * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
6984         wide oriented streams are used.
6986         * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
6987         service hasn't been used [PR libc/4744].
6989         * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
6990         Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
6992         * manual/examples/dir.c: Don't include <stddef.h>.
6993         * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
6994         Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
6996 2002-11-02  H.J. Lu  <hjl@gnu.org>
6998         * stdio-common/reg-printf.c: Include <stddef.h>.
7000 2002-11-03  Ulrich Drepper  <drepper@redhat.com>
7002         * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
7004         * po/ca.po: Update from translation team.
7005         * po/es.po: Likewise.
7007         * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
7008         is defined write out memory map.
7009         * sysdeps/unix/sysv/linux/segfault.c: New file.
7011 2002-11-02  Roland McGrath  <roland@redhat.com>
7013         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
7014         pointers that can alias.
7015         Reported by Daniel Jacobowitz <drow@mvista.com>.
7017         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
7019 2002-11-02  Roland McGrath  <roland@redhat.com>
7021         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
7022         description to be clearer and to say that *RESULT is set to ENTRY.
7024 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
7026         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
7027         dests_ch arrays together.  Alloca or malloc dest_states,
7028         dest_states_word and dest_states_nl arrays together.  Free memory on
7029         error exit.
7031 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
7033         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
7034         and current_saltbits.
7036 2002-11-02  Roland McGrath  <roland@redhat.com>
7038         * stdio-common/reg-printf.c: Include <stdlib.h>.
7040 2002-11-02  H.J. Lu  <hjl@gnu.org>
7042         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
7043         caller to EXTRA instead of execve.
7045 2002-11-01  Roland McGrath  <roland@redhat.com>
7047         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
7048         in place of [!(USE_TLS && HAVE___THREAD)].
7049         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
7051 2002-10-31  Roger Sayle  <roger@eyesopen.com>
7053         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
7054         New macros.
7055         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7057         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
7058         without defining FP_ROUNDMODE.
7060 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
7062         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
7063         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
7064         declare_symbol.
7065         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
7066         (OLD_SIGLIST_SIZE): Define.
7067         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
7068         (OLD_SIGLIST_SIZE): Define.
7069         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
7071 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
7073         * sysdeps/ia64/strncpy.S: Fix recovery code.
7075 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
7077         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
7078         New macros.
7079         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
7080         text_set_element.
7081         * elf/dl-libc.c (free_mem): Likewise.
7082         * iconv/gconv_conf.c (free_mem): Likewise.
7083         * iconv/gconv_db.c (free_mem): Likewise.
7084         * iconv/gconv_dl.c (free_mem): Likewise.
7085         * iconv/gconv_cache.c (free_mem): Likewise.
7086         * intl/finddomain.c (free_mem): Likewise.
7087         * intl/dcigettext.c (free_mem): Likewise.
7088         * locale/setlocale.c (free_mem): Likewise.
7089         * misc/fstab.c (fstab_free): Likewise.
7090         * nss/nsswitch.c (free_mem): Likewise.
7091         * posix/regcomp.c (free_mem): Likewise.
7092         * resolv/gai_misc.c (free_res): Likewise.
7093         * stdlib/fmtmsg.c (free_mem): Likewise.
7094         * sunrpc/clnt_perr.c (free_mem): Likewise.
7095         * sysdeps/generic/setenv.c (free_mem): Likewise.
7096         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
7097         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
7098         * time/tzset.c (free_mem): Likewise.
7099         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
7100         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
7101         * malloc/set-freeres.c (__libc_freeres): Likewise.
7103         * login/getutent.c: Include stdlib.h instead of stddef.h.
7104         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
7105         (__getutent): Allocate buffer the first time it is run.
7106         * login/getutid.c: Include stdlib.h instead of stddef.h.
7107         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
7108         (__getutid): Allocate buffer the first time it is run.
7109         * login/getutline.c: Include stdlib.h instead of stddef.h.
7110         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
7111         (__getutline): Allocate buffer the first time it is run.
7112         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
7113         (mtrace): Allocate malloc_trace_buffer.
7114         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
7115         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
7116         * string/strerror.c: Include libintl.h and errno.h.
7117         (buf): New variable.
7118         (strerror): Only allocate buffer if actually needed (unknown error).
7119         * time/tzfile.c (transitions): Add libc_freeres_ptr.
7120         (freeres): Remove.
7122 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
7124         * include/libc-symbols.h (libc_freeres_ptr): New macro.
7125         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
7126         symbol_set_define.
7127         (__libc_freeres): Free all pointers in that section.
7128         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
7129         commands when creating .lds script.
7130         (LDSEDCMD-c.so): New variable.
7131         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
7132         (rcmd_af): Use strdup to allocate ahostbuf.
7133         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
7134         (rexec_af): Use strdup to allocate ahostbuf.
7135         * stdio-common/reg-printf.c (printf_funcs): Remove.
7136         (__printf_arginfo_table): Change into printf_arginfo_function **.
7137         Add libc_freeres_ptr.
7138         (__register_printf_function): Allocate __printf_arginfo_table
7139         and __printf_function_table the first time it is called.
7140         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
7141         printf_arginfo_function **.
7142         (parse_one_spec): Add __builtin_expect.
7143         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
7144         (free_mem): Remove.
7145         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
7146         (free_mem): Remove.
7147         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
7148         (string_space, map): Add libc_freeres_ptr.
7149         (free_mem): Remove.
7150         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
7151         (free_mem): Remove.
7152         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
7153         (free_mem): Remove.
7154         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
7155         (buffer): Add libc_freeres_ptr.
7156         (free_mem): Remove for _LIBC.
7157         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
7158         (free_mem): Remove.
7159         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
7160         (free_mem): Remove.
7161         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
7162         (free_mem): Remove.
7163         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
7164         (free_mem): Remove.
7165         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
7166         (free_mem): Remove.
7167         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
7168         (free_mem): Remove.
7169         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
7170         libc_freeres_ptr.
7171         (free_mem): Remove.
7172         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
7173         libc_freeres_ptr.
7174         (free_mem): Remove.
7176 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
7178         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
7179         instead of duplicating the whole function in libc.
7181 2002-10-31  Roland McGrath  <roland@redhat.com>
7183         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
7184         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
7186 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
7188         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
7189         32bit-predefine when creating .new32 list and -U for each
7190         32bit-predefine when creating .new64 list.
7191         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
7193 2002-10-29  Andreas Schwab  <schwab@suse.de>
7195         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
7196         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
7198 2002-10-25  Roland McGrath  <roland@redhat.com>
7200         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
7201         * sysdeps/unix/sysv/linux/configure: Regenerated.
7203         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
7204         _dl_starting_up decl.
7206 2002-10-20  H.J. Lu  <hjl@gnu.org>
7208         * sysdeps/unix/sysv/linux/configure.in: Don't check
7209         /lib/modules/`uname -r`/build/include for kernel headers if
7210         cross compiling.
7211         * sysdeps/unix/sysv/linux/configure: Regenerated.
7213 2002-10-25  Roland McGrath  <roland@redhat.com>
7215         * math/math.h (M_LOG2El): Correct the value.
7216         From Stephen L Moshier <steve@moshier.net>.
7218         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
7219         conditional from __libc_multiple_libcs access.  Remove kludge for weak
7220         symbol access with old compilers we no longer support.
7221         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
7222         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
7224 2002-10-25  Roland McGrath  <roland@redhat.com>
7226         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
7227         implement SV_RESETHAND by translating it to SA_RESETHAND.
7229 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
7231         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
7232         type on ELF64 platforms.
7234 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
7236         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
7238         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
7240 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
7242         * elf/dl-misc.c: Include <sysdep.h>.
7243         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
7245         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
7246         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
7247         (INLINE_SYSCALL): Use that.
7248         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
7249         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
7250         (INLINE_SYSCALL): Use that.
7251         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
7252         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
7253         (INLINE_SYSCALL): Use that.
7254         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
7255         dl-sysdep.h.
7256         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
7257         (__INTERNAL_SYSCALL_STRING): Define.
7258         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
7259         dl-sysdep.h.
7260         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
7261         (__INTERNAL_SYSCALL_STRING): Define.
7262         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
7263         __SYSCALL_STRING to inline_syscall*.
7264         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
7265         New macros.
7266         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
7267         inline_syscall4, inline_syscall5, inline_syscall6): Add string
7268         argument.
7270 2002-10-24  Roland McGrath  <roland@redhat.com>
7272         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
7273         * sysdeps/unix/sysv/linux/init-first.c: Not here.
7274         * sysdeps/powerpc/elf/libc-start.c: Or here.
7275         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
7276         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
7277         * sysdeps/unix/sysv/aix/init-first.c: Or here.
7278         * sysdeps/generic/libc-start.c: Or here.
7279         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
7280         access with [! SHARED].
7281         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
7283         * libio/bug-wfflush.c: New file.
7284         * libio/Makefile (tests): Add bug-wfflush.
7286 2002-10-23  Roland McGrath  <roland@redhat.com>
7288         * stdio-common/tst-fphex.c: New file.
7289         * stdio-common/Makefile (tests): Add tst-fphex.
7290         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
7291         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
7292         chars always before the value digits.
7293         Reported by James Antill <james.antill@redhat.com>.
7295 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
7297         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
7298         (free_mem): New function.
7299         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
7300         if not cross compiling.
7301         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
7302         (bug-regex14-ENV): Set.
7303         (bug-regex14-mem): New target.
7304         * posix/bug-regex14.c: New file.
7306 2002-10-23  Roland McGrath  <roland@redhat.com>
7308         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
7309         target, so we don't touch it when the link fails.
7311         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
7312         Check for the result overflowing off_t and fail with EOVERFLOW.
7313         * libio/ioftell.c (_IO_ftell): Likewise.
7314         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
7316         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
7317         use a temporary timeval on the stack for gettimeofday and copy it.
7318         * login/logout.c (logout): Likewise.
7319         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
7321         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
7322         Use __SWORD_TYPE instead of int for member types.
7323         (struct statfs64): Likewise.
7324         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
7325         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
7326         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
7327         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
7328         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
7330         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
7331         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
7332         (ST_NODIRATIME): Restore fixed value of 2048.
7333         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
7334         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
7336         Rearranged <bits/types.h> definitions to reduce duplication.
7337         * sysdeps/generic/bits/types.h: Rewritten, using macros from
7338         <bits/wordsize.h> and new header <bits/typesizes.h>.
7339         * posix/Makefile (headers): Add bits/typesizes.h here.
7340         * sysdeps/generic/bits/typesizes.h: New file.
7341         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
7342         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
7343         * sysdeps/mach/hurd/bits/typesizes.h: New file.
7344         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
7345         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
7346         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
7347         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
7348         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
7349         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
7350         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
7351         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
7352         <bits/pthreadtypes.h> here, not in <bits/types.h>.
7353         * signal/signal.h: Likewise.
7355         * streams/stropts.h: Include <bits/xtitypes.h>.
7356         * streams/Makefile (headers): Add bits/xtitypes.h here.
7357         * sysdeps/generic/bits/xtitypes.h: New file.
7358         * sysdeps/s390/bits/xtitypes.h: New file.
7359         * sysdeps/ia64/bits/xtitypes.h: New file.
7360         * sysdeps/x86_64/bits/xtitypes.h: New file.
7362         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
7363         * sysdeps/generic/bits/ipctypes.h: New file.
7364         * sysdeps/mips/bits/ipctypes.h: New file.
7365         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
7366         * sysdeps/gnu/bits/msq.h: Likewise.
7367         * sysvipc/sys/ipc.h: Likewise.
7369 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
7371         * elf/dl-load.c (struct filebuf): For buf element to have the
7372         alignment of ElfXX_Ehdr since this is what will be stored in it.
7374 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
7376         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
7377         into pointer to locrec_offset.
7378         (add_locale_to_archive): Adjust callers.  Free normalized_name right
7379         before returning, not immediately after add_locale, pass it to
7380         add_alias if not NULL instead of name.  Rename second normalized_name
7381         occurence to nnormalized_codeset_name.
7383         * locale/programs/locarchive.c (enlarge_archive): Make sure
7384         string_size is always a multiple of 4.
7385         Reported by Andreas Schwab <schwab@suse.de>.
7387 2002-10-21  Andreas Schwab  <schwab@suse.de>
7389         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
7390         caller to EXTRA instead of execve, since the latter has a
7391         higher-priority implementation in linuxthreads.
7393 2002-10-21  Roland McGrath  <roland@redhat.com>
7395         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
7396         slotinfo list's len member to the proper size, not just 1.
7397         Initialize static_map.l_tls_initimage.
7399         * elf/dl-open.c (dl_open_worker): Fix loop searching for
7400         dtv_slotinfo_list element containing new modules' l_tls_modid.
7402         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
7403         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
7404         * elf/Makefile (tests): Add tst-tls9.
7405         (tests-static): Add tst-tls9-static.
7406         (tst-tls9-static-ENV): New variable.
7407         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
7409         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
7410         modids used by partially loaded modules being closed can't be known.
7412 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
7414         * posix/Makefile: Add a test case for the bug reported by Aharon
7415         Robbins <arnold@skeeve.com>.
7416         * posix/bug-regex13.c: New file.
7417         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
7419 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
7421         * csu/gmon-start.c: Pretty printing.
7423 2002-10-19  Art Haas  <ahaas@neosoft.com>
7425         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
7426         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
7427         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
7428         * configure: Regenerated.
7430 2002-10-19  Roland McGrath  <roland@redhat.com>
7432         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
7433         and then set $subdirs directly, because the new Autoconf breaks
7434         compatibility in every way imaginable and insists on whining
7435         about usage that worked since the dawn of time.
7436         * configure: Regenerated.
7438         * configure: Regenerated (using Autoconf 2.54).
7439         * sysdeps/alpha/elf/configure: Likewise.
7440         * sysdeps/generic/configure: Likewise.
7441         * sysdeps/i386/elf/configure: Likewise.
7442         * sysdeps/ia64/elf/configure: Likewise.
7443         * sysdeps/mach/hurd/configure: Likewise.
7444         * sysdeps/mach/configure: Likewise.
7445         * sysdeps/unix/configure: Likewise.
7446         * sysdeps/unix/common/configure: Likewise.
7447         * sysdeps/unix/sysv/aix/configure: Likewise.
7448         * sysdeps/unix/sysv/linux/configure: Likewise.
7449         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7450         * sysdeps/x86_64/elf/configure: Likewise.
7452         * config.make.in: Nix completely-soft nonsense.
7453         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
7454         of machine directories instead of fpu subdirectory.
7455         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
7456         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
7457         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
7458         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
7459         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
7460         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
7461         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
7462         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
7463         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
7464         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
7465         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
7466         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
7467         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
7468         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
7469         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
7470         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
7471         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
7472         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
7473         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
7474         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
7475         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
7476         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
7477         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
7478         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
7479         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
7480         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
7481         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
7482         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
7483         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
7484         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
7485         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
7486         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
7487         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
7488         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
7489         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
7490         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
7491         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
7492         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
7493         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
7494         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
7496 2002-10-19  Bruno Haible  <bruno@clisp.org>
7498         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
7500 2002-10-18  Roland McGrath  <roland@redhat.com>
7502         * io/Makefile (routines): Add lchmod.
7503         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
7504         * sysdeps/generic/lchmod.c: New file.
7505         * sysdeps/mach/hurd/lchmod.c: New file.
7506         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
7508 2002-10-18  Art Haas  <ahaas@neosoft.com>
7510         * configure.in: Remove remaining AC_FD_CC macros, and replace
7511         AC_FD_MSG with AS_MESSAGE_FD.
7513 2002-10-18  Roland McGrath  <roland@redhat.com>
7515         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
7516         typos: VALUE -> FINALADDR.
7518         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
7519         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
7520         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
7521         (inline_syscall6): Move these macros ...
7522         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
7524         * configure.in (libc_link_dests, libc_link_sources): Remove these
7525         variables and the AC_LINK_FILES call.
7527         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
7528         change to put new symbols here instead of in GLIBC_2.2.
7529         * sysdeps/powerpc/Subdirs: Move this file ...
7530         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
7532 2002-10-07  Roland McGrath  <roland@redhat.com>
7534         * sysdeps/generic/bits/time.h: Replaced with contents of the
7535         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
7536         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
7537         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
7538         macros is ok even for architectures that don't now implement them.
7539         * sysdeps/mach/hurd/bits/time.h: File removed.
7540         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
7541         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
7542         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
7543         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
7544         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
7546 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
7548         * configure.in: Replace obsolete AC_OUTPUT syntax with
7549         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
7551         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
7552         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
7554         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
7555         * sysdeps/alpha/elf/configure.in: Likewise.
7556         * sysdeps/i386/elf/configure.in: Likewise.
7557         * sysdeps/mach/hurd/configure.in: Likewise.
7558         * sysdeps/x86_64/elf/configure.in: Likewise.
7560         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
7562         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
7563         * sysdeps/generic/configure.in: Likewise.
7564         * sysdeps/i386/elf/configure.in: Likewise.
7565         * sysdeps/ia64/elf/configure.in: Likewise.
7566         * sysdeps/mach/configure.in: Likewise.
7567         * sysdeps/mach/hurd/configure.in: Likewise.
7568         * sysdeps/unix/configure.in: Likewise.
7569         * sysdeps/unix/common/configure.in: Likewise.
7570         * sysdeps/unix/sysv/aix/configure.in: Likewise.
7571         * sysdeps/unix/sysv/linux/configure.in: Likewise.
7572         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
7573         * sysdeps/x86_64/elf/configure.in: Likewise.
7575         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
7576         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
7577         that it's obvious when extra autoconf machinery is being dragged in.
7579 2002-10-18  Roland McGrath  <roland@redhat.com>
7581         * configure.in: Remove bogus echo included in
7582         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
7583         * configure: Regenerated.
7585 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
7587         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
7588         (statfs_filesize_max): New function.
7589         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
7590         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
7591         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
7592         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
7593         statfs_filesize_max.
7594         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
7595         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
7596         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
7598 2002-10-17  Roland McGrath  <roland@redhat.com>
7600         * configure.in (MIG): Just AC_SUBST it here.
7601         * configure: Regenerated.
7602         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
7603         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
7604         * sysdeps/mach/configure: Regenerated.
7606         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
7607         and AC_PROVIDE([_AS_CR_PREPARE]).
7609         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
7610         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
7612         * elf/dl-support.c: Move _dl_tls_* variables to ...
7613         * sysdeps/generic/libc-tls.c: ... here.
7615         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
7616         allow IDX to be one past the current last slotinfo entry.
7617         (_dl_close): Pass IMAP->l_init_called for that parameter.
7619 2002-10-07  Andreas Schwab  <schwab@suse.de>
7621         * aclocal.m4: Fix for autoconf 2.53.
7622         * configure.in: Likewise.  Require autoconf 2.53.
7624 2002-10-08  Richard Henderson  <rth@redhat.com>
7626         * soft-fp/op-4.h: Handle carry correctly in
7627         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
7628         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
7629         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
7631 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
7633         * configure.in: Compute completely-soft.
7634         * config.make.in: Make completely-soft available to sub-makes.
7635         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
7636         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
7637         fe_nomask to libm-support.
7638         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
7639         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
7640         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
7641         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
7642         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
7643         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
7644         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
7645         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
7646         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
7647         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
7648         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
7649         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
7650         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
7651         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
7652         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
7653         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
7654         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
7655         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
7656         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
7657         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
7658         __sim_round_mode.
7659         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
7660         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
7661         FP_HANDLE_EXCEPTIONS.
7662         Define FP_ROUNDMODE.
7663         Redefine FP_* macros to correspond to the FE_* bit positions.
7664         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
7665         Define externs for __sim_exceptions, __sim_disabled_exceptions,
7666         __sim_round_mode, __simulate_exceptions.
7667         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
7668         * sysdeps/powerpc/bits/fenv.h: ...to here.
7670 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
7672         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
7673         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
7674         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
7675         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
7676         __builtin_expect.
7678 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
7680         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
7681         __libc_res_nsend): New prototypes.
7682         * resolv/res_query.c (QUERYSIZE): Define.
7683         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
7684         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
7685         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
7686         res_nsend, pass answerp.
7687         (res_nquery): Changed into wrapper around __libc_res_nquery.
7688         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
7689         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
7690         instead of the non-__libc_ variants, pass them answerp.
7691         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
7692         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
7693         Added answerp argument.  Call __libc_res_nquery instead of
7694         res_nquery, pass answerp.
7695         (res_nquerydomain): Changed into wrapper around
7696         __libc_res_nquerydomain.
7697         * resolv/res_send.c: Include sys/ioctl.h.
7698         (MAXPACKET): Define.
7699         (send_vc): Change arguments.  Reallocate answer buffer if it is
7700         too small.
7701         (send_dg): Likewise.
7702         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
7703         Reallocate answer buffer if it is too small and hooks are in use.
7704         Adjust calls to send_vc and send_dg.
7705         (res_nsend): Changed into wrapper around __libc_res_nsend.
7706         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
7707         just 1K answer buffer on the stack, use __libc_res_nsearch instead
7708         of res_nsearch.
7709         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
7710         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
7711         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
7712         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
7713         (gethostbyaddr): Similarly with __libc_res_nquery.
7714         * resolv/Versions (libresolv): Export __libc_res_nquery and
7715         __libc_res_nsearch at GLIBC_PRIVATE.
7717 2002-10-17  Roland McGrath  <roland@redhat.com>
7719         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
7720         * configure: Regenerated.
7722         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
7723         before performing the reloc, not after.
7724         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
7726 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
7728         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
7729         * locale/programs/linereader.c (lr_open): Likewise.
7730         * locale/programs/charmap-dir.c (charmap_open): Likewise.
7731         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
7733 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
7735         * posix/bug-regex11.c: Add a test case for the bug reported by
7736         Paolo Bonzini <bonzini@gnu.org>.
7737         * posix/regexec.c (sift_states_bkref): Use correct destination of
7738         the back reference.
7740 2002-10-17  Roland McGrath  <roland@redhat.com>
7742         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
7743         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
7744         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
7745         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
7746         Call it after performing TPOFF relocs.
7747         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
7748         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
7749         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
7751         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
7752         when closing a partially-initialized object.
7754         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
7755         instead of _dl_fatal_printf when we see PT_TLS.
7757         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
7758         instead of $(libof-$<).
7760 2002-10-16  Roland McGrath  <roland@redhat.com>
7762         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
7763         instead of += to append, to be sure $(lib) gets expanded at defn time.
7764         (libof-$(cpp-src)): New variable, define this instead.
7765         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
7766         (lib): Don't use override.
7767         (CPPFLAGS-$(lib)): New variable, put -D's here.
7768         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
7769         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
7770         LIB found by $(libof-*) for basename, target, or source.
7771         * Makerules (CPPFLAGS-nonlib): New variable.
7772         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
7773         * locale/Makefile (lib): Likewise.
7774         * sunrpc/Makefile (lib): Likewise.
7776         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
7777         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
7778         * sysdeps/unix/sysv/linux/pathconf.h: New file.
7779         (statfs_link_max): New function, guts from fpathconf.c.
7780         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
7781         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
7782         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
7783         to use the linux/pathconf.c code by #include rather than duplication.
7784         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
7786 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7788         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7789         Use __libc_errno only for libc itself.
7791 2002-10-16  Andreas Jaeger  <aj@suse.de>
7793         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
7795 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
7797         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
7798         Use __libc_errno only for libc itself.
7800 2002-10-15  Roland McGrath  <roland@redhat.com>
7801             Jakub Jelinek  <jakub@redhat.com>
7803         * sysdeps/unix/sysv/linux/Makefile
7804         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
7805         sparc/Makefile to produce a bi-arch file as needed.
7806         That's now parameterized by the variable $(64bit-predefine).
7807         Use LC_ALL=C for `comm' commands in that rule.
7808         No longer conditional on [$(no_syscall_list_h)].
7809         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
7810         (64bit-predefine): New variable.
7811         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
7812         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
7813         * sysdeps/unix/sysv/linux/powerpc/Makefile
7814         (64bit-predefine): New variable.
7816 2002-10-15  Roland McGrath  <roland@redhat.com>
7818         * sysdeps/unix/sysv/linux/Makefile
7819         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
7821         * login/utmp-private.h: Declare __libc_utmp_lock.
7822         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
7823         and call __libc_utmp_jump_table functions directly, instead of using
7824         __setutent et al.
7826         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
7827         * sysdeps/unix/sysv/linux/configure: Regenerated.
7829         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
7830         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
7831         Use int32_t for ll_time.
7832         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
7833         Use int32_t instead of long int for ut_session.
7834         Use an anonymous struct with 32-bit fields for ut_tv.
7835         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
7836         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
7837         here as in utmp.h for `struct utmp'.
7838         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
7839         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
7840         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
7841         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
7842         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
7843         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
7845         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
7846         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
7847         All the following files were identical or equivalent to it.
7848         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
7849         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
7850         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
7851         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
7852         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
7853         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
7854         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
7855         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
7856         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
7857         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
7859         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
7860         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
7861         Other than the previously incorrect sign of msg_iovlen, this is a
7862         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
7863         match their layouts as well, so the following are now identical to it.
7864         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
7865         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
7866         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
7867         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
7868         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
7870 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7872         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
7873         Define for 2.4+ kernels.
7875         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
7876         are known to have the vfork syscall.  Don't confuse the CPUs
7877         branch prediction unit by jumping to the return address.
7879         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
7880         support for reiserfs and xfs.
7882         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
7883         XFS link count.
7884         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
7885         and XFS_LINK_MAX.
7886         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
7888 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7890         * include/libc-symbols.h (attribute_tls_model_ie): Define.
7891         * include/errno.h (errno): Define to __libc_errno in libc.so.
7892         Add attribute_tls_model_ie.
7893         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
7894         Add attribute_tls_model_ie.
7895         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
7896         attribute_tls_model_ie.
7897         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
7898         (h_errno): Define.
7899         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
7900         (_res): Define.
7901         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
7902         attribute_tls_model_ie.
7903         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
7904         __thread.
7905         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
7906         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
7907         __libc_errno in USE___THREAD case.
7908         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7909         Likewise.
7910         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
7911         __attribute__((tls_model (""))).
7912         * configure: Rebuilt.
7913         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
7915 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7917         * timezone/asia: Update from tzdata2002d.
7918         * timezone/australasia: Likewise.
7919         * timezone/iso3166.tab: Likewise.
7920         * timezone/southamerica: Likewise.
7921         * timezone/zone-tab: Likewise.
7923 2002-10-15  Roland McGrath  <roland@redhat.com>
7925         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
7926         Adjust TCB pointer before calling free, so we get the whole block.
7928 2002-10-14  Roland McGrath  <roland@redhat.com>
7930         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
7931         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
7932         extern using attribute_hidden instead of static, avoids warning.
7934 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
7936         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
7937         * sysdeps/unix/sysv/linux/configure: Rebuilt.
7939 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7941         * po/sv.po: Update from translation team.
7943 2002-10-12  H.J. Lu  <hjl@gnu.org>
7945         * sunrpc/thrsvc.c (PROCQUIT): New.
7946         (struct rpc_arg): New.
7947         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
7948         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
7949         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
7950         (main): Modified for struct rpc_arg *.
7952 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7954         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
7956 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
7958         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
7959         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
7960         in ld.so even if __thread is supported.
7962 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
7964         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
7965         Add hack to prevent the compiler from clobbering the signal context.
7966         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
7967         Likewise.
7968         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
7969         Likewise.
7971 2002-10-14  Andreas Jaeger  <aj@suse.de>
7973         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
7974         Guido Guenther <agx@sigxcpu.org>.
7976 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7978         * po/sk.po: Update from translation team.
7980 2002-09-26  Roland McGrath  <roland@redhat.com>
7982         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
7983         dynamic string tag.
7984         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
7985         DL_DST_LIB based on $(slibdir).
7987 2002-10-13  Roland McGrath  <roland@frob.com>
7989         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
7991         * sysdeps/mach/hurd/getresuid.c: New file.
7992         * sysdeps/mach/hurd/getresgid.c: New file.
7993         * sysdeps/mach/hurd/setresuid.c: New file.
7994         * sysdeps/mach/hurd/setresgid.c: New file.
7996         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
7997         setresgid): Declare them.
7998         * NEWS: Mention it.
7999         * include/unistd.h
8000         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
8001         add libc_hidden_proto.
8002         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
8003         getresuid, getresgid, setresuid, setresgid here.
8004         * Versions.def (libc): Define GLIBC_2.3.2 set.
8005         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
8006         Add libc_hidden_def.
8007         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
8008         * sysdeps/generic/setresgid.c: New file.
8009         * sysdeps/generic/setresuid.c: New file.
8010         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
8011         (sysdep_routines): Don't add getresuid and getresgid here.
8012         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
8013         (sysdep_routines): Don't add setresuid and setresgid here.
8014         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
8015         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
8016         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
8017         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
8018         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8019         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
8020         * posix/Makefile (routines): Add them all here instead.
8021         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
8022         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
8023         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
8024         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
8025         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
8026         [! __NR_setresuid]: Include generic file.
8027         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
8028         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
8029         [! __NR_setresuid]: Include generic file.
8030         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
8031         Caller is - now, not EXTRA.
8032         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
8033         (setresuid, setresgid, getresuid, getresgid): Likewise.
8034         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
8035         Add these calls here.
8036         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
8037         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
8038         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8039         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8040         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
8041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
8042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
8043         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8044         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
8046         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
8047         (sysdep_routines): Add setfsuid and setfsgid here.
8048         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
8049         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
8050         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
8051         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
8052         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
8053         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
8054         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8055         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
8057         * hurd/errno.c: Renamed to ...
8058         * hurd/errno-loc.c: ... this.
8059         * hurd/Makefile (routines): errno -> errno-loc
8061 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
8063         * po/de.po: Update from translation team.
8065         * MakeTAGS: Add -E flag to xgettext runs.
8067 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
8069         * po/fr.po: Update from translation team.
8071         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
8072         Optimize a bit for use in glibc.
8074 2002-10-12  Roland McGrath  <roland@redhat.com>
8076         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
8077         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
8079 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
8081         * po/sv.po: Update from translation team.
8083 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
8085         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
8086         OP_CONTEXT_NODE.
8087         (regfree): Likewise.
8088         (create_initial_state): Likewise.
8089         (analyze): Remove the substitutions which became useless.
8090         (calc_first): Likewise.
8091         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
8092         epsilon destination.
8093         (duplicate_node_closure): New function.
8094         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
8095         (calc_inveclosure): Likewise.
8096         (calc_eclosure): Likewise.
8097         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
8098         direct invocation of duplicate_node.
8099         (parse): Don't use comma operator in the return to avoid compiler
8100         warning.
8101         (parse_reg_exp): Likewise.
8102         (parse_branch): Likewise.
8103         (parse_expression): Likewise.
8104         (parse_sub_exp): Likewise.
8105         (parse_dup_op): Likewise.
8106         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
8107         which became useless.
8108         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
8109         (create_cd_newstate): Likewise.
8110         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
8111         (re_token_t): Likewise.
8112         (re_dfa_t): Likewise.
8113         (re_node_set_remove): New macro.
8114         * posix/regexec.c (check_matching): Remove the handling
8115         OP_CONTEXT_NODE.
8116         (check_halt_node_context): Likewise.
8117         (proceed_next_node): Likewise.
8118         (pop_fail_stack): Fix the memory leak.
8119         (set_regs): Likewise.
8120         (free_fail_stack_return): New function.
8121         (sift_states_backward): Fix the memory leak.  Remove the handling
8122         OP_CONTEXT_NODE.
8123         (update_cur_sifted_state): Append some if clause to avoid redundant
8124         call.
8125         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
8126         back reference.
8127         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
8128         (check_subexp_limits): Likewise.
8129         (search_subexp): Likewise.
8130         (sift_states_bkref): Likewise.
8131         (transit_state_mb): Likewise.
8132         (transit_state_bkref_loop): Likewise.
8133         (transit_state_bkref_loop): Likewise.
8134         (group_nodes_into_DFAstates): Likewise.
8135         (check_node_accept): Likewise.
8136         (sift_ctx_init): Add initializing.
8138 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
8140         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
8141         __builtin_expect.
8143 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
8145         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
8146         duplicated variable c.
8148         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
8149         if possible.
8151         * sysdeps/unix/sysv/linux/i386/sysdep.h
8152         (INTERNAL_SYSCALL_ERROR_P): New define.
8153         (INTERNAL_SYSCALL_ERRNO): Likewise.
8155         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
8156         Add hack to prevent the compiler from clobbering the signal context.
8158 2002-10-11  Roland McGrath  <roland@redhat.com>
8160         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
8161         Fix typos.
8163         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
8164         * sysdeps/sh/dl-lookupcfg.h: File removed.
8165         * sysdeps/i386/dl-lookupcfg.h: File removed.
8167         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
8168         missing labels and ; from last change.
8170         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
8171         number literals, so they are doubles instead of ints.
8173 2002-10-09  Roland McGrath  <roland@redhat.com>
8175         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
8176         changed from [USE_TLS && HAVE___THREAD].
8178         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
8179         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
8180         * sysdeps/x86_64/dl-machine.h
8181         (elf_machine_type_class, elf_machine_rela): Likewise.
8182         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
8183         Likewise.
8185         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
8186         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
8187         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
8189         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
8190         instead of ___tls_get_addr.
8191         (___tls_get_addr_internal): Add attribute_hidden to decl.
8193         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
8194         _dl_error_catch_tsd.
8195         * elf/rtld.c (startup_error_tsd): New function.
8196         (dl_main): Point _dl_error_catch_tsd at that.
8197         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
8198         use new function pointer instead.
8199         * elf/dl-tsd.c: New file.
8200         * elf/Makefile (routines): Add it.
8202 2002-10-07  Roland McGrath  <roland@redhat.com>
8204         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
8205         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
8206         take _dl_load_lock around calling __writev.
8208         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
8209         (INLINE_SYSCALL): Use that.
8211         * sysdeps/generic/dl-sysdep.h: New file.
8212         * sysdeps/mach/hurd/dl-sysdep.h: New file.
8213         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
8214         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
8215         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
8216         access it directly.
8217         * elf/dl-minimal.c (__errno_location): Removed.
8218         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
8219         Use GOTOFF access for errno.
8220         * sysdeps/unix/sysv/linux/i386/sysdep.h
8221         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
8223         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
8224         Use PC-relative access for errno.
8225         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
8226         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
8228         * include/tls.h: New file.
8229         (USE___THREAD): New macro.
8230         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
8231         libc or libpthread.
8232         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
8233         changed from [USE_TLS && HAVE___THREAD].
8234         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8235         * sysdeps/unix/i386/sysdep.S: Likewise.
8236         * sysdeps/unix/x86_64/sysdep.S: Likewise.
8237         * include/errno.h: Likewise.
8238         * include/netdb.h: Likewise.
8239         * include/resolv.h: Likewise.
8241         * sysdeps/generic/errno.c: New file.
8242         * csu/Makefile (aux): New variable, list errno.
8243         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
8244         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
8245         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
8246         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
8247         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
8248         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
8249         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
8250         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
8251         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
8252         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
8253         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
8254         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
8255         * sysdeps/unix/alpha/sysdep.S: Likewise.
8256         * sysdeps/generic/start.c: Likewise.
8257         * sysdeps/unix/start.c: Likewise.
8258         * sysdeps/unix/arm/start.c: Likewise.
8259         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
8260         * sysdeps/unix/sparc/start.c: Likewise.
8261         * sysdeps/unix/sysv/irix4/start.c: Likewise.
8262         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
8264         * manual/search.texi (Tree Search Function, Hash Search Function):
8265         Mention search.h clearly.
8267 2002-10-05  Roland McGrath  <roland@redhat.com>
8269         * elf/dl-fxstat64.c: File removed.
8270         * elf/dl-xstat64.c: File removed.
8271         * elf/Makefile (rtld-routines): Remove them.
8272         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
8273         Instead, use strong_alias instead of versioned_symbol in the
8274         !SHLIB_COMPAT case.
8275         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
8276         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
8278         * include/shlib-compat.h
8279         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
8280         [! NOT_IN_libc] (IS_IN_libc): Define it.
8281         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
8282         * elf/Makefile (CPPFLAGS-.os): Likewise.
8284         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
8285         Return the status instead of calling exit.
8287         * Makeconfig (CFLAGS): Prepend -std=gnu99.
8288         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
8289         Remove superfluous rm command, whose @ plus make bugs hid
8290         all these commands from the make output.
8292         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
8293         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
8294         Use that file's contents instead of literal echo's for the prologue.
8295         * include/features.h: Include <gnu/stubs.h> unconditionally.
8296         * include/gnu/stubs.h: New file.
8298 2002-09-30  Roland McGrath  <roland@redhat.com>
8300         * elf/rtld-Rules: New file.
8301         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
8302         $(objpfx)rtld-libc.a): New targets.
8303         (generated): Add them.
8304         (reloc-link): Remove -o $@ from the variable.
8305         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
8306         (distribute): Add rtld-Rules.
8307         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
8308         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
8309         (common-mostlyclean, common-clean): Clean up rtld-* files.
8310         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
8312 2002-10-11  Roland McGrath  <roland@redhat.com>
8314         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
8315         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
8317         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
8318         proper set of no-op insn prefixes.
8320         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
8322 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
8324         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
8325         __pthread_kill_other_threads_np.
8327         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
8329 2002-10-08  Roland McGrath  <roland@redhat.com>
8331         * locale/newlocale.c (__newlocale): If setting all categories to "C",
8332         just return &_nl_C_locobj instead of copying it.
8333         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
8334         * locale/duplocale.c (__duplocale): Likewise.
8336 2002-10-07  Roland McGrath  <roland@frob.com>
8338         * config.h.in (HAVE_I386_SET_GDT): New #undef.
8339         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
8340         * sysdeps/mach/configure: Regenerated.
8342 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
8345         Add all necessary register outputs for syscall-clobbered registers.
8347 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
8349         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
8350         Itanium 2 (and Itanium).
8351         Fix unwind directives and make it fit in 80 columns.
8352         * sysdeps/ia64/memset.S: Likewise.
8353         * sysdeps/ia64/memcpy.S: Likewise.
8354         Move jump table to .rodata section.
8356 2002-10-03  Roland McGrath  <roland@frob.com>
8358         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
8359         clobbers to asm.
8361 2002-10-10  Andreas Jaeger  <aj@suse.de>
8363         * sysdeps/x86_64/_mcount.S: Restore correct registers.
8365 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
8367         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
8369 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
8371         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
8372         _dl_allocate_tls_init.  Add rtld_hidden_proto.
8373         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
8374         rtld_hidden_def.
8375         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
8377         * version.h (VERSION): Bump to 2.3.1.
8379         * Make-dist: Add back one of the tar invocations removed before.
8381         * stdlib/Makefile (distribute): Add allocalim.h.
8383         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
8384         (__libc_tsd_address): Use correct variable name.
8385         Patch by Stefan Jones <stefan.jones@multigig.com>.
8387         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
8388         Reported by edwardsg@sgi.com [PR libc/4678].
8390         * Versions.def (libc): Add GLIBC_2.3.1.
8391         (libpthread): Add GLIBC_2.3.1.
8393         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
8394         and __sigtimedwait.
8395         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
8396         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
8397         libc_hidden_def.
8398         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
8399         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
8401         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
8402         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
8403         and make old name an alias.
8404         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
8405         and make old name an alias.
8406         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
8407         __libc_msgsnd.
8409         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
8410         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
8411         __libc_writev.
8412         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
8413         old name an alias.
8414         * sysdeps/posix/readv.c: Likewise
8415         * sysdeps/unix/sysv/aix/readv.c: Likewise.
8416         * sysdeps/unix/sysv/linux/readv.c: Likewise.
8417         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
8418         old name an alias.
8419         * sysdeps/posix/writev.c: Likewise
8420         * sysdeps/unix/sysv/aix/writev.c: Likewise.
8421         * sysdeps/unix/sysv/linux/writev.c: Likewise.
8423         * include/sys/wait.h: Declare __waitid.
8424         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
8425         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
8426         name an alias.
8427         * sysdeps/posix/waitid.c: Likewise.
8428         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
8430         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
8432 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
8434         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
8435         prototypes.
8436         (__MAX_ALLOCA_CUTOFF): Define.
8437         Include allocalim.h.
8438         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
8439         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
8440         host_buffer depending on __libc_use_alloca.
8441         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
8442         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
8443         net_buffer depending on __libc_use_alloca.
8444         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
8445         buf depending on __libc_use_alloca.
8446         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
8447         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
8448         instead of hardcoded constants.
8449         Pass proper size argument to alloca and compute end for wide char
8450         version.
8451         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
8452         instead of hardcoded constants.
8453         * string/strcoll.c (strcoll): Likewise.
8454         * string/strxfrm.c (strxfrm): Likewise.
8455         * sysdeps/posix/readv.c (__readv): Likewise.
8456         * sysdeps/posix/writev.c (__writev): Likewise.
8457         * sysdeps/generic/allocalim.h: New file.
8459 2002-10-08  Roland McGrath  <roland@redhat.com>
8461         * configure.in (aux_missing warning): Change "too old" to
8462         "incompatible versions", since for autoconf it's "too new" right now.
8463         * configure: Regenerated.
8465         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
8466         one found doesn't work on our configure.in.
8467         * configure: Regenerated.
8468         * config.make.in (AUTOCONF): New substituted variable.
8469         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
8470         (autoconf-it): ... here, use that instead of defining conditionally.
8471         Use $(AUTOCONF) instead of literal autoconf.
8472         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
8473         with this condition.
8474         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
8476 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
8478         * Make-dist (dist): Cleanup a bit.  We are not interested in the
8479         14 char filename limit anymore.  Remove intermediate files and
8480         symlinks.
8482 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
8484         * po/sk.po: Update from translation team.
8485         * po/tr.po: Likewise.
8486         * po/gl.po: Likewise.
8488 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8490         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
8492 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
8494         * version.h (RELEASE): Change to stable.
8496 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
8498         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
8499         __syscall_exit_group): New prototypes.
8501 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
8503         * glibc 2.3 released.
8506 See ChangeLog.13 for earlier changes.