2003-05-04 Roland McGrath <roland@redhat.com>
[glibc.git] / ChangeLog
blob84181de22926633c055e9f72d6fe8d41cf0a9a90
1 2003-05-03  Ulrich Drepper  <drepper@redhat.com>
3         * nscd/nscd.c (main): Parse config file right after parsing
4         parameters.  Then, if get_stats is true, call receive_print_stats.
5         Drop parameter from nscd_init call.
6         (get_stats): New variable.
7         (parse_opt): Set get_stats, don't call receive_print_stats here.
8         * nscd/nscd.h: Declare dbs, stat_user, and stat_uid.  Adjust nscd_init
9         prototype.
10         * nscd/connections.c (stat_user, stat_uid): New variables.
11         (dbs): Make global.
12         (nscd_init): Don't read configuration file here.  Drop parameter.
13         (handle_request): Cleanup handling of non-database lookup requests.
14         * nscd/nscd_conf.c (nscd_parse_file): Recognize stat-user entry.
15         Get UID of the specified user.  Use xstrdup instead of strdup.
16         * nscd/nscd_stat.c (receive_print_stats): Check UID.  If not zero,
17         check stat_user.
18         * nscd/Makefile (nscd-modules): Add xstrdup.
19         * nscd/nscd.conf: Document stat-user entry.
21 2003-05-03  H.J. Lu  <hongjiu.lu@intel.com>
23         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_semtimedop): Define
24         if not defined.
26 2003-04-22  Roland McGrath  <roland@redhat.com>
28         * elf/elf.h (AT_SYSINFO_EHDR): New macro, replaces AT_SYSINFO_EH_FRAME.
29         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
30         dl_sysinfo_eh_frame member, add dl_sysinfo_dso member instead.
31         * elf/dl-support.c: Update defn.
32         * sysdeps/generic/libc-start.c: Don't call __register_frame_info_bases.
33         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
34         Set GL(dl_sysinfo_dso) from AT_SYSINFO_EHDR.
35         (_dl_show_auxv): Grok AT_SYSINFO_EHDR, not AT_SYSINFO_EH_FRAME.
36         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO]: If GL(dl_sysinfo_dso) is
37         set, set up a link_map for the preloaded, prelinked object.
39 2003-05-03  Roland McGrath  <roland@redhat.com>
41         * sysdeps/gnu/Makefile (generated): Append errlist-compat.c here, ...
42         * stdio-common/Makefile: ... not here.
44         * csu/Makefile ($(objpfx)initfini.s): Depend on $(before-compile).
45         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
47 2003-05-02  Ulrich Drepper  <drepper@redhat.com>
49         * sysdeps/unix/sysv/linux/s390/semtimedop.c: New file.
51         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h (IPCOP_semtimedop): Define.
53         * sysdeps/generic/dl-fptr.c (_dl_make_fptr): Use 0 not NULL for
54         comparing ftab elements.
55         (_dl_unmap): Fix typo in test.
56         (_dl_make_fptr): Fix typos introduced in last change.
58         * sysdeps/generic/dl-fptr.c: Put back one optimization from the
59         original patch.  Use non-exported symbols.  Mark translatable
60         strings.  Pretty printing.
62 2003-05-02  Roland McGrath  <roland@redhat.com>
64         * Makerules (do-stamp): Do $(make-target-directory).
66 2003-04-07  H.J. Lu  <hjl@gnu.org>
68         * sysdeps/generic/dl-fptr.c: Modify to remove the lock.
70 2003-04-03  H.J. Lu  <hjl@gnu.org>
72         * sysdeps/ia64/dl-fptr.c: Moved to ...
73         * sysdeps/generic/dl-fptr.c: Here.
75         * sysdeps/generic/dl-fptr.h: New.
76         * sysdeps/ia64/dl-fptr.h: New.
78         * sysdeps/ia64/dl-symaddr.c: Moved to ...
79         * sysdeps/generic/dl-symaddr.c: here.
81         * sysdeps/ia64/dl-machine.h: Include <dl-fptr.h>.
82         (IA64_BOOT_FPTR_TABLE_LEN): Removed.
83         (ia64_fdesc): Likewise.
84         (ia64_fdesc_table): Likewise.
85         (__ia64_make_fptr): Likewise.
86         (__ia64_init_bootstrap_fdesc_table): Replace __ia64_boot_fptr_table
87         with _dl_boot_fptr_table.
88         (elf_machine_runtime_setup): Replace `struct ia64_fdesc' with
89         `struct fdesc'.
90         (elf_machine_rela): Replace __ia64_make_fptr with _dl_make_fptr.
92 2003-05-01  Roland McGrath  <roland@redhat.com>
94         * sysdeps/generic/bp-thunks.h: Protect includes with [!__ASSEMBLER__].
95         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
97         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h):
98         Use $(make-target-directory).
99         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
101         * Makerules (compile-mkdep-flags): New variable, pass -MD -MF $@.d.
102         (compile-command.S): Don't use ifndef.  Append $(compile-mkdep-flags).
103         (compile-command.s, compile-command.c): Likewise.
104         ($(objpfx)%.d): All such pattern rules removed.
105         ($(+sysdir_pfx)sysd-rules): Don't generate them.
106         ($(common-objpfx)dummy.d): Target removed.
107         (make-dummy-dep): Variable removed.
108         (generate-md5): Likewise.
109         (%.d: %.dt): New pattern rule.
110         (+depfiles): Use $(wildcard) function to get just existing *.d files
111         and .d files for existing *.dt files.
112         (common-clean): Remove all *.d and *.dt files.
113         (before-compile): Add $(objpfx). when it doesn't exist,
114         regardless of $(no_deps).
115         * elf/rtld-Rules ($(objpfx)rtld-%.d): All such pattern rules removed.
116         (rtld-depfiles): Use .os.d instead of .d names.
117         Include existing *.d files and .d files for existing *.dt files.
119         * Makerules ($(common-objpfx)%.make): Protect with [! subdir].
120         Use -MD, -MT and -MF flags instead of SUNPRO_DEPENDENCIES variable.
122         * sysdeps/unix/Makefile ($(common-objpfx)s-%.d): Remove compat.h hack.
123         Do s-*.d includes only if we have some syscall routines in this subdir.
125         * include/libc-symbols.h (libc_freeres_ptr): Use %nobits instead of
126         @nobits.  The former is accepted by gas on any ELF platform.
128 2003-05-01  Ulrich Drepper  <drepper@redhat.com>
130         * sysdeps/unix/sysv/linux/semtimedop.c: New file.
132         * malloc/malloc.c (mSTATs): Call ptmalloc_init if necessary.
134 2003-04-29  Andreas Schwab  <schwab@suse.de>
136         * string/test-strcat.c (do_one_test): Fix attribute name.
138 2003-04-30  Alexandre Oliva  <aoliva@redhat.com>
140         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (ucontext): Make
141         uc_flags long for all ABIs.
143 2003-04-30  Andreas Jaeger  <aj@suse.de>
145         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h
146         (DR_CONTROL_RESERVED): Use correct value for 64-bit.
147         Reported by Andrew Derrick Balsa <andrebalsa@mailingaddress.org>.
148         Add bi-arch support.
150 2003-04-30  Ulrich Drepper  <drepper@redhat.com>
152         * malloc/malloc.c (mEMALIGn): Define alias __memalign_internal.
153         (__posix_memalign): Use __memalign_internal instead of memalign.
155 2003-04-29  Roland McGrath  <roland@redhat.com>
157         * configure.in: Search for AUTOCONF unconditionally.
158         Just don't complain about missing it under --without-cvs.
160         * include/libc-symbols.h (__symbol_set_attribute): New macro,
161         give hidden for [SHARED] and weak for [! SHARED].
162         (symbol_set_declare): Use that.  Never need weak_extern these days.
163         * Makerules ($(common-objpfx)shlib.lds): Go back to using PROVIDE.
164         Depend on $(..)Makerules.
166 2003-04-29  Ulrich Drepper  <drepper@redhat.com>
168         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Use __ protected
169         variants of socket, bind, recvmsg, and sendto.
171         * sysdeps/i386/fpu/ftestexcept.c: Also check SSE status word.
173         * include/signal.h: Use libc_hidden_proto for sigaddset and sigdelset.
174         * signal/sigaddset.c: Add libc_hidden_def.
175         * signal/sigdelset.c: Likewise.
177 2003-04-29  Jakub Jelinek  <jakub@redhat.com>
179         * sysdeps/i386/i486/string-inlines.c (__memcpy_g, __strchr_g): Move
180         to the end of the file.
182         * configure.in: Change __oline__ to $LINENO.
183         (HAVE_BUILTIN_REDIRECTION): New check.
184         * config.h.in (HAVE_BUILTIN_REDIRECTION): Add.
185         * include/libc-symbols.h (libc_hidden_builtin_proto,
186         libc_hidden_builtin_def, libc_hidden_builtin_weak,
187         libc_hidden_builtin_ver): Define.
188         * include/string.h (memchr, memcpy, memmove, memset, strcat, strchr,
189         strcmp, strcpy, strcspn, strlen, strncmp, strncpy, strpbrk, strrchr,
190         strspn, strstr): Add libc_hidden_builtin_proto.
191         * intl/plural.y: Include string.h.
192         * sysdeps/alpha/alphaev6/memchr.S (memchr): Add
193         libc_hidden_builtin_def.
194         * sysdeps/alpha/alphaev6/memcpy.S (memcpy): Likewise.
195         * sysdeps/alpha/alphaev6/memset.S (memset): Likewise.
196         * sysdeps/alpha/alphaev67/strcat.S (strcat): Likewise.
197         * sysdeps/alpha/alphaev67/strchr.S (strchr): Likewise.
198         * sysdeps/alpha/alphaev67/strlen.S (strlen): Likewise.
199         * sysdeps/alpha/alphaev67/strrchr.S (strrchr): Likewise.
200         * sysdeps/alpha/memchr.S (memchr): Likewise.
201         * sysdeps/alpha/memset.S (memset): Likewise.
202         * sysdeps/alpha/strcat.S (strcat): Likewise.
203         * sysdeps/alpha/strchr.S (strchr): Likewise.
204         * sysdeps/alpha/strcmp.S (strcmp): Likewise.
205         * sysdeps/alpha/strcpy.S (strcpy): Likewise.
206         * sysdeps/alpha/strlen.S (strlen): Likewise.
207         * sysdeps/alpha/strncmp.S (strncmp): Likewise.
208         * sysdeps/alpha/strncpy.S (strncpy): Likewise.
209         * sysdeps/alpha/strrchr.S (strrchr): Likewise.
210         * sysdeps/arm/memset.S (memset): Likewise.
211         * sysdeps/arm/strlen.S (strlen): Likewise.
212         * sysdeps/generic/memchr.c (memchr): Likewise.
213         * sysdeps/generic/memcpy.c (memcpy): Likewise.
214         * sysdeps/generic/memmove.c (memmove): Likewise.
215         * sysdeps/generic/memset.c (memset): Likewise.
216         * sysdeps/generic/strcat.c (strcat): Likewise.
217         * sysdeps/generic/strchr.c (strchr): Likewise.
218         * sysdeps/generic/strcmp.c (strcmp): Likewise.
219         * sysdeps/generic/strcpy.c (strcpy): Likewise.
220         * sysdeps/generic/strcspn.c (strcspn): Likewise.
221         * sysdeps/generic/strlen.c (strlen): Likewise.
222         * sysdeps/generic/strncmp.c (strncmp): Likewise.
223         * sysdeps/generic/strncpy.c (strncpy): Likewise.
224         * sysdeps/generic/strpbrk.c (strpbrk): Likewise.
225         * sysdeps/generic/strrchr.c (strrchr): Likewise.
226         * sysdeps/generic/strspn.c (strspn): Likewise.
227         * sysdeps/generic/strstr.c (strstr): Likewise.
228         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
229         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
230         * sysdeps/i386/i586/memcpy.S (memcpy): Likewise.
231         * sysdeps/i386/i586/memset.S (memset): Likewise.
232         * sysdeps/i386/i586/strchr.S (strchr): Likewise.
233         * sysdeps/i386/i586/strcpy.S (strcpy): Likewise.
234         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
235         * sysdeps/i386/i686/memcpy.S (memcpy): Likewise.
236         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
237         * sysdeps/i386/i686/memset.S (memset): Likewise.
238         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
239         * sysdeps/i386/memchr.S (memchr): Likewise.
240         * sysdeps/i386/memset.c (memset): Likewise.
241         * sysdeps/i386/strchr.S (strchr): Likewise.
242         * sysdeps/i386/strcspn.S (strcspn): Likewise.
243         * sysdeps/i386/strlen.c (strlen): Likewise.
244         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
245         * sysdeps/i386/strrchr.S (strrchr): Likewise.
246         * sysdeps/i386/strspn.S (strspn): Likewise.
247         * sysdeps/ia64/memchr.S (memchr): Likewise.
248         * sysdeps/ia64/memcpy.S (memcpy): Likewise.
249         * sysdeps/ia64/memmove.S (memmove): Likewise.
250         * sysdeps/ia64/memset.S (memset): Likewise.
251         * sysdeps/ia64/strcat.S (strcat): Likewise.
252         * sysdeps/ia64/strchr.S (strchr): Likewise.
253         * sysdeps/ia64/strcmp.S (strcmp): Likewise.
254         * sysdeps/ia64/strcpy.S (strcpy): Likewise.
255         * sysdeps/ia64/strlen.S (strlen): Likewise.
256         * sysdeps/ia64/strncmp.S (strncmp): Likewise.
257         * sysdeps/ia64/strncpy.S (strncpy): Likewise.
258         * sysdeps/m68k/memchr.S (memchr): Likewise.
259         * sysdeps/m68k/strchr.S (strchr): Likewise.
260         * sysdeps/mips/mips64/memcpy.S (memcpy): Likewise.
261         * sysdeps/mips/mips64/memset.S (memset): Likewise.
262         * sysdeps/mips/memcpy.S (memcpy): Likewise.
263         * sysdeps/mips/memset.S (memset): Likewise.
264         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
265         * sysdeps/powerpc/powerpc32/strchr.S (strchr): Likewise.
266         * sysdeps/powerpc/powerpc32/strcmp.S (strcmp): Likewise.
267         * sysdeps/powerpc/powerpc32/strcpy.S (strcpy): Likewise.
268         * sysdeps/powerpc/powerpc32/strlen.S (strlen): Likewise.
269         * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise.
270         * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise.
271         * sysdeps/powerpc/powerpc64/strchr.S (strchr): Likewise.
272         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Likewise.
273         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Likewise.
274         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Likewise.
275         * sysdeps/powerpc/strcat.c (strcat): Likewise.
276         * sysdeps/sparc/sparc32/memchr.S (memchr): Likewise.
277         * sysdeps/sparc/sparc32/memcpy.S (memcpy): Likewise.
278         * sysdeps/sparc/sparc32/memset.S (memset): Likewise.
279         * sysdeps/sparc/sparc32/strcat.S (strcat): Likewise.
280         * sysdeps/sparc/sparc32/strchr.S (strchr, strrchr): Likewise.
281         * sysdeps/sparc/sparc32/strcmp.S (strcmp): Likewise.
282         * sysdeps/sparc/sparc32/strcpy.S (strcpy): Likewise.
283         * sysdeps/sparc/sparc32/strlen.S (strlen): Likewise.
284         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy, memmove): Likewise.
285         * sysdeps/sparc/sparc64/memchr.S (memchr): Likewise.
286         * sysdeps/sparc/sparc64/memcpy.S (memcpy, memmove): Likewise.
287         * sysdeps/sparc/sparc64/memset.S (memset): Likewise.
288         * sysdeps/sparc/sparc64/strcat.S (strcat): Likewise.
289         * sysdeps/sparc/sparc64/strchr.S (strchr, strrchr): Likewise.
290         * sysdeps/sparc/sparc64/strcmp.S (strcmp): Likewise.
291         * sysdeps/sparc/sparc64/strcpy.S (strcpy): Likewise.
292         * sysdeps/sparc/sparc64/strcspn.S (strcspn): Likewise.
293         * sysdeps/sparc/sparc64/strlen.S (strlen): Likewise.
294         * sysdeps/sparc/sparc64/strncmp.S (strncmp): Likewise.
295         * sysdeps/sparc/sparc64/strncpy.S (strncpy): Likewise.
296         * sysdeps/sparc/sparc64/strpbrk.S (strpbrk): Likewise.
297         * sysdeps/sparc/sparc64/strspn.S (strspn): Likewise.
298         * sysdeps/sh/memcpy.S (memcpy): Likewise.
299         * sysdeps/sh/memset.S (memset): Likewise.
300         * sysdeps/sh/strlen.S (strlen): Likewise.
301         * sysdeps/s390/s390-32/memchr.S (memchr): Likewise.
302         * sysdeps/s390/s390-32/memcpy.S (memcpy): Likewise.
303         * sysdeps/s390/s390-32/memset.S (memset): Likewise.
304         * sysdeps/s390/s390-32/strcmp.S (strcmp): Likewise.
305         * sysdeps/s390/s390-32/strcpy.S (strcpy): Likewise.
306         * sysdeps/s390/s390-32/strncpy.S (strncpy): Likewise.
307         * sysdeps/s390/s390-64/memchr.S (memchr): Likewise.
308         * sysdeps/s390/s390-64/memcpy.S (memcpy): Likewise.
309         * sysdeps/s390/s390-64/memset.S (memset): Likewise.
310         * sysdeps/s390/s390-64/strcmp.S (strcmp): Likewise.
311         * sysdeps/s390/s390-64/strcpy.S (strcpy): Likewise.
312         * sysdeps/s390/s390-64/strncpy.S (strncpy): Likewise.
313         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
314         * sysdeps/x86_64/memset.S (memset): Likewise.
315         * sysdeps/x86_64/strcat.S (strcat): Likewise.
316         * sysdeps/x86_64/strchr.S (strchr): Likewise.
317         * sysdeps/x86_64/strcmp.S (strcmp): Likewise.
318         * sysdeps/x86_64/strcpy.S (strcpy): Likewise.
319         * sysdeps/x86_64/strcspn.S (strcspn): Likewise.
320         * sysdeps/x86_64/strlen.S (strlen): Likewise.
321         * sysdeps/x86_64/strspn.S (strspn): Likewise.
322         * string/string-inlines.c: Move...
323         * sysdeps/generic/string-inlines.c: ...here.
324         (__memcpy_g, __strchr_g): Remove.
325         (__NO_INLINE__): Define before including <string.h>,
326         undefine after.  Include bits/string.h and bits/string2.h.
327         * sysdeps/i386/i486/string-inlines.c: New file.
328         * sysdeps/i386/string-inlines.c: New file.
329         * sysdeps/i386/i486/Versions: Remove.
330         All GLIBC_2.1.1 symbols moved...
331         * sysdeps/i386/Versions (libc): ...here.
333 2003-04-29  Ulrich Drepper  <drepper@redhat.com>
335         * sysdeps/i386/fpu/Makefile: New file.
336         * sysdeps/i386/fpu/fedisblxcpt.c: Also set SSE control word.
337         * sysdeps/i386/fpu/feenablxcpt.c: Likewise.
338         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
339         * sysdeps/i386/fpu/fesetround.c: Also set SSE rounding mode
340         [PR libc/4987].
342 2003-04-28  Ulrich Drepper  <drepper@redhat.com>
344         * nscd/nscd_getgr_r.c: Compact code a bit.  Add some __builtin_expect.
345         * nscd/nscd_getpw_r.c: Likewise.
346         * nscd/nscd_gethst_r.c: Likewise.
348 2003-04-27  Ulrich Drepper  <drepper@redhat.com>
350         * nscd/pwdcache.c: Initialize .version element in result.
351         * nscd/grpcache.c: Likewise.
352         * nscd/pwdcache.c: Likewise.
354 2003-04-27  Andreas Schwab  <schwab@suse.de>
356         * Makeconfig ($(common-objpfx)sysd-sorted): Fix for running in
357         subdirectory.
359 2003-04-27  Andreas Schwab  <schwab@suse.de>
361         * sysdeps/unix/sysv/linux/m68k/semtimedop.S: New file.
363 2003-04-27  Ulrich Drepper  <drepper@redhat.com>
365         * nscd/connections.c (client_queued): New variable.
366         (nscd_run): Revamp the loop.  Don't call poll except for cleanup
367         threads.  Keep track of the number of delays caused because of busy
368         worker threads.
369         * nscd/nscd.h: Declare client_queued.
370         * nscd/nscd_stat.c: Transmit and print client_queued information.
372         * locale/programs/locale.c (show_info): Use '\177' instead of CHAR_MAX.
374         * Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to
375         define __start_libc_freeres_ptrs and __stop___libc_freeres_ptrs.
377 2003-04-26  Ulrich Drepper  <drepper@redhat.com>
379         * elf/dl-close.c [USE_TLS && TLS_TCB_AT_TP] (_dl_close): Reimplement
380         tracking of freed memory in static TLS block.
381         * elf/Makefile: Add rules to build and run tst-tls13.
382         * elf/tst-tls13.c: New file.
383         * elf/tst-tlsmod13.c: New file.
384         * elf/tst-tlsmod13a.c: New file.
386         * elf/tst-tls8.c: Adjust types of variables to avoid warnings.
388         * elf/dl-reloc.c: Pretty printing.
390 2003-04-26  Roland McGrath  <roland@redhat.com>
392         * Makerules ($(common-objpfx)shlib.lds): New target.
393         (common-generated): Add it.
394         (build-shlib, build-module): Use that instead of generating every time.
395         ($(common-objpfx)libc.so): Depend on it.
396         (lib%.so rule): Likewise.
397         (build-module-helper-objlist): Remove %.lds.
398         (LDSEDCMD-c.so): Variable removed.
399         * iconvdata/extra-module.mk ($(objpfx)$(mod).so):
400         Depend on $(common-objpfx)shlib.lds.
401         * dlfcn/Makefile ($(test-modules)): Likewise.
403 2003-04-26  Roland McGrath  <roland@frob.com>
405         * sysdeps/mach/hurd/tmpfile.c: Remove USE_IN_LIBIO conditionals.
407 2003-04-26  Andreas Schwab  <schwab@suse.de>
409         * elf/dl-close.c (remove_slotinfo): Fix missing parens.
411 2003-04-25  Ulrich Drepper  <drepper@redhat.com>
413         * nscd/cache.c (cache_search): Keep track of how many chain links
414         we searched and update table statistics.
415         (cache_add): Keep track of how many values are in the table.
416         (prune_cache): Likewise.  Keep track of locking success.
417         Print messages about removed entries in separate pass.
418         * nscd/connections.c (handle_request): Don't print debug message here.
419         The caller will do it.  Keep track of locking success.
420         (nscd_run): Print debug message.  Also print PID of the client process.
421         * nscd/nscd.c (start_time): New variable.
422         (main): Remember start time.
423         * nscd/nscd.h: Declare start_time.
424         (struct database): Add more members for new statistics.
425         * nscd/nscd_stat.c: Add support for sending, receiving, and printing
426         of new statistics.
428         * sysdeps/posix/getaddrinfo.c: Include <stdbool.h>.
430 2003-04-22  Jakub Jelinek  <jakub@redhat.com>
432         * include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
433         * elf/dl-close.c (_dl_close): Use NO_TLS_OFFSET.
434         * elf/dl-object.c (_dl_new_object): Initialize l_tls_offset to
435         NO_TLS_OFFSET.
436         * elf/rtld.c (_dl_start_final, _dl_start): Likewise.
437         * elf/dl-reloc.c (CHECK_STATIC_TLS): Use NO_TLS_OFFSET.
438         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Likewise.
439         * sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract
440         TLS_TCB_SIZE.
442 2003-04-24  Ulrich Drepper  <drepper@redhat.com>
444         * nss/getent.c: Implement alternative host database lookup via
445         getaddrinfo.
447         * include/ifaddrs.h: New file.
448         * include/netdb.h: Move definitions of AI_V4MAPPED, AI_ALL, and
449         AI_ADDRCONFIG...
450         * resolv/netdb.h: ...here.
451         * sysdeps/gnu/ifaddrs.c. Use libc_hidden_def where appropriate.
452         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
453         * sysdeps/posix/getaddrinfo.c: Implement AI_V4MAPPED, AI_ALL, and
454         AI_ADDRCONFIG.
456 2003-04-24  Roland McGrath  <roland@redhat.com>
458         * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.
460 2003-04-24  Jakub Jelinek  <jakub@redhat.com>
462         * elf/dl-reloc.c (allocate_static_tls): Rename to...
463         (_dl_allocate_static_tls): ... this function.  No longer static.
464         (CHECK_STATIC_TLS): Adjust.
465         * sysdeps/generic/ldsodefs.h (_dl_allocate_static_tls): New prototype.
466         * sysdeps/powerpc/powerpc32/dl-machine.h (__process_machine_rela):
467         Add SYM_MAP argument.
468         (elf_machine_rela): Adjust caller.  Declare SYM_MAP unconditionally.
469         Check if SYM_MAP != NULL for R_PPC_DTPREL32.  Only handle 32-bit
470         TLS relocs here.  #ifdef out relocs which never appear in
471         .gnu.conflict section from dl-conflict.c processing.
472         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
473         Add SYM_MAP argument.  Handle 16-bit TLS relocs here.
475         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): #ifdef
476         out relocs which never appear in .gnu.conflict section from
477         dl-conflict.c processing.
478         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
479         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
480         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
481         Use r_type in RESOLVE macro.
483 2003-04-23  Ulrich Drepper  <drepper@redhat.com>
485         * nis/ypclnt.c (__yp_bind): Expect YPDB parameter to always be !=
486         NULL.  Remove code made redundant by this assumption.
487         (__yp_unbind): Add call to free.  Adjust all callers.
489         * nis/ypclnt.c (yp_all): Free the dom_binding object after
490         unbinding it.
492         * grp/initgroups.c (getgrouplist): Don't copy too much into the
493         user buffer if more groups are found than fit into it.
495         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Use
496         extend_alloca.
498 2003-04-23  Jakub Jelinek  <jakub@redhat.com>
500         * sysdeps/posix/getaddrinfo.c (gaih_inet): Check for rc == ERANGE,
501         not rc == errno.  Use extend_alloca.
503         * elf/tst-tls12.c (main): Fix declaration.
504         * elf/tst-tls10.c (dummy): Make hidden instead of static.
505         * elf/tst-tlsmod7.c (dummy): Likewise.
506         * elf/tst-tlsmod8.c (dummy): Likewise.
507         * elf/tst-tlsmod9.c (dummy): Likewise.
509 2003-04-22  Roland McGrath  <roland@redhat.com>
511         * sysdeps/unix/sysv/linux/not-cancel.h: Put parens around macro args.
512         (open_not_cancel): Make last argument non-optional.
513         * sysdeps/generic/check_fds.c (check_one_fd): Update caller.
514         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
515         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
517         * include/tls.h: Protect against multiple inclusion.
519 2003-04-22  Ulrich Drepper  <drepper@redhat.com>
521         * nscd/nscd-client.h: Add declaration for __nscd_open_socket.
522         * nscd/nscd_gethst_r.c (__nscd_open_socket): Renamed from
523         open_socket.  Not static anymore.
524         (nscd_gethst_r): Use __nscd_open_socket.
525         * nscd/nscd_getgr_r.c (open_socket): Removed.
526         (nscd_getgr_r): Use __nscd_open_socket.
527         * nscd/nscd_getpw_r.c (open_socket): Removed.
528         (nscd_getpw_r): Use __nscd_open_socket.
530         * nscd/nscd.c (main): Change type of fdn to long int and use strtol.
531         * nscd/connections.c (handle_request): Add cast to avoid warning.
533 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
535         * signal/sigfillset.c: Moved to...
536         * sysdeps/generic/sigfillset.c: ...here.  If SIGCANCEL is defined
537         do not set the corresponding bit.
539         * sysdeps/unix/sysv/linux/sigprocmask.c: Prevent changing mask for
540         SIGCANCEL.
541         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_TKILL.
542         * sysdeps/unix/sysv/linux/bits/siginfo.h: Define SI_TKILL.
543         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Define SI_TKILL.
544         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Define SI_TKILL.
545         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Define SI_TKILL.
547 2003-04-20  Ulrich Drepper  <drepper@redhat.com>
549         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Cast
550         first syscall parameter to const char*.
552 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
554         * intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run.
556         * configure.in: Add AC_PROG_CXX.
557         * config.make.in (CXX): Define.
559         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_PRINT): Change type of
560         __len to size_t to avoid warnings.
562 2003-04-18  Jes Sorensen  <jes@wildopensource.com>
564         * libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Sync with Linux
565         2.5.67.
566         * libc/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
568 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
570         * stdlib/cxa_finalize.c (__cxa_finalize): Don't call
571         UNREGISTER_ATFORK if d == NULL.
573         * catgets/nl_types.h: Remove __THROW marker from cancellation points.
574         * dirent/dirent.h: Likewise.
575         * dlfcn/dlfcn.h: Likewise.
576         * grp/grp.h: Likewise.
577         * iconv/iconv.h: Likewise.
578         * io/fcntl.h: Likewise.
579         * io/ftw.h: Likewise.
580         * libio/stdio.h: Likewise.
581         * misc/sys/mman.h: Likewise.
582         * misc/sys/select.h: Likewise.
583         * misc/sys/syslog.h: Likewise.
584         * misc/sys/uio.h: Likewise.
585         * posix/spawn.h: Likewise.
586         * posix/unistd.h: Likewise.
587         * posix/sys/wait.h: Likewise.
588         * pwd/pwd.h: Likewise.
589         * resolv/netdb.h: Likewise.
590         * rt/aio.h: Likewise.
591         * shadow/shadow.h: Likewise.
592         * signal/signal.h: Likewise.
593         * socket/sys/socket.h: Likewise.
594         * stdlib/stdlib.h: Likewise.
595         * streams/stropts.h: Likewise.
596         * string/string.h: Likewise.
597         * sysdeps/gnu/utmpx.h: Likewise.
598         * sysvipc/sys/msg.h: Likewise.
599         * termios/termios.h: Likewise.
600         * time/time.h: Likewise.
601         * wcsmbs/wchar.h: Likewise.
602         * iconv/gconv_cache.c: Include <not-cancel.h> and use non-cancelable
603         functions.
604         * misc/daemon.c: Likewise.
605         * sysdeps/generic/backtracesymsfd.c: Likewise.
606         * sysdeps/generic/check_fds.c: Likewise.
607         * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
608         * sysdeps/unix/sysv/linux/not-cancel.h: New file.
609         * sysdeps/generic/not-cancel.h: New file.
610         * csu/Makefile (distribute): Add not-cancel.h.
611         * sysdeps/unix/sysv/linux/fatal-prepare.h: New file.
612         * sysdeps/unix/sysv/linux/Makefile: Define FATAL_PREPARE_INCLUDE
613         for assert.c and assert-perr.c to include <fatal-prepare.h>.
614         * sysdeps/unix/sysv/linux/Dist: Add fatal-prepare.h.
616         * sysdeps/posix/remove.c (remove): Rewrite.  No need to restore
617         errno and unlink first.
619         * io/ftw.c (ftw_dir): In all places assume fchdir is available.
621 2003-04-18  Ulrich Drepper  <drepper@redhat.com>
623         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Use
624         INTERNAL_SYSCALL instead of INLINE_SYSCALL.
626 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
628         * sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling.
630         * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k.
631         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not
632         replace.
634         * signal/Makefile (tests): Add tst-sigsimple.
635         * signal/tst-sigsimple.c: New file.
637 2003-04-16  Jakub Jelinek  <jakub@redhat.com>
639         * elf/Makefile (distribute): Add tst-tlsmod{[7-9],1[0-2]}.c and
640         tst-tls10.h.
641         (tests): Add tst-tls1[0-2].
642         (modules-names): Add tst-tlsmod{[7-8],1[0-2]}.
643         ($(objpfx)tst-tlsmod8.so): Depend on tst-tlsmod7.so.
644         ($(objpfx)tst-tlsmod10.so): Depend on tst-tlsmod9.so.
645         ($(objpfx)tst-tlsmod12.so): Depend on tst-tlsmod11.so.
646         ($(objpfx)tst-tls10): Depend on tst-tlsmod8.so.
647         ($(objpfx)tst-tls11): Depend on tst-tlsmod10.so.
648         ($(objpfx)tst-tls12): Depend on tst-tlsmod12.so.
649         * elf/tst-tls10.c: New test.
650         * elf/tst-tls11.c: New test.
651         * elf/tst-tls12.c: New test.
652         * elf/tst-tls10.h: New file.
653         * elf/tst-tlsmod7.c: New file.
654         * elf/tst-tlsmod8.c: New file.
655         * elf/tst-tlsmod9.c: New file.
656         * elf/tst-tlsmod10.c: New file.
657         * elf/tst-tlsmod11.c: New file.
658         * elf/tst-tlsmod12.c: New file.
660 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
662         * sysdeps/powerpc/bits/atomic.h: Moved ppc32/64 specific code to ...
663         * sysdeps/powerpc/powerpc32/bits/atomic.h: New file.
664         * sysdeps/powerpc/powerpc64/bits/atomic.h: New file.
666 2003-04-17  Ulrich Drepper  <drepper@redhat.com>
668         * posix/regex.h: Include <sys/types.h>.
670         * signal/sigrelse.c (sigrelse): Use sigdelset and not __sigdelset.
671         The signal number must be checked.
672         * signal/sighold.c (sighold): Use sigaddset and not __sigaddset.
673         The signal number must be checked [PR libc/5004].
675         * sysdeps/unix/sysv/linux/system.c: If compiled without threads
676         don't do anything fancy.
678         * sysdeps/generic/bits/libc-lock.h: Define
679         __rtld_lock_define_initialized_recursive.
681         * nss/getXXbyYY_r.c [USE_NSCD] (REENTRANT_NAME): Only retry
682         contacting nscd if NOT_USENSCD_NAME > 0.
683         * nss/nsswitch.c (__nss_disable_nscd): New function.
684         * nss/nsswitch.h: Declare it.
685         * nss/Versions [GLIBC_PRIVATE]: Export __nss_disable_nscd.
686         * nscd/nscd.c (main): Call __nss_disable_nscd.
688 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
690         * stdio-common/perror.c (perror): We don't need to set the offset
691         to _IO_pos_bad, this is how streams are initialized.
693         * locale/programs/ld-time.c (TESTARR_ELEM): Make i unsigned.
694         (time_output): If necessary, allocate new buffer for .name string if
695         padding is required.
697         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Check lengths
698         before copying.  This might leave holes in the list.  Adjust
699         pointers if necessary.
700         (netlink_receive): Allocate only one block.
701         (free_netlink_handle): Adjust appropriately.
702         (getifaddrs): Lots of cleanups.
704         * string/test-strncpy.c (do_one_test): Mark start and stop as
705         possibly unused.
706         * string/test-memchr.c: Likewise.
707         * string/test-memcmp.c: Likewise.
708         * string/test-memcpy.c: Likewise.
709         * string/test-memmove.c: Likewise.
710         * string/test-memset.c: Likewise.
711         * string/test-strcat.c: Likewise.
712         * string/test-strchr.c: Likewise.
713         * string/test-strcmp.c: Likewise.
714         * string/test-strcpy.c: Likewise.
715         * string/test-strlen.c: Likewise.
716         * string/test-strncmp.c: Likewise.
717         * string/test-strpbrk.c: Likewise.
718         * string/test-strrchr.c: Likewise.
719         * string/test-strspn.c: Likewise.
721 2003-04-15  Roland McGrath  <roland@redhat.com>
723         * libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.
725         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
726         INTUSE(__register_frame_info_bases).
728 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
730         * elf/elf.h: Define AT_SYSINFO_EH_FRAME.
731         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle
732         AT_SYSINFO_EH_FRAME.  Adjust string width.
733         (_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value.
734         * sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
735         Add _dl_sysinfo_eh_frame field.
736         * elf/dl-support.c [NEED_DL_SYSINFO]: Define _dl_sysinfo_eh_frame.
737         * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO] Define eh_obj
738         variable.
739         [NEED_DL_SYSINFO] (LIBC_START_MAIN): Call __register_frame_info_bases
740         if _dl_sysinfo_eh_frame is non-NULL.
742         * Makeconfig (gnulib): Add -lgcc_eh.
744         * config.h.in: Define HAVE_FORCED_UNWIND.
746 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
748         * sysdeps/powerpc/powerpc64/strcmp.S: Convert to full 64-bit.
749         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
751 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
753         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Avoid
754         checking R_PPC_RELATIVE, R_PPC_NONE and whether relocation is
755         against local symbol in conflict processing.
757 2003-04-15  Steven Munroe  <sjmunroe@us.ibm.com>
759         * sysdeps/powerpc/bits/atomic.h
760         [__powerpc64] (__arch_compare_and_exchange_val_64_acq): Define.
761         [! __powerpc64] (__arch_compare_and_exchange_val_64_acq): Defined
762         as abort stub.
763         (__arch_compare_and_exchange_val_32_acq): Define.
764         (atomic_compare_and_exchange_val_acq): Define.
766 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
768         * include/atomic.h: Pretty printing.
770 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
772         * stdio-common/vfscanf.c: Add casts to avoid warnings.
774 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
776         * sysdeps/i386/i486/bits/atomic.h: Rename LOCK to LOCK_PREFIX.
777         * sysdeps/x86_64/bits/atomic.h: Likewise.
779 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
781         * sysdeps/unix/sysv/linux/i386/sysdep.h: Change PUSHARGS_1 and
782         POPARGS_1 to emit labels for the mov instructions.
784 2003-04-14  Jakub Jelinek  <jakub@redhat.com>
786         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (ret_NOERRNO): Define.
788 2003-04-14  Roland McGrath  <roland@redhat.com>
790         * sysdeps/generic/unwind-dw2.c (_Unwind_GetCFA): Add a cast to silence
791         compiler warning.
793         * sysdeps/generic/unwind-pe.h: Fix decl hacks broken in merge.
795 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
797         * string/strxfrm.c (STRXFRM): Terminate rulearr at correct
798         position.  Reported by jreiser@BitWagon.com.
800 2003-04-13  Ulrich Drepper  <drepper@redhat.com>
802         * sysdeps/generic/unwind-dw2-fde.c: Update from recent gcc version.
803         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
804         * sysdeps/generic/unwind-dw2.c: Likewise.
805         * sysdeps/generic/unwind-pe.h: Likewise.
807 2003-04-13  Alexandre Oliva  <aoliva@redhat.com>
809         * sysdeps/unix/sysv/linux/mips/profil-counter: New.
810         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Port to n32/n64.
811         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: New.
812         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Port to n32/n64.
813         (mcontext_t): Make it match the 32-bit mips kernel in o32.
814         * sysdeps/unix/sysv/linux/mips/sys/user.h: Bring in constants from
815         the mips and mips64 headers.
816         (struct user): Port to n32/n64.
818 2003-04-12  Ulrich Drepper  <drepper@redhat.com>
820         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add cast to
821         avoid warning.
823         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): If
824         __ASSUME_VSYSCALL is defined don't add restorer.
825         * sysdeps/unix/sysv/linux/kernel-features.h: Define
826         __ASSUME_VSYSCALL for 2.5.53.
828 2003-04-11  Ulrich Drepper  <drepper@redhat.com>
830         * sysdeps/generic/libc-start.c: Cleanup MAIN_AUXVEC_ARG handling.
831         Remove HAVE_CANCELBUF code.  Replace with code using the new
832         initializers for unwind-based cleanup handling.
833         * sysdeps/generic/unwind.h: Update from latest gcc version.
834         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define labels in a few
835         places to allow unwind data generation.
836         * sysdeps/i386/bits/setjmp.h: Allow file to be included multiple times.
837         * sysdeps/x86_64/bits/setjmp.h: Likewise.
838         * sysdeps/sh/bits/setjmp.h: Likewise.
839         * sysdeps/powerpc/bits/setjmp.h: Likewise.
840         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise.
841         * sysdeps/alpha/bits/setjmp.h: Likewise.
843 2003-04-11  Roland McGrath  <roland@redhat.com>
845         * csu/tst-empty.c: New file.
846         * csu/Makefile (tests, tests-static): Add it.
848 2003-04-11  Jakub Jelinek  <jakub@redhat.com>
850         * string/test-strcmp.c (do_random_tests): Test whether return value
851         has been promoted to wordsize if the ABI requires caller to do so.
852         * string/test-strncmp.c (do_random_tests): Likewise.
853         * string/test-memcmp.c (do_random_tests): Likewise.
855         * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Sign extend rRTN
856         before returning.
858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
859         (__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL
860         is not defined, but the prctl constants are.
862         * string/tester.c (test_strcmp): Fix a typo.
864 2003-04-09  Ulrich Drepper  <drepper@redhat.com>
866         * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD definition.
867         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
869 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
871         * sysdeps/mips/sys/regdef.h (t4,t5,t6,t7): Renamed to t0..t3 on
872         NewABI.
873         (ta0, ta1, ta2, ta3): Defined to t4..t7 on o32, and a4..a7 on
874         NewABI.
875         * sysdeps/mips/mips64/memcpy.S: Adjust register naming
876         conventions.
877         * sysdeps/mips/mips64/memset.S: Likewise.
878         * sysdeps/unix/mips/sysdep.S (__syscall_error) [_LIBC_REENTRANT]:
879         Use t0 instead of t4 as temporary.
881 2003-04-07  Ulrich Drepper  <drepper@redhat.com>
883         * elf/ldconfig.c (parse_conf): Ignore leading whitespace.  Use
884         feof_unlocked instead of feof.
885         (add_dir): Ignore trailing whitespace.
887 2003-04-07  Jakub Jelinek  <jakub@redhat.com>
889         * posix/bug-regex4.c (main): Cap RANGE and STOP arguments to
890         sum of SIZE1 and SIZE2 arguments.
892 2003-04-06  Ulrich Drepper  <drepper@redhat.com>
894         * iconv/iconv_prog.c (process_block): Don't print message about
895         invalid input if the -c option is used.
896         (main): Correctly append IGNORE string for -c option.
898 2002-04-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
900         * sysdeps/sh/bits/atomic.h: Moved to ...
901         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: ... here.  Add comments.
902         (__arch_compare_and_exchange_val_*_acq): Add parens around macro
903         arguments.
904         (atomic_bit_set, atomic_bit_test_set): Likewise.
905         (atomic_exchange_and_add): Likewise.  Don't evaluate VALUE argument
906         twice.
907         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
909 2003-04-06  Roland McGrath  <roland@redhat.com>
911         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Rewrite register
912         restoration as done for setcontext yesterday.
914 2003-04-06  Jakub Jelinek  <jakub@redhat.com>
916         * elf/rtld.c: Revert 2003-03-14 change.
917         * elf/dl-conflict.c (_dl_resolve_conflicts): Move
918         #if ! ELF_MACHINE_NO_RELA conditional into the routine.
920 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
922         * sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].
924         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
925         Always initialize *signgamp before returning an error.
927 2003-04-05  Roland McGrath  <roland@redhat.com>
929         * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing
930         below the stack pointer even if switching to the same context we are
931         running right now.
933 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
935         * catgets/gencat.c (read_input_file): Make sure that \n is not
936         alone on the line before testing for continuation.
938         * math/test-tgmath.c (compile_test): Initialize c.
940 2003-04-05  Alexandre Oliva  <aoliva@redhat.com>
942         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
943         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
944         * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
945         on mips n32.
946         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
947         XSTAT_IS_XSTAT64 must not be used for mips n64.  Use 64-bit data
948         structure on n32 as well.
949         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
950         data types on n32 and n64.
952 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
954         * libio/fileops.c (_IO_new_file_fopen): Don't free step data right
955         after getting them.
957         * malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
958         HAVE_register_atfork_malloc is defined use __register_atfork_malloc
959         instead of __register_atfork.
961 2003-04-05  Jakub Jelinek  <jakub@redhat.com>
963         * stdio-common/reg-printf.c (__register_printf_function): Calloc
964         instead of malloc __printf_arginfo_table and __printf_function_table.
965         Reported by John Reiser <jreiser@BitWagon.com>.
967 2003-04-04  Steven Munroe  <sjmunroe@us.ibm.com>
969         * sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.
970         * sysdeps/powerpc/powerpc64/strlen.S: 64-bit optimizations.
972         * sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
973         defining.
975 2003-04-04  Alexandre Oliva  <aoliva@redhat.com>
977         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust
978         for n64 abi.
980 2003-04-03  Roland McGrath  <roland@redhat.com>
982         * configure.in: Fix up use of compilation flags to match the build:
983         For .s files, $ASFLAGS;
984         For .S files, $CPPFLAGS $ASFLAGS;
985         For .c files, $CFLAGS $CPPFLAGS;
986         when linking, add $LDFLAGS.
987         * configure: Regenerated.
989 2003-04-03  Jakub Jelinek  <jakub@redhat.com>
991         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
992         for atomic_compare_and_exchange_bool_acq failure.
994 2003-04-03  Ulrich Drepper  <drepper@redhat.com>
996         * posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
997         _POSIX2_C_BIND, _POSIX2_C_DEV, _POSIX2_SW_DEV, and
998         _POSXI2_LOCALEDEF to 200112L.  Remove _POSIX2_C_VERSION.
999         Remove declaration of pthread_atfork.
1001 2003-04-02  Ulrich Drepper  <drepper@redhat.com>
1003         * locale/iso-639.def: Add many more languages from the current ISO 639.
1005         * sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
1006         * sysdeps/generic/semtimedop.c: New file.
1007         * sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
1008         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
1009         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1010         * sysvipc/Makefile (routines): Add semtimedop.
1011         * sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
1012         * sysvipc/sys/sem.h: Declare semtimedop.
1014 2003-04-02  Daniel Jacobowitz  <drow@mvista.com>
1016         * configure.in: Check for __register_frame_info in both
1017         -lgcc and -lgcc_eh.
1018         * configure: Regenerated.
1020 2003-04-01  Roland McGrath  <roland@redhat.com>
1022         * scripts/abilist.awk: Allow dots in soname suffix.
1024         * scripts/abilist.awk (emit): Fix bailout condition.
1026 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
1028         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
1029         IA-64 version.
1031         * elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
1032         register as input to asm.
1034 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
1036         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
1038 2003-04-01  Andreas Jaeger  <aj@suse.de>
1040         * configure.in: Output as/ld as name if version is too old.
1042 2003-03-31  Daniel Jacobowitz  <drow@mvista.com>
1044         * configure.in: Don't require an installed C library in the test
1045         for ".set" assembler support.
1047 2003-03-31  Roland McGrath  <roland@redhat.com>
1049         * signal/tst-sigset.c: New file.
1050         * signal/Makefile (tests): Add it.
1052 2003-03-31  Ulrich Drepper  <drepper@redhat.com>
1054         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Define to 65.
1055         * sysdeps/unix/sysv/linux/hppa/bits/signum.h (_NSIG): Likewise.
1056         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Likewise.
1057         * sysdeps/unix/sysv/linux/bits/signum.h (_NSIG): Likewise.
1058         (__SIGRTMAX): Adjust accordingly.
1059         * sysdeps/gnu/siglist.c: If OLD2_SIGLIST_SIZE is defined define
1060         second compatibility symbol set.
1061         * sysdeps/unix/sysv/linux/siglist.h (OLD2_SIGLIST_SIZE): Define.
1063 2003-03-31  Andreas Schwab  <schwab@suse.de>
1065         * sysdeps/m68k/m68020/bits/atomic.h (atomic_increment_and_test):
1066         Define.
1067         (atomic_decrement_and_test): Fix test.
1069 2003-03-31  Jakub Jelinek  <jakub@redhat.com>
1071         * sysdeps/sparc/sparc32/bits/atomic.h: New file.
1072         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: New file.
1073         * sysdeps/sparc/sparc64/bits/atomic.h: New file.
1074         * sysdeps/sparc/sparc32/atomicity.h: Removed.
1075         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: Removed.
1076         * sysdeps/sparc/sparc64/atomicity.h: Removed.
1078 2003-03-30  Roland McGrath  <roland@redhat.com>
1080         * scripts/abilist.awk: Grok .opd foo plus .text .foo as "foo F" alone.
1082         * intl/po2test.sed: Anchor substitution regexps to fix last change.
1084 2003-03-29  Paolo Bonzini  <bonzini@gnu.org>
1086         * intl/po2test.sed: Unify the transformations for msgid and msgstr
1087         and remove a useless s/// command.
1089 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
1091         * sysdeps/ia64/dl-machine.h (RTLD_START): Wrap ".save rp, r0"
1092         directive into empty .prologue region to ensure that call-chain
1093         is terminated even for the first instruction.
1095         * sysdeps/ia64/elf/start.S (_start): Use ".save rp, r0" idiom
1096         to terminate call-chain right from the get-go.
1098         * sysdeps/unix/sysv/linux/ia64/fork.S (fork): Remove unnecessary
1099         stop bit between compare & branch.
1101 2003-03-29  Ulrich Drepper  <drepper@redhat.com>
1103         * stdlib/strtod.c (INTERNAL): Recognize first digit after decimal
1104         point correctly [PR libc/4993].
1106         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid
1107         netlink_open calls if netlink is known to not be available.
1109 2003-03-29  Alexandre Oliva  <aoliva@redhat.com>
1111         * configure.in: Add mips64* support.
1112         * sysdeps/mips/bits/endian.h: Make it bi-endian.
1113         * sysdeps/mips/mipsel/bits/endian.h: Removed.
1114         * sysdeps/mips/mips64/n32/el/bits/endian.h: Removed.
1115         * sysdeps/mips/mips64/n64/el/bits/endian.h: Removed.
1116         * sysdeps/mips/mips32/Makefile (CC): Add -mabi=32.
1117         * sysdeps/mips/mips64/n32/Makefile (CC): Add -mabi=n32.
1118         * sysdeps/mips/mips64/n64/Makefile (CC): Add -mabi=64.
1119         * sysdeps/mips/Implies: Moved wordsize-32 to...
1120         * sysdeps/mips/mips32/Implies: New file.
1121         * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO,
1122         ret_NOERRNO): New.
1123         (ret, PSEUDO_END): Moved past END.
1124         (PSEUDO): Moved to...
1125         * sysdeps/unix/mips/mips32/sysdep.h: New file.
1126         * sysdeps/unix/mips/mips64/n32/sysdep.h: Removed #undef PSEUDO.
1127         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
1128         * sysdeps/unix/sysv/linux/mips/sysdep.h: Move to...
1129         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: New file.
1130         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: New file.
1132         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
1133         Re-introduce ENTRY.
1135 2003-03-28  Thorsten Kukuk  <kukuk@suse.de>
1137         * sysdeps/unix/sysv/linux/ifaddrs.c: New file.
1138         * inet/test-ifaddrs.c: Allow AF_PACKET.
1139         * sysdeps/unix/sysv/linux/kernel-features.h: Add
1140         __ASSUME_NETLINK_SUPPORT.
1142 2003-03-28  Ulrich Drepper  <drepper@redhat.com>
1144         * elf/vismain.c (do_test): Comment out tests which fail in the moment.
1146 2003-03-26  H.J. Lu  <hjl@gnu.org>
1148         * elf/vismod.h (getvarlocal1): Return const char **.
1149         (getvarinmod1): Likewise.
1150         (getvaritcpt1): Likewise.
1151         (getvarlocal2): Likewise.
1152         (getvarinmod2): Likewise.
1153         (getvaritcpt2): Likewise.
1154         (getvaritcpt3): Likewise.
1155         * elf/vismain.c (do_test): Adjusted.
1156         * elf/vismod1.c (getvarlocal1): Return address.
1157         (getvarinmod1): Likewise.
1158         (getvaritcpt1): Likewise.
1159         * elf/vismod2.c (getvarlocal2): Likewise.
1160         (getvarinmod2): Likewise.
1161         (getvaritcpt2): Likewise.
1162         * elf/vismod3.c (getvaritcpt3): Likewise.
1164 2003-03-28  Roland McGrath  <roland@redhat.com>
1166         * elf/vismain.c (do_test): Print both addresses when they don't match.
1168         * scripts/abilist.awk: If given -v filename_regexp and/or -v
1169         libname_regexp when parsing names, then produce output only
1170         for those matching the given regexps.  In combine mode, save all
1171         stanzas for a final sorting by stanza header at the end.
1172         Emit a blank line between stanzas.
1174         * scripts/abilist.awk: When given -v combine=1, do parse_names and
1175         emit a single output stream with lib name in stanza header lines.
1177         * scripts/abilist.awk: Emit A for all *ABS* regardless of type.
1179 2003-03-27  Roland McGrath  <roland@redhat.com>
1181         * sysdeps/powerpc/bits/atomic.h [! __powerpc64__]
1182         (__arch_atomic_decrement_if_positive_64): Fix bogus definition.
1184 2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1186         * sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
1187         Return old value. Make asm output reg constraint earlyclobber.
1188         Renamed from...
1189         (__arch_compare_and_exchange_8_acq): ... this.
1190         (__arch_compare_and_exchange_val_16_acq):
1191         Return old value. Make asm output reg constraint earlyclobber.
1192         Renamed from...
1193         (__arch_compare_and_exchange_16_acq): ... this.
1194         (__arch_compare_and_exchange_val_32_acq):
1195         Return old value. Make asm output reg constraint earlyclobber.
1196         Renamed from...
1197         (__arch_compare_and_exchange_32_acq): ... this.
1198         (__arch_compare_and_exchange_val_64_acq):
1199         Renamed from...
1200         (__arch_compare_and_exchange_64_acq): ... this.
1201         (atomic_exchange_and_add): Use local variables and
1202         __arch_compare_and_exchange_val_64_acq.
1203         (atomic_add): Likewise.
1204         (atomic_add_negative, atomic_add_zero): Use local variables.
1206 2003-03-28  Alexandre Oliva  <aoliva@redhat.com>
1208         * sysdeps/unix/mips/sysdep.S: Include sys/asm.h.
1210 2003-03-27  Ulrich Drepper  <drepper@redhat.com>
1212         * Makefile: Remove libmd5crypt goal.
1214 2003-03-25  Jakub Jelinek  <jakub@redhat.com>
1216         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Restore
1217         special handling of relocations against local symbols.
1219 2003-03-27  Steven Munroe  <sjmunroe@us.ibm.com>
1221         * sysdeps/powerpc/bits/atomic.h
1222         (__arch_compare_and_exchange_bool_32_acq): Move to [!__powerpc64__].
1223         [__powerpc64__] (__arch_compare_and_exchange_bool_32_acq):
1224         Define PPC64 specific version.
1225         [__powerpc64__] (__arch_compare_and_exchange_bool_64_acq):
1226         Change (mem) constraint to "b".
1227         [__powerpc64__] (__arch_atomic_exchange_and add_64):
1228         Replace addi with add. Change (value) contraint to "r".
1229         Change (mem) constraint to "b".
1230         [__powerpc64__] (__arch_atomic_decrement_if_positive_64): New macro.
1231         (__arch_atomic_exchange_32): Change (mem) constraint to "b".
1232         (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
1233         (__arch_atomic_decrement_if_positive_32): New macro.
1234         (atomic_decrement_if_positive): Use __arch* macros.
1236 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
1238         * sysdeps/ia64/fpu/libm-test-ulps: Update.
1240 2003-03-27  Roland McGrath  <roland@redhat.com>
1242         * scripts/rpm2dynsym.sh: New file.
1243         * Makefile (distribute): Add it.
1245 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
1247         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Restore caller's
1248         ar.unat before returning.  Add missing .mem.offset directives
1249         to ensure file gets assembled without warnings.
1250         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1252 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
1254         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
1255         Return -1 instead of 0 if clock_getres failed.
1257 2003-03-27  Roland McGrath  <roland@redhat.com>
1259         * scripts/abilist.awk: If variable `parse_names' is set, grok the file
1260         header lines and write out foo.symlist files for each foo.so.NN listed.
1262         * libio/libioP.h (_IO_wfile_jumps): Remove attribute_hidden.
1263         This symbol is exported, and we don't want to hide it.
1264         Add libc_hidden_proto instead.
1265         (_IO_file_jumps): Add libc_hidden_proto.
1266         * libio/wfileops.c (_IO_wfile_jumps): Add libc_hidden_data_def.
1267         Remove INTVARDEF.
1268         * libio/fileops.c (_IO_file_jumps): Likewise.
1269         * libio/stdfiles.c: Don't use INTUSE on them.
1270         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
1271         * libio/iofopen.c (__fopen_internal): Likewise.
1272         * libio/freopen.c (freopen): Likewise.
1273         * libio/freopen64.c (freopen64): Likewise.
1274         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
1276         * Makerules (check-abi) [$(enable-check-abi) = warn]:
1277         Ignore exit status from diff.
1278         * configure.in (enable_check_abi): Document possible value "warn".
1279         Change default to no for now.
1280         * configure: Regenerated.
1282         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Emit stub_warning
1283         macro calls and a #include <stub-tag.h> at the end.
1284         * Makerules ($(objpfx)stubs): Tweak sed commands.
1286         * sysdeps/unix/sysv/linux/syscalls.list: Use - rather than EXTRA in
1287         caller column for *xattr syscalls, since they are in sysdeps/generic.
1289         * sysdeps/unix/sysv/linux/i386/setfsuid.c: setfsgid -> setfsuid
1290         * sysdeps/unix/sysv/linux/i386/setfsgid.c: setfsuid -> setfsgid
1292 2003-03-26  Roland McGrath  <roland@redhat.com>
1294         * Makerules (check-abi-config): Use /thread instead of /tls when
1295         use-thread and not just use-tls is set.
1297         * Makerules (update-abi): Put quotes around $(update-abi-config).
1299         * elf/Makefile (check-abi): Depend on check-abi-ld.
1300         (update-abi): Depend on update-abi-ld.
1302 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
1304         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Use INTERNAL_SYSCALL and
1305         do not check for errors (unless testing for 32bit variant).
1306         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
1308 2003-03-27  Philip Blundell  <philb@gnu.org>
1310         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
1311         unconditional mov.  Remove nop.
1313         * sysdeps/unix/sysv/linux/kernel-features.h
1314         (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
1315         * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
1316         when __ASSUME_VFORK_SYSCALL is defined.
1317         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
1318         __ASSUME_MMAP2_SYSCALL.
1319         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
1320         __ASSUME_REALTIME_SIGNALS.
1322 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
1324         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
1325         only if DL_NO_COPY_RELOCS is not defined.
1326         * sysdeps/ia64/dl-lookupcfg.h: Define DL_NO_COPY_RELOCS.
1328 2003-03-26  Roland McGrath  <roland@redhat.com>
1330         * sysdeps/unix/make-syscalls.sh: When an undefined syscall has
1331         SOURCE=-, append its symbol names to make variable unix-stub-syscalls.
1332         * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls]
1333         (sysdep_routines): Add stub-syscalls.
1334         ($(objpfx)stub-syscalls.c): New target.
1335         (generated): Add stub-syscalls.c.
1337         * tls.make.c: Also define use-tls according to USE_TLS macro.
1339 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
1341         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
1342         no-op padding element.
1343         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
1344         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
1345         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1346         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1348 2003-03-26  GOTO Masanori  <gotom@debian.or.jp>
1350         * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
1351         condition check for the return value of getgroups32.
1353 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
1355         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
1356         Fix a typo.
1357         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
1358         PSEUDO_END_NOERRNO): Define.
1359         * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
1360         Define to PSEUDO_END.
1362 2003-03-26  Ulrich Drepper  <drepper@redhat.com>
1364         * abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
1366 2003-03-25  Jiro SEKIBA  <jir@yamato.ibm.com>
1368         * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
1369         * iconvdata/bug-iconv4.c: New file.
1370         * iconvdata/Makefile (tests): Add bug-iconv4.
1372 2003-03-25  H.J. Lu  <hjl@gnu.org>
1374         * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
1375         symbols twice.
1376         (_dl_lookup_versioned_symbol): Likewise.
1378 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
1380         * csu/tst-atomic.c (do_test): Add some new
1381         atomic_compare_and_exchange_val_acq, atomic_add_zero,
1382         atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
1383         * include/atomic.h (atomic_add_negative, atomic_add_zero):
1384         Prefix local variable so that it doesn't clash with the one
1385         in atomic_exchange_and_add.
1386         * sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
1387         pointers.
1388         (atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
1389         * sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
1390         value into register.
1391         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
1392         Cast newval to long.
1393         * sysdeps/x86_64/bits/atomic.h
1394         (__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
1395         long.
1396         (atomic_exchange): Cast newvalue to long if sizeof == 8.
1397         (atomic_exchange_and_add): Cast value to long if sizeof == 8.
1398         (atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
1399         (atomic_bit_set): Shift 1L up in all cases to shut up warnings.
1401 2003-03-21  Martin Schwidefsky  <schwidefskyde.ibm.com>
1403         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order
1404         bit from backtrace addresses.
1406 2003-03-21  Andreas Schwab  <schwab@suse.de>
1408         * sysdeps/unix/sysv/linux/i386/chown.c: Don't define any versioned
1409         __chown symbols.
1411 2003-03-25  Roland McGrath  <roland@redhat.com>
1413         * config.make.in (enable-check-abi): New variable from configure.
1414         * configure.in (enable_check_abi): New substituted variable,
1415         controlled by --{enable,disable}-check-abi (default yes).
1416         * configure: Regenerated.
1417         * Makerules [$(enable-check-abi) = yes] (tests): Put this condition
1418         on check-abi dependency.
1420 2003-03-26  Andreas Schwab  <schwab@suse.de>
1422         * sysdeps/m68k/m68020/bits/atomic.h: Fix typos.
1423         * include/atomic.h: Likewise.
1425         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Define ret_NOERRNO.
1427 2003-03-25  Roland McGrath  <roland@redhat.com>
1429         * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
1430         (__arch_atomic_exchange_64): New macro.
1431         (atomic_exchange): Use them.
1432         (__arch_atomic_exchange_and_add_32): New macro.
1433         (__arch_atomic_exchange_and_add_64): New macro.
1434         (atomic_exchange_and_add): Use them.
1435         Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
1437 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
1439         * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
1440         Define.
1441         * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all
1442         ISA tests.
1443         (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA.
1444         (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG.
1445         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
1446         to decide whether to add padding.
1447         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR
1448         to decide whether to add padding.
1449         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct
1450         old_kernel_sigaction): Likewise.
1452 2003-03-25  Ulrich Drepper  <drepper@redhat.com>
1454         * csu/tst-atomic.c: Adjust tests to what atomic_add_negative and
1455         atomic_add_zero were supposed to do.
1456         * include/atomic.h: Adjust atomic_add_negative and atomic_add_zero
1457         to x86 behavior.
1459         * sysdeps/generic/bits/typesizes.h (__TIMER_T_TYPE): Define as void*.
1460         This matches the new timer implementation.
1461         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__TIMER_T_TYPE):
1462         Likewise.
1463         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__TIMER_T_TYPE):
1464         Likewise.
1465         * sysdeps/unix/sysv/linux/bits/siginfo.h (struct siginfo): Adjust
1466         timer info for what the kernel provides these days.
1467         (struct sigevent): Add _tid field.
1468         Define SIGEV_THREAD_ID.
1469         Remove struct __pthread_attr_s forward declaration.
1470         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
1471         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
1472         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1473         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1475         * Versions.def (librt): Add GLIBC_2.3.3.
1477         * abilist/libpthread.abilist: Update for nptl.
1479 2003-03-24  Jon Grimm  <jgrimm@us.ibm.com>
1481         * inet/netinet/in.h: Add IPPROTO_SCTP.
1483 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
1485         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLET): Define.
1487 2003-03-24  Philip Blundell  <philb@gnu.org>
1489         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL):
1490         Remove a1 from clobber list.
1492 2003-03-24  Ulrich Drepper  <drepper@redhat.com>
1494         * timezone/antarctica: Update from tzdata2003a.
1495         * timezone/asia: Likewise.
1496         * timezone/australasia: Likewise.
1497         * timezone/europe: Likewise.
1498         * timezone/iso3166.tab: Likewise.
1499         * timezone/northamerica: Likewise.
1500         * timezone/southamerica: Likewise.
1501         * timezone/zone.tab: Likewise.
1503 2003-03-24  Steven Munroe  <sjmunroe@us.ibm.com>
1505         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
1507 2003-03-23  Ulrich Drepper  <drepper@redhat.com>
1509         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
1510         unwanted expansion by definining to ret.  Patch by Ian Wienand.
1512         * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
1513         the parameter description to denote no error checking.  Generate
1514         appropriate pseudo asm code.
1515         * sysdeps/unix/syscalls.list: Mark getgid, getpid, getuid with 'E'.
1516         * sysdeps/unix/sysv/linux/syscalls.list: Mark getegid, geteuid,
1517         getpgrp, and getppid with 'E'.
1518         * sysdeps/powerpc/powerpc32/sysdep.h: Define PSEUDO_NOERRNO,
1519         PSEUDO_END_NOERRNO, and ret_NOERRNO.
1520         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
1521         * sysdeps/unix/sysdep.h: Likewise.
1522         * sysdeps/unix/alpha/sysdep.h: Likewise.
1523         * sysdeps/unix/sparc/sysdep.h: Likewise.
1524         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1525         * sysdeps/unix/sysv/linux/cris/sysdep.h: Likewise.
1526         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
1527         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1528         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1529         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1530         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1531         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1532         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1533         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1534         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1536 2003-03-23  Roland McGrath  <roland@redhat.com>
1538         * Makeconfig (+includes): Don't use $(last-includes).
1540 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
1542         * sysdeps/unix/sysv/linux/configure.in: Update mips64 patterns.
1543         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1545 2003-03-23  Jakub Jelinek  <jakub@redhat.com>
1547         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1548         * sysdeps/arm/libm-test-ulps: Update.
1549         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1550         * sysdeps/ia64/fpu/libm-test-ulps: Update.
1551         * sysdeps/mips/fpu/libm-test-ulps: Update.
1552         * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
1553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1554         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
1555         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
1556         * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
1557         * sysdeps/s390/fpu/libm-test-ulps: Update.
1558         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1560 2003-03-22  Roland McGrath  <roland@redhat.com>
1562         * include/atomic.h: Put parens around all macro arguments.
1563         (__atomic_val_bysize, __atomic_bool_bysize): New macros.
1564         (atomic_compare_and_exchange_val_acq): Use it.
1565         (atomic_compare_and_exchange_bool_acq): Likewise.
1566         (atomic_increment_and_test): Invert sense of test.
1567         (atomic_decrement_and_test): Likewise.
1568         * csu/tst-atomic.c: Update those tests to match.
1570 2003-03-22  Jakub Jelinek  <jakub@redhat.com>
1572         * include/atomic.h (atomic_compare_and_exchange_val_acq): Add comment.
1573         Don't define if __arch_compare_and_exchange_val_32_acq is not defined.
1574         (atomic_compare_and_exchange_bool_acq): Add comment.  Don't use
1575         __oldval variable in the macro, since it might be macro argument.
1576         (atomic_decrement_if_positive): Initialize __memp, remove setting
1577         of non-existent variable.
1578         (atomic_bit_test_set): Cast 1 to __typeof (*mem) before shifting.
1579         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Implement
1580         using atomic_compare_and_exchange_val_acq.
1581         (atomic_decrement_if_positive, atomic_bit_test_set): Define.
1582         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
1583         Renamed from...
1584         (__arch_compare_and_exchange_bool_8_acq): ... this.
1585         (__arch_compare_and_exchange_val_16_acq): Renamed from...
1586         (__arch_compare_and_exchange_bool_16_acq): ... this.
1587         (__arch_compare_and_exchange_val_32_acq): Return old value.  Renamed
1588         from...
1589         (__arch_compare_and_exchange_bool_32_acq): ... this.
1590         (__arch_compare_and_exchange_val_64_acq): Return old value.  Renamed
1591         from...
1592         (__arch_compare_and_exchange_bool_64_acq): ... this.
1593         (__arch_compare_and_exchange_val_32_acq): Use __typeof for local
1594         variables types instead of assuming int.
1595         Change prefix of local variables to __arch.
1596         * sysdeps/generic/bits/atomic.h (arch_compare_and_exchange_acq):
1597         Remove.
1598         (atomic_compare_and_exchange_val_acq,
1599         atomic_compare_and_exchange_bool_acq): Define.
1601         * csu/tst-atomic.c: New test.
1602         * csu/tst-atomic-long.c: New test.
1603         * csu/Makefile (tests): Add tst-atomic and tst-atomic-long.
1605         * malloc/memusagestat.c (main): Kill warning if uint64_t is ulong.
1607         * sysdeps/s390/Versions: Add trailing newline.
1609         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Kill warning
1610         if INTERNAL_SYSCALL_ERROR_P doesn't use its first argument.
1612 2003-03-22  Andreas Schwab  <schwab@suse.de>
1614         * sysdeps/m68k/fpu/libm-test-ulps: Update.
1616         * sysdeps/m68k/m68020/bits/atomic.h: New file.
1617         * sysdeps/m68k/m68020/atomicity.h: Removed.
1619 2003-03-22  Alexandre Oliva  <aoliva@redhat.com>
1621         * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation
1622         data structures and macros.  Protect from multiple inclusion.
1624         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless
1625         typo in #if test.
1627 2003-03-21  Andreas Jaeger  <aj@suse.de>
1629         * sysdeps/i386/fpu/libm-test-ulps: Update.
1631         * math/libm-test.inc (tgamma_test): Recompute some constants with
1632         36 digits precision.
1633         (lgamma_test): Likewise.
1634         (ccos_test): Likewise.
1635         (ccosh_test): Likewise.
1636         (clog10_test): Likewise.
1637         (csin_test): Likewise.
1638         (csinh_test): Likewise.
1639         (ctan_test): Likewise.
1640         (ctanh_test): Likewise.
1642 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
1644         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerated.
1646 2003-03-21  Roland McGrath  <roland@redhat.com>
1648         * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir"
1649         constraint to permit non-constant BIT argument.
1650         (atomic_bit_test_set): Likewise.
1651         * sysdeps/x86_64/bits/atomic.h (atomic_bit_test_set): Likewise.
1652         (atomic_bit_set): Likewise.  Use 1UL in case that BIT might be >= 32.
1653         For quadword case, use "i" constraint if __builtin_constant_p and < 32
1654         or "r" constraint otherwise.
1656         * configure.in: Move AC_PROG_CC and other program-finding before all
1657         the version checks.
1658         * configure: Regenerated.
1660 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
1662         * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke
1663         unaligned copying of 8-15 bytes.  From Chris Demetriou
1664         <cgd@broadcom.com>.  Fix label names.
1665         * sysdeps/mips/mips64/memset.S: Fix label names.  Make similar
1666         change as to memcpy.S.
1667         * sysdeps/mips/memcpy.S: Formatting changes.
1668         * sysdeps/mips/memset.S: Likewise.
1670 2003-03-21  Roland McGrath  <roland@redhat.com>
1672         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
1674 2003-03-21  Alexandre Oliva  <aoliva@redhat.com>
1676         * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New.
1677         * sysdeps/mips/memcpy.S, sysdeps/mips/memset.S: Update comments.
1679 2003-03-21  Roland McGrath  <roland@redhat.com>
1681         * sysdeps/i386/i486/bits/atomic.h
1682         (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling
1683         version of the macro to avoid compile-time warnings.
1684         [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above.
1685         (atomic_exchange_and_add, atomic_add): Fix name and usage of it.
1686         (atomic_increment, atomic_decrement): Likewise.
1688 2003-03-21  Ulrich Drepper  <drepper@redhat.com>
1690         * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.
1691         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1693 2003-03-21  Roland McGrath  <roland@redhat.com>
1695         * include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
1697 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1699         * include/atomic.h: Define atomic_compare_and_exchange_val_acq,
1700         atomic_compare_and_exchange_val_rel,
1701         atomic_compare_and_exchange_bool_acq, and
1702         atomic_compare_and_exchange_bool_rel instead of
1703         atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
1704         * sysdeps/i386/i486/bits/atomic.h: Define
1705         __arch_compare_and_exchange_val_*_acq instead of
1706         __arch_compare_and_exchange_*_acq.
1707         * sysdeps/x86_64/bits/atomic.h: Likewise.
1708         * sysdeps/ia64/bits/atomic.h: Define
1709         __arch_compare_and_exchange_bool_*_acq instead of
1710         __arch_compare_and_exchange_*_acq.
1711         * sysdeps/powerpc/bits/atomic.h: Likewise.
1712         * sysdeps/s390/bits/atomic.h: Likewise.
1713         * gmon/mcount.c: Adjust for new form of compare&exchange macros.
1714         * malloc/set-freeres.c: Likewise.
1715         * nscd/cache.c: Likewise.
1716         * stdlib/cxa_finalize.c: Likewise.
1717         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1719 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1721         * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs.
1722         * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust.
1723         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
1725         * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset
1726         into high and low halves on n64.
1727         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1728         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1729         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1731 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1733         * include/atomic.h (atomic_decrement_if_positive): Adjust for the
1734         correct atomic_compare_and_exchange_acq semantics.
1736 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1738         * sysdeps/mips/ieee754.h: Remove excess #endif.
1740 2003-03-20  Roland McGrath  <roland@redhat.com>
1742         * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
1743         variable.  Remove superfluous memory clobber.
1745         * include/atomic.h: Syntax braino fix.
1747         * posix/tst-nice.c (do_test): Use %m formats instead of printing errno
1748         in decimal.  Don't bail if niced at start.  Just check that nice call
1749         bumps the total at all.
1751 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1753         * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers,
1754         including pc, gp, sp and fp, as long long.
1755         * sysdeps/mips/mips64/setjmp.S: Pass gp to __sigsetjmp_aux.
1756         * sysdeps/mips/mips64/setjmp_aux.c: Adjust type of arguments.
1757         Add gp argument, and set gp in the jmpbuf to it.
1758         * sysdeps/mips/setjmp_aux.c: Revert to o32-only.
1760 2003-03-20  Ulrich Drepper  <drepper@redhat.com>
1762         * include/atomic.h: Define atomic_exchange and
1763         atomic_decrement_if_positive if not already defined.  Add some
1764         __builtin_expect.
1765         * sysdeps/i386/i486/bits/atomic.h: Define atomic_exchange.
1766         * sysdeps/x86_64/bits/atomic.h: Likewise.
1767         * sysdeps/ia64/bits/atomic.h: Pretty printing.  Define atomic_exchange.
1768         * sysdeps/powerpc/bits/atomic.h: Pretty printing.  Define
1769         atomic_exchange, atomic_exchange_and_add, and
1770         atomic_decrement_if_positive
1772 2003-03-20  Alexandre Oliva  <aoliva@redhat.com>
1774         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend
1775         with a single instruction.
1777         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
1778         properly for n64.
1779         (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
1780         type.
1781         (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
1782         Word before comparing with gotsym.  Take reloc_addr argument as
1783         void*.  Remove the code added for the compiler to drop any
1784         alignment assumptions.
1786 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1788         * Makefile (distribute): Add include/atomic.h and bits/atomic.h.
1789         * include/atomic.h: New file.
1790         * sysdeps/i386/i486/bits/atomic.h: New file.
1791         * sysdeps/x86_64/bits/atomic.h: New file.
1792         * sysdeps/s390/bits/atomic.h: New file.
1793         * sysdeps/sh/bits/atomic.h: New file.
1794         * sysdeps/ia64/bits/atomic.h: New file.
1795         * sysdeps/powerpc/bits/atomic.h: New file.
1796         * sysdeps/generic/bits/atomic.h: New file.
1797         * sysdeps/i386/i486/atomicity.h: Removed.
1798         * sysdeps/x86_64/atomicity.h: Removed.
1799         * sysdeps/s390/s390-32/atomicity.h: Removed.
1800         * sysdeps/s390/s390-64/atomicity.h: Removed.
1801         * sysdeps/ia64/atomicity.h: Removed.
1802         * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
1803         * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
1804         * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
1805         use of macros from atomicity.h to new names and semantics.
1806         * gmon_mcount.c: Likewise.
1807         * malloc/set-freeres.c: Likewise.
1808         * nscd/cache.c: Likewise.
1809         * stdlib/cxa_finalize.c: Likewise.
1810         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1812 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
1814         * sysdeps/mips/ieee754.h: New file, suitable to replace both
1815         ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
1816         mips-specific for now.
1818 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1820         * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
1821         hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
1822         * stdlib/tst-strtod.c: Add test for the bug.
1824         * posix/tst-nice.c (do_test): Remove invalid of return value.
1825         Don't run test if initial level != 0.
1827 2003-03-19  Amos Waterland  <apw@us.ibm.com>
1829         * posix/tst-nice.c: New file.
1830         * posix/Makefile (tests): Add tst-nice.
1832 2003-03-18  Roland McGrath  <roland@redhat.com>
1834         * abilist: New directory of libfoo.abilist files maintained using
1835         scripts/merge-abilist.awk and "make update-abi" rules.
1836         * Makefile (distribute): Add abilist/*.abilist.
1837         * Makerules [$(build-shared) = yes] [$(subdir)] (tests):
1838         Depend on check-abi.
1840         * configure.in: Move $critic_missing check after all AC_CHECK_PROG_VER.
1841         * configure: Regenerated.
1843         * sysdeps/unix/sysv/linux/syscalls.list (posix_fadvise64): Fix name.
1845 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1847         * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
1848         correctly.
1850 2003-03-18  Steven Munroe  <sjmunroe@us.ibm.com>
1852         * sysdeps/powerpc/powerpc64/memcpy.S: New file.
1854 2003-03-18  Ulrich Drepper  <drepper@redhat.com>
1856         * Versions.def: Add GLIBC_2.3.3 for libpthread.
1858 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1860         * sysdeps/generic/libc-start.c [!SHARED &&
1861         !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
1863 2003-03-17  Roland McGrath  <roland@redhat.com>
1865         * include/ctype.h: Revert last change.
1867 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1869         * argp/tst-argp1.c: Use test-skeleton.c.
1870         * locale/tst-C-locale.c: Likewise.
1872 2003-03-17  Alexandre Oliva  <aoliva@redhat.com>
1874         * sysdeps/mips/mips64/Implies: Move wordsize-64 to...
1875         * sysdeps/mips/mips64/n64/Implies: New file.
1876         * sysdeps/mips/mips64/n64/Makefile: New file.
1877         * sysdeps/mips/mips64/n64/el/bits/endian.h: New file.
1878         * sysdeps/mips/mips64/n32/Implies: New file.
1879         * sysdeps/mips/mips64/n32/Makefile: New file.
1880         * sysdeps/mips/mips64/n32/el/bits/endian.h: New file.
1881         * sysdeps/unix/mips/mips64/n32/sysdep.h: New file.
1882         * sysdeps/unix/mips/mips64/n64/sysdep.h: New file.
1883         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: New file.
1884         * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: New file.
1885         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: New file.
1886         * sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h: New file.
1887         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: New file.
1888         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: New file.
1889         * sysdeps/unix/sysv/linux/mips/mips64/send.c: New file.
1890         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S: New file.
1891         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: New file.
1892         * sysdeps/unix/sysv/linux/mips/mips64/umount.c: New file.
1893         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: New file.
1895         * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use
1896         lib64 for mips64/n64 and lib32 for mips64/n32.
1897         (ldd_rewrite_script): Needed for all mips64 configurations.
1898         * sysdeps/unix/sysv/linux/configure: Rebuilt.
1899         * sysdeps/unix/sysv/linux/mips/mips64/ldd-rewrite.sed: New file.
1900         * sysdeps/unix/sysv/linux/mips/mips64/Dist: New file.
1902         * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as
1903         well.
1905         * sysdeps/unix/sysv/linux/mips/configure.in: New.  Pre-process
1906         asm/unistd.h into asm-unistd.h.
1907         * sysdeps/unix/sysv/linux/mips/configure: Generated.
1908         * sysdeps/unix/sysv/linux/mips/Makefile: Do custom processing
1909         of syscall list.
1910         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: New file.
1911         * sysdeps/unix/sysv/linux/mips/clone.S: Don't include
1912         asm/unistd.h.
1914         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file.
1915         * sysdeps/unix/sysv/linux/mips/ptrace.c: New file.  Use long
1916         long type for registers on n32.
1918         * sysdeps/mips/bits/wordsize.h: New file, appropriate for all
1919         3 ABIs.
1920         * sysdeps/mips/mips64/gmp-mparam.h: New file.  Define
1921         BITS_PER_LONGINT to __WORDSIZE, to match all 3 ABIs.
1922         * sysdeps/mips/setjmp_aux.c (STRINGXP, REGS, PTRS): New macros.
1923         (__sigsetjmp_aux): Use them.  Adjust for all 3 ABIs.
1924         * sysdeps/mips/elf/start.S: Adjust for all 3 ABIs.
1925         * sysdeps/unix/mips/brk.S: Likewise.
1926         * sysdeps/unix/mips/sysdep.S: Likewise.
1927         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1928         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Likewise.
1929         * sysdeps/mips/sys/ucontext.h: Likewise.
1930         * sysdeps/unix/sysv/linux/mips/sys/profcs.h: Likewise.
1931         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1932         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1933         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
1934         * sysdeps/mips/mips64/bsd-setjmp.S: Likewise.
1935         * sysdeps/mips/mips64/setjmp.S: Likewise.
1936         * sysdeps/mips/mips64/bits/setjmp.h: Deleted, obsolete.
1937         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Use long long for
1938         64-bit types.
1940 2003-03-16  Ulrich Drepper  <drepper@redhat.com>
1942         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here,
1943         not at function level.
1944         * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
1946 2003-03-15  Roland McGrath  <roland@redhat.com>
1948         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
1949         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
1950         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise.
1951         * nis/nis_table.c (__create_ib_request): Likewise.
1953         * posix/fnmatch_loop.c: Add casts for signedness.
1954         * nss/nss_files/files-hosts.c: Likewise.
1955         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1956         * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN.
1957         * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.
1959         * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
1960         get errors into the log file.
1961         (libc_cv_broken_visibility_attribute): Likewise.
1962         (libc_cv_broken_alias_attribute): Likewise.
1963         (libc_cv_asm_weak_directive): Likewise.
1964         (libc_cv_need_minus_P): Likewise.
1965         (libc_cv_dot_text): Likewise.
1966         (libc_cv_asm_global_directive): Likewise.
1967         (libc_cv_asm_type_prefix): Likewise.
1968         * configure: Regenerated.
1970         * nscd/cache.c (cache_search): Give first arg type `request_type'.
1971         * nscd/nscd.h: Update decl.
1973         * nscd/nscd_getpw_r.c (nscd_getpw_r): Add casts for signedness.
1974         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1975         * elf/dl-close.c (_dl_close): Likewise.
1976         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): int -> size_t
1977         * io/fts.c (fts_build): Likewise.
1978         * elf/cache.c (add_to_cache): Likewise.
1979         * locale/programs/locarchive.c (show_archive_content): Likewise.
1981         * posix/fnmatch.c (fnmatch): Tweak __builtin_expect use.
1983         * include/ctype.h (__ctype_b_loc): Tweak type punning to make gcc 3.3
1984         happy.
1985         (__ctype_toupper_loc, __ctype_tolower_loc): Likewise.
1987 2003-03-15  Ulrich Drepper  <drepper@redhat.com>
1989         * sysdeps/unix/sysv/linux/ia64/system.c: Use the generic Linux
1990         code for most parts.
1992 2003-03-15  Roland McGrath  <roland@redhat.com>
1994         * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
1995         * sysdeps/unix/sysv/linux/system.c: ... here.
1996         (FORK): Don't #define if already #define'd.
1997         * sysdeps/unix/sysv/linux/s390/system.c: File removed.
1998         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
1999         (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
2001         * dlfcn/tst-dlinfo.c: New file.
2002         * dlfcn/Makefile (tests): Add tst-dlinfo.
2003         ($(objpfx)tst-dlinfo): New target.
2005         * dlfcn/dlinfo.c: New file.
2006         * dlfcn/Makefile (libdl-routines): Add it.
2007         * dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
2008         * dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
2009         [__USE_GNU] (RTLD_DI_*): New enum constants.
2010         [__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
2011         * elf/dl-load.c (cache_rpath): New inline function.
2012         (_dl_map_object): Use it.
2013         (_dl_rtld_di_serinfo): New function.
2014         * sysdeps/generic/ldsodefs.h: Declare it.
2015         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
2017         * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.
2018         (LIBC_START_MAIN, LIBC_START_MAIN_AUXVEC_ARG, MAIN_AUXVEC_ARG)
2019         (INIT_MAIN_ARGS): Define, and #include <sysdeps/generic/libc-start.c>.
2020         (__libc_start_main): Just call the generic one for most of the work.
2022         * sysdeps/generic/libc-start.c [LIBC_START_MAIN]: If defined, define a
2023         static function by that name instead of BP_SYM (__libc_start_main).
2024         [LIBC_START_MAIN_AUXVEC_ARG]: Take AUXVEC as argument.
2025         [MAIN_AUXVEC_ARG]: Pass 4th argument to MAIN.
2026         [INIT_MAIN_ARGS]: Give INIT the same args as MAIN.
2028         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_PLATFORM_AUXV]:
2029         Use this macro for extra AT_* cases.
2030         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_PLATFORM_AUXV):
2031         New macro, guts from ...
2032         (__aux_init_cache): ... here, function removed.
2033         (DL_PLATFORM_INIT): Don't define this.
2035         * sysdeps/powerpc/powerpc32/memset.S: Put __cache_line_size in bss.
2036         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
2038         * Versions.def (libthread_db): Add GLIBC_2.3.3 set.
2040 2003-03-14  Roland McGrath  <roland@redhat.com>
2042         * dlfcn/dlerror.c (dlerror): If objname is "", don't put ": " after it.
2044 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
2046         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
2048         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
2049         sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
2051 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
2053         * sysdeps/mips/fpu/bits/mathdef.h: New.
2054         (__NO_LONG_DOUBLE_MATH): Define for o32.
2056         * sysdeps/mips/sys/asm.h: Formatting changes.
2057         (PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
2058         (CPADD): Define for all of them.
2059         (SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
2060         SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
2061         NARGSAVE): Define per ABI spec.
2062         (END): Don't redefine.
2063         (LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
2064         LONG_SRAV): Remove duplicate definitions.
2065         (PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
2066         PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
2067         PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
2068         (PTR_LA): Define for all 3 ABIs.
2070         * sysdeps/mips/dl-machine.h: Include sys/asm.h.
2071         (elf_machine_matches_host): Prevent linking of o32 and n32
2072         together.
2073         (elf_machine_dynamic): Document assumption on $gp.
2074         (STRINGXP, STRINGXV, STRINGV_): New macros.
2075         (elf_machine_load_address): Use them to stringize PTR_LA and
2076         PTR_SUBU.
2077         (ELF_DL_FRAME_SIZE, ELF_DL_SAVE_ARG_REGS,
2078         ELF_DL_RESTORE_ARG_REGS, IFABIO32): New macros used in...
2079         (_dl_runtime_resolve): Adjust it for all 3 ABIs.
2080         (__dl_runtime_resolve): Cast the symtab initializer to the
2081         right type.
2082         (RTLD_START): Use it.  Adjust it for all 3 ABIs.
2083         (elf_machine_rel): Mark as always_inline in RTLD_BOOTSTRAP.
2084         Handle 64-bit R_MIPS_REL composite relocation and accept
2085         R_MIPS_64 relocations to shift addend size to 64 bits.
2086         Document assumption regarding local GOT entries.  Document
2087         backward-compatibility departing from the ABI behavior in
2088         applying relocations that reference section symbols, no longer
2089         used.  Support relocations to mis-aligned offsets.
2090         * sysdeps/mips/mips64/dl-machine.h: Deleted, obsolete.
2092         * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.
2094         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
2095         (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
2096         * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
2097         restore_rt functions.  Use them.
2099         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
2100         .set mips2 on new abis.
2102 2003-03-13  Ulrich Drepper  <drepper@redhat.com>
2104         * posix/getconf.c: Recognize POSIX2_SYMLINKS.
2105         * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS.
2106         * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS.
2107         * sysdeps/posix/pathconf.c: Likewise.
2108         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
2109         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2110         * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks.
2112         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic
2113         words.
2115 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
2117         * include/gmp.h: Include/gmp-mparam.h.
2118         * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and
2119         gmp-impl.h.
2121         * elf/dl-conflict.c: Don't compile _dl_resolve_conflicts if
2122         ELF_MACHINE_NO_RELA is set.
2123         * elf/rtld.c (dl_main): No prelink support for REL-only.
2125         * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
2126         FLAG_MIPS64_LIBN64): Define.
2127         * elf/cache.c (print_entry): Handle mips64 n32 and n64.
2129         * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis.
2130         * sysdeps/mips/memset.S: Likewise.
2131         * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11
2132         depending on the ABI.
2134         * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add):
2135         Don't .set mips2 on new abi.
2136         (compare_and_swap): Likewise.  Support 64-bit longs on n64.
2138         * stdlib/fpioconst.h: Include gmp.h with angle brackets.
2140 2003-03-13  Roland McGrath  <roland@redhat.com>
2142         * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs
2143         found.  Reported by Alexandre Oliva <aoliva@redhat.com>.
2145 2003-03-13  Alexandre Oliva  <aoliva@redhat.com>
2147         * stdio-common/_itoa.c (_itoa_base_table): Make 64-bit
2148         literals long long.
2149         * stdlib/fpioconst.c: Likewise.
2150         * stdlib/strtod.c: Likewise.
2152         * sysdeps/mips/add_n.S: Use L macro for local labels.
2153         * sysdeps/mips/addmul_1.S: Likewise.
2154         * sysdeps/mips/lshift.S: Likewise.
2155         * sysdeps/mips/memcpy.S: Likewise.
2156         * sysdeps/mips/memset.S: Likewise.
2157         * sysdeps/mips/mul_1.S: Likewise.
2158         * sysdeps/mips/rshift.S: Likewise.
2159         * sysdeps/mips/sub_n.S: Likewise.
2160         * sysdeps/mips/submul_1.S: Likewise.
2161         * sysdeps/mips/mips64/add_n.S: Likewise.
2162         * sysdeps/mips/mips64/addmul_1.S: Likewise.
2163         * sysdeps/mips/mips64/lshift.S: Likewise.
2164         * sysdeps/mips/mips64/mul_1.S: Likewise.
2165         * sysdeps/mips/mips64/rshift.S: Likewise.
2166         * sysdeps/mips/mips64/sub_n.S: Likewise.
2167         * sysdeps/mips/mips64/submul_1.S: Likewise.
2168         * sysdeps/unix/mips/sysdep.h: Define L() according to ABI
2169         conventions.  Define END as in sys/asm.h.
2170         * sysdeps/unix/mips/sysdep.S: Likewise.
2171         * sysdeps/unix/mips/wait.S: Likewise.
2172         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
2174         * sysdeps/ieee754/dbl-64/dbl2mpn.c (__mpn_extract_double):
2175         Cast shifted values that may be too narrow to mp_limb_t.
2176         * sysdeps/ieee754/dbl-64/mpn2dbl.c (__mpn_construct_double):
2177         Likewise.
2178         * sysdeps/ieee754/flt-32/mpn2flt.c (__mpn_construct_float):
2179         Likewise.
2180         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c
2181         (__mpn_extract_long_double): Likewise.
2182         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c
2183         (__mpn_construct_long_double): Likewise.
2184         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c
2185         (__mpn_extract_long_double): Likewise.
2186         * sysdeps/ieee754/ldbl-96/mpn2ldbl.c
2187         (__mpn_construct_long_double): Likewise.
2189 2003-03-13  Roland McGrath  <roland@redhat.com>
2191         * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line
2192         entries in the map file match too.
2194 2003-03-13  Guido Guenther  <agx@sigxcpu.org>
2196         * sysdeps/unix/sysv/linux/mips/clone.S: introduce and use local
2197         label .Lthread_start since current binutils don't allow branches
2198         to globally visible symbols.
2200 2003-03-13  Jakub Jelinek  <jakub@redhat.com>
2202         * sysdeps/unix/sysv/linux/ia64/sysdep.h (BREAK_INSN_1, BREAK_INSN,
2203         ASM_OUTARGS_0, ASM_OUTARGS_1, ASM_OUTARGS_2, ASM_OUTARGS_3,
2204         ASM_OUTARGS_4, ASM_OUTARGS_5, ASM_OUTARGS_6): Define.
2205         (INTERNAL_SYSCALL, INLINE_SYSCALL): Use it.  Make syscall arguments
2206         clobbered by the syscall.
2207         (ASM_ARGS_1, ASM_ARGS_2, ASM_ARGS_3, ASM_ARGS_4, ASM_ARGS_5,
2208         ASM_ARGS_6): Change constraints from r to index of corresponding
2209         output register.
2210         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Swap
2211         ptid and ctid to match kernel.
2212         * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Likewise.
2214 2003-03-12  Steven Munroe  <sjmunroe@us.ibm.com>
2216         * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
2217         AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
2218         * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
2220 2003-03-11  Roland McGrath  <roland@redhat.com>
2222         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
2223         Check SYM_MAP rather than SYM as definedness check.
2224         Handle R_PPC64_ADDR32, R_PPC64_ADDR30, and R_PPC64_REL64 relocs.
2225         Don't handle R_PPC64_REL24 reloc.
2226         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
2228         * sysdeps/powerpc/powerpc64/dl-machine.h
2229         [USE_TLS] (elf_machine_type_class): Match all the TLS relocs in a
2230         block, so we cover all the TPREL16* flavors without 6 ||s.
2231         [USE_TLS] (elf_machine_tprel): New function.
2232         (elf_machine_rela) [USE_TLS]: Use elf_machine_tprel for TPREL64 reloc,
2233         and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
2234         Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
2236 2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
2238         * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
2239         instead of jalr to invoke subroutine so restoring the $gp register
2240         will work properly.
2242 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2244         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
2245         to __NR_pread if not defined.
2246         (__NR_pwrite64): Define to __NR_pwrite if not defined.
2248 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
2250         * sysdeps/unix/sysv/linux/ia64/system.c: New file.
2251         * sysdeps/unix/sysv/linux/kernel-features.h
2252         (__ASSUME_CLONE_THREAD_FLAGS): Define for IA-64 and s390* with
2253         kernel >= 2.5.64.
2255 2003-03-11  Jakub Jelinek  <jakub@redhat.com>
2257         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
2258         allocate space even for the trailing '/'.
2259         Reported by John Reiser <jreiser@BitWagon.com>.
2261         * sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
2262         ASM_CLOBBERS_6): Define.
2263         (ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
2264         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
2265         to match IA-32 order.
2266         * sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.
2268 2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>
2270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
2271         Copy extra params for NPTL to registers used in clone syscall.
2273 2003-03-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2275         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
2276         call names for pread and pwrite.
2278 2003-03-10  Roland McGrath  <roland@redhat.com>
2280         * dlfcn/Makefile (libdl-routines): Add dladdr1.
2281         * dlfcn/dladdr1.c: New file.
2282         * dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
2283         [__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
2284         * elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
2285         a const ElfNN_Sym ** to fill in.
2286         * include/dlfcn.h: Update decl.  Include <link.h>.
2287         * dlfcn/dladdr.c (dladdr): Update caller.
2288         * malloc/mtrace.c (tr_where): Likewise.
2289         * sysdeps/generic/elf/backtracesyms.c: Likewise.
2290         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
2291         * dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
2292         * Versions.def (libdl): Define GLIBC_2.3.3 set.
2294         * sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
2295         assembler command.
2296         * sysdeps/unix/Makefile (compile-syscall): New variable.
2297         Pass -g0 to compiler for assembling syscall stubs from stdin.
2299         * sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
2300         (STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
2301         Define these to do nothing.
2303         * configure.in: New check for -g on .S files.
2304         * configure: Regenerated.
2305         * config.make.in (have-cpp-asm-debuginfo): New variable.
2306         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
2307         * Makeconfig (ASFLAGS): New variable, if undefined and
2308         $(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
2309         * Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
2311 2003-03-09  Roland McGrath  <roland@redhat.com>
2313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
2314         used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.
2316 2003-03-09  Ulrich Drepper  <drepper@redhat.com>
2318         * po/fi.po: Update from translation team.
2319         * po/ca.po: Likewise.
2320         * po/da.po: Likewise.
2322 2003-03-08  Ulrich Drepper  <drepper@redhat.com>
2324         * rt/tst-aio7.c (do_test): Change BYTES into a #define.
2326 2003-03-07  Ulrich Drepper  <drepper@redhat.com>
2328         * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
2330         * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
2332 2003-03-07  Roland McGrath  <roland@redhat.com>
2334         * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
2335         * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
2337 2003-03-04  Guido Guenther  <agx@sigxcpu.org>
2339         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
2340         stubs, we have INLINE_SYSCALL.
2341         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
2342         MAP_NONBLOCK.
2344 2003-03-06  Roland McGrath  <roland@redhat.com>
2346         * rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1
2347         permanent extent and add a comment about testing its implicit teardown.
2349 2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2351         * rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
2353 2003-03-05  Ulrich Drepper  <drepper@redhat.com>
2355         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
2356         reversed __builtin_expect expectation.
2358 2003-03-05  Roland McGrath  <roland@redhat.com>
2360         * stdio-common/sscanf.c: Use prototype defn with ... syntax.
2361         * libio/swscanf.c: Likewise.
2362         * libio/swprintf.c: Likewise.
2364 2003-03-04  Roland McGrath  <roland@redhat.com>
2366         * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
2367         (elf_machine_rela): Always use RESOLVE_MAP, needed for
2368         R_PPC64_JMP_SLOT as well as TLS cases.
2369         (BIT_INSERT): Move parenthesis where it ought to have been.
2370         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
2372         * posix/confstr.c (confstr): Correct STRING_LEN values for
2373         _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
2374         break.  Reported by Alexandre Julliard <julliard@winehq.com>.
2376 2003-03-04  Jakub Jelinek  <jakub@redhat.com>
2378         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
2380 2003-03-04  Ulrich Drepper  <drepper@redhat.com>
2382         * sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
2383         clone parameters.
2385         * po/sv.po: Update from translation team.
2387 2003-03-04  Andreas Jaeger  <aj@suse.de>
2388             Ulrich Drepper  <drepper@redhat.com>
2390         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.
2392 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2394         * sysdeps/generic/dl-sysdep.h: Add double include protection.
2396         * po/tr.po: Update from translation team.
2398         * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
2399         are holes between the segments.  Only call mprotect to set
2400         proection to PROT_NONE if there are some.
2402         * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
2403         Update comment.
2405         * include/sched.h (__clone2): Use ... instead of adding all the
2406         new parameters.
2408 2003-03-03  Roland McGrath  <roland@redhat.com>
2410         * elf/dl-load.c (struct filebuf): Fix typo in last change.
2412         * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
2413         PI_STATIC_AND_HIDDEN.
2415 2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>
2417         * sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
2418         flags.
2419         * include/sched.h: Update clone2 prototype.
2421 2003-03-03  Andreas Jaeger  <aj@suse.de>
2423         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
2424         (llrint): Use it to correct return type.
2425         (lrint): Likewise.
2426         (lround): Likewise.
2427         (llround): Likewise.
2429 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2431         * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
2432         byte filebuf size.
2434         * libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
2435         if ccs parameter isn't valid.  Reported by Andreas Schwab.
2437 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2439         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
2440         for system call numbers > 255.
2441         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
2442         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
2443         INTERNAL_SYSCALL): Likewise.
2444         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
2445         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
2446         INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
2447         INTERNAL_SYSCALL): Likewise.
2449 2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2451         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
2452         array if it is the initial dtv.
2454 2003-03-03  Ulrich Drepper  <drepper@redhat.com>
2456         * po/es.po: Update from translation team.
2457         * po/fr.po: Likewise.
2458         * po/gl.po: Likewise.
2459         * po/sk.po: Likewise.
2460         * po/sv.po: Likewise.
2462         * sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
2463         * misc/sys/mman.h: Add prototype for remap_file_pages.
2464         * sysdeps/generic/remap_file_pages.c: New file.
2465         * misc/Makefile (routines): Add remap_file_pages.
2466         * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
2468         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
2469         and MAP_NONBLOCK.
2470         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
2471         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
2472         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
2473         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
2474         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
2475         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
2476         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
2477         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
2479 2003-03-03  Roland McGrath  <roland@redhat.com>
2481         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
2482         * sysdeps/ia64/dl-machine.h: Likewise.
2483         * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
2484         argument type.
2485         * sysdeps/ia64/dl-lookupcfg.h: Update decl.
2487         * sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
2488         * sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
2489         * locale/Versions (libc: GLIBC_2.3): Move those to ...
2490         * sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
2491         * sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
2492         * Versions.def (libc): Add GLIBC_2.3.3 set.
2494         * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.
2495         * sysdeps/ia64/dl-machine.h: Update decl.
2497 2003-03-03  Andreas Jaeger  <aj@suse.de>
2499         * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
2501 2003-03-02  Roland McGrath  <roland@redhat.com>
2503         * scripts/abilist.awk: Reject data items with apparent 0 size.
2505         * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar
2506         after foo.* as if it were a duplicate.
2508         * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
2510 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
2512         * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
2514         * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
2515         * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
2516         if not already defined.  Use SYSDEP_GETRES to allow other files to
2517         provide alternative implementations.
2518         * sysdeps/unix/sysv/linux/clock_getres.c: New file
2519         * sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
2520         if not already defined.  Use SYSDEP_GETTIME to allow other files to
2521         provide alternative implementations.
2522         * sysdeps/unix/sysv/linux/clock_gettime.c: New file.
2523         * sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
2524         if not already defined.  Use SYSDEP_GETTIME to allow other files to
2525         provide alternative implementations.
2526         * sysdeps/unix/sysv/linux/clock_settime.c: New file.
2527         * sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
2528         other files to provide alternative implementations.  Rearrange
2529         tests for invalid parameters.
2530         * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
2531         * sysdeps/unix/sysv/linux/sysconf.c: New file.
2532         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2533         __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
2534         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
2535         _POSIX_MONOTONIC_CLOCK.
2537 2003-03-02  Roland McGrath  <roland@redhat.com>
2539         * scripts/merge-abilist.awk: More checks for bogus input.
2540         Uniquify duplicate config names.
2542         * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
2544         * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): Renamed
2545         from dl_reloc_overflow, make global.
2546         (__process_machine_rela): Update callers.
2547         * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow.
2548         Add attribute_hidden to __process_machine_rela decl.
2549         (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
2551         * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign const
2552         variable.
2554         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
2555         Don't use weak_extern for dl_rtld_map.  Instead check only if [SHARED].
2556         (elf_machine_rela): Clean up.
2558         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up.
2560         PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>.
2561         * sysdeps/powerpc/powerpc32/elf/configure.in: New file.
2562         * sysdeps/powerpc/powerpc32/elf/configure: New generated file.
2563         * elf/tls-macros.h [__powerpc__ && !__powerpc64__]
2564         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them.
2565         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support
2566         new relocs for TLS.
2568         * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these
2569         macros out of [SHARED].
2570         (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
2572         * elf/elf.h: Define R_PPC_* relocs for TLS support.
2573         Clean up R_PPC64_* macro definition comments.
2575         * configure.in: In "running configure fragment for" message,
2576         omit $srcdir from the name if we prepended it.
2577         * configure: Regenerated.
2579         * elf/dl-reloc.c (allocate_static_tls): Fix calculations.
2580         From Jakub Jelinek <jakub@redhat.com>.
2582         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
2583         which duplicated the O_DIRECT defn.
2585 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2587         * stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
2588         random functions.
2590 2003-03-01  Andreas Schwab  <schwab@suse.de>
2592         * resolv/Makefile (tests): Don't depend on
2593         $(objpfx)mtrace-tst-leaks when cross compiling.
2595         * sysdeps/m68k/dl-machine.h (_dl_start_user): Access
2596         __libc_stack_end through GOT since it is a global symbol.
2598 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2600         * argp/argp.h: Fix a typo.
2601         Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
2603         * manual/terminal.texi: Fix cfmakeraw() definition from int to void.
2605 2003-02-27  Pat Rankin  <rankin@pactechdata.com>
2607         * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
2608         char *.
2609         (get_subexp): Likewise.
2611 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
2613         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
2615 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
2617         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
2619 2003-02-27  Roland McGrath  <roland@redhat.com>
2621         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
2622         special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
2623         repeat it and avoids the test for the common case.
2624         Clean up and fix calculations for TLS relocs.
2626         * sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
2627         * sysdeps/powerpc/dl-tls.h: ... here.
2628         (TLS_TP_OFFSET): New macro.
2630         * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
2632 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
2634         * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
2635         code generation changes in recent gcc.
2637 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>
2639         * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
2640         Rename argument to avoid symbol conflict.
2642         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
2643         [__USE_GNU] (O_DIRECT): New macro.
2645 2003-02-24  David Mosberger  <davidm@hpl.hp.com>
2647         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
2648         unwind info.
2650 2003-02-27  Ulrich Drepper  <drepper@redhat.com>
2652         * resolv/res_libc.c [USE___THREAD] (_res): Don't need the
2653         initializer anymore now that res_thread_freeres is more careful.
2655         * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
2656         except the PKTINFO.  Reset interface in PKTINFO.
2657         Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
2659 2003-02-25  Steven Munroe  <sjmunroe@us.ibm.com>
2661         * elf/elf.h: Add new R_PPC64_* relocs for TLS.
2662         * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
2663         Define.
2664         * sysdeps/powerpc/powerpc64/elf/configure.in: New file.
2665         * sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
2666         * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
2667         * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
2669         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
2670         Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
2672 2003-02-25  Andreas Jaeger  <aj@suse.de>
2674         * manual/memory.texi (Malloc Tunable Parameters): Clarify
2675         behaviour of M_MMAP_THRESHOLD.
2677 2003-02-25  Roland McGrath  <roland@redhat.com>
2679         * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
2680         zero, inidicating _res was not initialized yet.
2682 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
2684         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
2685         test.
2687 2003-02-24  Roland McGrath  <roland@redhat.com>
2689         * sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
2691 2003-02-23  Roland McGrath  <roland@redhat.com>
2693         * sysdeps/posix/pause.c: New file.
2694         * sysdeps/unix/common/pause.c: File removed.
2696 2003-02-23  Ulrich Drepper  <drepper@redhat.com>
2698         * sysdeps/generic/bits/confname.h: Remove #ifs.
2700         * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
2701         * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
2703         * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock
2704         element to -1.
2706 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2708         * sysdeps/generic/dl-sysdep.c: Avoid warning.
2710 2003-02-22  Roland McGrath  <roland@redhat.com>
2712         * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
2713         * resolv/Makefile (tests): Add tst-leaks.
2714         ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
2715         (tst-leaks-ENV): New variable.
2716         ($(objpfx)mtrace-tst-leaks): New target.
2717         (tests): Depend on it.
2719         * include/libc-internal.h: Declare __libc_thread_freeres.
2721         * Makerules: Fix last change to use $($(subdir)-version) when set.
2723         * Makerules (install-lib-nosubdir): Depend on installed
2724         libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed
2725         regardless of the libfoo.so target's dependencies.
2727         * MakeTAGS (sub-make-vars): New variable, includes generating=t.
2728         Use that in $(MAKE) calls.
2730 2003-02-22  Ulrich Drepper  <drepper@redhat.com>
2732         * catgets/gencat.c (read_input_file): Collision between
2733         auto-assigned numbers and user-defined nubmers is not fatal.
2734         Handle it.
2735         Patch by Michael M. Lampkin <michael.lampkin@ieee.org>.
2736         * catgets/Makefile: Add rules to run test2.msg test.
2737         * catgets/test2.msg: New file.
2739         * catgets/gencat.c (main): Return 1 if messages have been printed.
2741         * iconv/iconv_prog.c (main): Unify messages.
2743         * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
2744         when shifting retval.
2745         * stdlib/tst-strtod.c (main): Add strtold test case.
2746         Reported by Fred J. Tydeman <tydeman@tybor.com>.
2748 2003-02-21  Roland McGrath  <roland@redhat.com>
2750         * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
2751         * sunrpc/rpc_thread.c: Likewise for text_set_element use.
2752         (__rpc_thread_destroy): Add it to __libc_subfreeres too.
2754         * include/resolv.h: Add libc_hidden_proto for __res_nclose.
2755         * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
2756         (res_thread_freeres): New function, on __libc_thread_subfreeres and
2757         __libc_subfreeres.
2759         * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
2760         * malloc/thread-freeres.c: New file.
2761         * malloc/Makefile (aux): Add it.
2762         * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
2763         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section
2764         "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set.
2766         * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix.
2767         * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
2769 2003-02-21  Roland McGrath  <roland@frob.com>
2771         * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open.
2773         * iconvdata/Makefile (tests): Add bug-iconv3 only if
2774         [$(have-thread-library) = yes].
2776 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
2778         * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
2780         * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do
2781         not chechk for errors (unless testing for 32bit variant).
2782         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2783         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2784         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2786 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
2788         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>:
2789         Check for signed overflow, not unsigned.
2791         * sysdeps/sparc/sparc64/elf/configure.in: New file.
2792         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS):
2793         Use -fcall-used-g6, not -fcall-used-g7.
2795 2003-02-21  Andreas Jaeger  <aj@suse.de>
2797         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default
2798         mode.
2800         * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not
2801         clear whole mxcsr but only exceptions.
2803 2003-02-21  Roland McGrath  <roland@redhat.com>
2805         * Makerules: Filter $(install-lib-ldscripts) out of list of targets
2806         for libfoo.so that need $(make-link) rules.
2808 2003-02-21  Roland McGrath  <roland@frob.com>
2810         * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
2811         to match existing struct stat layout in mig protocols.
2813 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2815         * version.h (VERSION): Bump to 2.3.2.
2817         * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp,
2818         tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c,
2819         and dl-sysdep.h.
2820         * sysdeps/generic/Dist: Add sysdep-cancel.h.
2821         * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h.
2822         * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S.
2823         * sysdeps/unix/sysv/linux/Dist: Add pathconf.h.
2824         * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h.
2825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and
2826         ucontext_i.h.
2827         * Makefile (distribute): Add include/stubs-prologue.h,
2828         include/gnu/stubs.h, scripts/merge-abilist.awk, and
2829         scripts/extract-abilist.awk.
2831 2003-02-20  Roland McGrath  <roland@redhat.com>
2833         * math/Makefile (distribute): Don't add generated files.
2835 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2837         * math/Makefile: Rearrange variable definitions slightly to get
2838         definition in the right order.
2840 2003-02-20  Roland McGrath  <roland@redhat.com>
2842         * Makerules: Clean up conditional around include of tls.make.
2843         * Make-dist: Export generating=t to prevent using that.
2844         (+distinfo): Likewise for $(shell $(MAKE) ...) runs.
2846 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2848         * inet/rcmd.c (rresvport_af): Avoid using invliad values.  Wrap
2849         around in search if port IPPORT_RESERVED/2 has been test.
2851 2002-02-20  Paolo Bonzini  <bonzini@gnu.org>
2853         * posix/regcomp.c: Remove inclusions.
2854         * posix/regexec.c: Likewise.
2855         * posix/regex_internal.c: Likewise.
2856         * posix/regex_internal.h: Add inclusions here.
2857         * posix/regex.c: Only include sys/types.h before regex.h.  Include
2858         regex_internal.h here.  Include regex_internal.c before regcomp.c
2859         and regexec.c (might expose more opportunities to the C compiler).
2861         * posix/regcomp.c (parse_expression): Fix construct rejected by SGI CC.
2863         * posix/regex_internal.h [!_LIBC] (__mempcpy): Fix typo.
2864         [!_LIBC] (__wcrtomb): New definition.
2865         [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and
2866         HAVE_LOCALE_H as well.
2868 2003-02-20  Ulrich Drepper  <drepper@redhat.com>
2870         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Remove obsolete
2871         patch to check for system call errors.
2873 2002-07-24  Philip Blundell  <philb@gnu.org>
2875         * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Yield ENODEV
2876         on unknown systems.
2878 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2880         * sysdeps/powerpc/powerpc32/atomicity.h: Remove compiler workaround.
2881         * sysdeps/unix/sysv/linux/kernel-features.h
2882         (__ASSUME_NEW_PRCTL_SYSCALL): Defined for ppc32 too.
2883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Use prctl
2884         if possible.
2885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
2886         interprocedure branches.
2887         * sysdeps/powerpc/soft-fp/Dist (sim-full.c, fenv_const.c): Move to...
2888         * sysdeps/powerpc/nofpu/Dist: ...here.
2889         * sysdeps/unix/sysv/linux/powerpc/Dist (fe_nomask.c): Move to...
2890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
2891         * sysdeps/unix/sysv/linux/s390/s390-64/Dist (kernel_stat.h): Delete.
2892         * sysdeps/unix/sysv/linux/sparc/Dist (bits/utmpx.h): Delete.
2893         * sysdeps/unix/sysv/linux/x86_64/Dist (bits/utmpx.h): Delete.
2895 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
2897         * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
2899 2003-02-20  Philip Blundell  <philb@gnu.org>
2901         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
2902         missing arguments to INTERNAL_SYSCALL_ERROR_P and
2903         INTERNAL_SYSCALL_ERRNO.
2905 2003-02-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2907         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test
2908         for __ASSUME_32BITUIDS.
2910 2003-02-20  Andreas Schwab  <schwab@suse.de>
2912         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* and
2913         POSIX_MADV_* constants.
2915 2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2917         * sysdeps/unix/sysv/linux/sh/pread.c: New file.
2918         * sysdeps/unix/sysv/linux/sh/pread64.c: New file.
2919         * sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
2920         * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
2922 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
2924         * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
2926 2003-02-16  Roland McGrath  <roland@redhat.com>
2928         * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
2930 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
2932         * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
2933         decimal input digits.
2934         * stdlib/tst-strtod.c (main): Add test for strtof bug.
2936 2003-02-18  Ulrich Drepper  <drepper@redhat.com>
2938         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize
2939         invalid file descriptors and missing access permissions.
2941 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
2943         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
2944         been found.
2946         * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
2947         TTY_NAME_MAX and not the _POSIX_* minimal value macros.
2948         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
2949         and LOGIN_NAME_MAX.
2951 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
2952             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2954         * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP.
2955         * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling.
2956         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2957         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2958         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2960 2003-02-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2962         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete.
2963         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete.
2964         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete.
2965         * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete.
2966         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete.
2967         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete.
2969         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file...
2970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here.
2971         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file...
2972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
2974         * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL.
2975         * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise.
2976         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete.
2977         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
2979 2003-02-14  Thorsten Kukuk  <kukuk@suse.de>
2981         * nss/getent.c (print_hosts): Print all IP addresses of one host.
2983 2003-02-15  Roland McGrath  <roland@frob.com>
2985         * sysdeps/mach/hurd/tls.h: New file.
2986         * sysdeps/mach/hurd/i386/tls.h: New file.
2988         * mach/errsystems.awk: Include <errno.h> in generated output.
2990         * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
2991         use target mach-before-compile instead of generated.
2992         (mach-before-compile): New target.
2993         * Makerules: Disable use of tls.make if $(generating) is set.
2994         * mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
2995         * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
2996         mach-shortcuts.h so mach/ generation happens before hurd/.
2998 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
3000         * sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
3001         of demorm correctly if low word is zero.
3002         Reported by Fred J. Tydeman <tydeman@tybor.com>.
3003         * math/libm-test.inc (nextafter_test): New test, but disabled due
3004         to gcc bug.
3006         * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
3007         counter and only call __exit_thread if this is not the last thread.
3009 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
3011         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add instead of
3012         subtracting map->l_tls_offset.
3014 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
3016         * sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and
3017         _CS_GNU_LIBPTHREAD_VERSION.
3018         * posix/conststr.c: Handle these new values.
3019         * posix/getconf.c: Likewise.
3021         * sysdeps/mips/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix
3022         masking of version index.
3023         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
3025 2003-02-11  Ulrich Drepper  <drepper@redhat.com>
3027         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Compute alignment
3028         correctly.  Reported by Thorsten Kukuk.
3030 2003-02-10  Ulrich Drepper  <drepper@redhat.com>
3032         * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and
3033         _BSD_SOURCE to compiler.
3034         * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings.
3035         Patches by Alan Modra.
3037 2003-02-08  Ulrich Drepper  <drepper@redhat.com>
3039         * io/ftwtest.c: Get current working directory before and after the
3040         nftw call and make sure they match.
3042 2003-02-08  Jim Meyering  <jim@meyering.net>
3044         * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
3045         the current directory, not just when DIR contains a slash.
3046         Reported by Manoj Srivastava.
3048 2003-02-07  Jim Meyering  <jim@meyering.net>
3050         * io/ftw.c: Add autoconf-recommended block of alloca-related code.
3051         Include autoconf-recommended block of dirent/NAMELEN-related
3052         definitions and includes.  Use NAMELEN throughout, rather than
3053         _D_EXACT_NAMLEN.
3054         [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
3055         [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.
3056         (stpcpy): Declare, if necessary.
3057         (mempcpy): Define, if necessary.
3058         [!_LIBC] (__stpcpy, __mempcpy): Define.
3059         [!_LIBC] (LXSTAT, XSTAT): Define.
3060         (lstat) [!LIBC && !LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.
3061         (find_object): Don't use c99-style struct initializer.
3062         Tweak wording in a couple comments.
3064 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3066         * elf/tls-macros.h: Add non-PIC TLS macros and fix clobber list
3067         for SH.
3068         * sysdeps/unix/sysv/linux/sh/brk.c: Add SYSCALL_INST_PAD
3069         after the trapa instruction.
3070         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Add additional
3071         parameters.
3072         * sysdeps/unix/sysv/linux/sh/sh4/sysdep.h: New file.
3073         (NEED_SYSCALL_INST_PAD): Define.
3074         * sysdeps/unix/sysv/linux/sh/sys/user.h (start_thread): Undef to
3075         avoid to use definition for the kernel.
3076         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3077         Save and restore the frame pointer.
3078         (SYSCALL_INST_PAD): Define.
3079         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3080         (INTERNAL_SYSCALL): Make use of ERR parameter. Add SYSCALL_INST_PAD
3081         after trapa instruction.
3082         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3083         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3085 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
3087         * resolv/res_libc.c (_res): Ensure _res is not common symbol,
3088         so that it can have aliases.
3089         * inet/herrno.c (h_errno): Put it into .bss not .data section.
3091 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
3093         * elf/dl-runtime.c (fixup): Correct typo in version index computation.
3094         (profile_fixup): Likewise.
3095         Patch by Lance Larsh <Lance.Larsh@oracle.com>.
3097 2002-11-24  Robert Love  <rml@tech9.net>
3099         * posix/sched.h: Second parameter of sched_setaffinity and
3100         sched_getaffinity is `unsigned int', not `unsigned long'.
3101         * sysdeps/generic/sched_setaffinity.c: Likewise.
3102         * sysdeps/generic/sched_getaffinity.c: Likewise.
3104 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
3106         * debug/catchsegv.sh: Fix typo in error messsage.
3107         Reported by John Levon <levon@movementarian.org>.
3109         * sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
3110         * sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
3111         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3112         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3114         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3115         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3117         * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
3118         Patch by Moritz Schulte <moritz@duesseldorf.ccc.de>.
3120 2003-02-05  Jim Meyering  <jim@meyering.net>
3122         Fix a heap-corrupting bug.
3123         * io/ftw.c: Include <limits.h>.
3124         (PATH_MAX) [!defined PATH_MAX]: Define to 1024.
3125         (process_entry): Allocate enough space to hold the resulting
3126         file name.  Don't presume that 2*dirbufsize is enough.
3127         (ftw_startup): Always use PATH_MAX to compute buffer size, now that
3128         it is guaranteed to be defined.
3130 2003-02-04  Ulrich Drepper  <drepper@redhat.com>
3132         * iconvdata/Makefile: Add rules to build and run bug-iconv3.
3133         * iconvdata/bug-iconv3.c: New file.
3135 2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3137         * sysdeps/unix/sysv/linux/s390/system.c: New file.
3139 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
3141         * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
3142         check.
3143         * config.h.in (BROKEN_SPARC_WDISP22): Add.
3145 2003-02-03  Ulrich Drepper  <drepper@redhat.com>
3147         * sysdeps/i386/i686/memmove.S: New file.
3149 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
3151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
3152         Include kernel-features.h
3153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3158 2003-02-02  Jakub Jelinek  <jakub@redhat.com>
3160         * elf/tls-macros.h [sparc] (TLS_LD, TLS_GD): Add "cc" clobbers.
3162 2003-01-25  Jim Meyering  <jim@meyering.net>
3164         * io/ftw.c (object_compare): Compare inode numbers before device
3165         numbers, since the former are much more likely to differ.
3167 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
3169         * time/tzfile.c (__tzfile_compute): Change return value type to
3170         void.  Adjust return statements.
3171         * include/time.h (__tzfile_compute): Adjust prototype.
3173 2003-02-01  Jim Meyering  <jim@meyering.net>
3175         * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
3176         always returns 1.
3178 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
3180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3181         [!__ASSUME_NEW_PRCTL_SYSCALL]: Noop prctl syscall and set ENOSYS.
3183 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
3185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
3186         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Generate ENOSYS stub.
3187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
3188         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
3189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3190         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
3191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3192         [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Likewise.
3194 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
3196         * sysdeps/unix/sysv/linux/configure.in: Change arch_minimum_kernel
3197         back to 2.4.19 for powerpc64.
3198         * sysdeps/unix/sysv/linux/kernel-features.h
3199         (__ASSUME_NEW_PRCTL_SYSCALL): Define for powerpc64.
3200         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Define for powerpc64.
3202 2003-02-01  Ulrich Drepper  <drepper@redhat.com>
3204         * wcsmbs/wcscpy.c (wcscpy): Add alternative implementation for
3205         platforms with strange alignment requirements on wchar_t.
3207 2003-01-31  Andreas Schwab  <schwab@suse.de>
3209         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove __GI_*
3210         aliases, already added by make-syscalls.sh.
3211         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3212         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3213         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3214         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3215         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3216         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3217         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3218         * sysdeps/unix/inet/syscalls.list: Likewise.
3219         * sysdeps/unix/syscalls.list: Likewise.
3221 2003-01-31  Andreas Schwab  <schwab@suse.de>
3223         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Don't define, not needed
3224         any more.
3226 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3228         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Use lg,
3229         not l to load tls from stack.
3231 2003-01-30  Roland McGrath  <roland@redhat.com>
3233         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Move check for
3234         null argument before all else.
3235         Reported by Martin Schwidefsky <schwidefsky@de.ibm.com>.
3237 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3239         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel):
3240         Move to RESOLVE protected part of the header.
3241         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel):
3242         Likewise.
3244 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
3246         * stdio-common/Makefile (tests): Add bug15.
3247         (bug15-ENV): Define.
3248         * stdio-common/bug15.c: New file.
3250 2002-10-07  Wolfram Gloger  <wg@malloc.de>
3252         * malloc/malloc.c (sYSMALLOc): Only check for breakage due
3253         to foreign sbrk()'s if arena is contiguous.  Bug report from
3254         Bruno Haible <bruno@clisp.org>.
3256 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3258         * sysdeps/s390/libc-tls.c: Include stdlib.h.
3260 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3262         * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
3263         ps.__count.
3265 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
3267         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Fix storing and
3268         restoring of %r6.
3269         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.  Use
3270         64-bit load.
3271         Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
3273 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
3275         * elf/dl-reloc.c (CHECK_STATIC_TLS): Move _dl_signal_error...
3276         (allocate_static_tls): ...here.  Add __attribute_noinline__.
3277         Don't return on failure.
3278         (_dl_reloc_bad_type): Add __attribute_noinline__.
3279         * elf/do-rel.h (elf_dynamic_do_rel): Add
3280         __attribute__((always_inline)).
3281         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rela,
3282         elf_machine_rel_relative, elf_machine_rela_relative,
3283         elf_machine_lazy_rel): Add prototypes with
3284         __attribute__((always_inline)).
3286 2003-01-29  David Mosberger  <davidm@hpl.hp.com>
3288         * elf/dl-support.c (_dl_aux_init): Handle AT_SYSINFO.
3290 2003-01-29  Roland McGrath  <roland@redhat.com>
3292         * configure.in: Barf if configured in $srcdir.
3294 2003-01-28  Steven Munroe  <sjmunroe@us.ibm.com>
3296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3297         (__fe_nomask_env): Change __prctl call to INTERNAL_SYSCALL.
3299 2003-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3301         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Reorder additional
3302         clone parameters to match the order used on ia32.
3303         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3305 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3307         * elf/elf.h: Add new s390 relocs.
3308         * elf/tls-macros.h: Add s390 versions.
3309         * sysdeps/s390/Versions [GLIBC_2.3] (ld): Export __tls_get_offset.
3310         * sysdeps/s390/dl-tls.h: New file.
3311         * sysdeps/s390/libc-tls.c: New file.
3312         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class): Add TLS
3313         relocs for class PLT.
3314         (elf_machine_rela): Handle TLS relocs.
3315         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3316         * sysdeps/s390/s390-32/elf/configure.in: Add TLS check.
3317         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
3318         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Add support for
3319         CLONE_CHILD_*TID flags.
3320         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3321         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Use branch with 32
3322         bit offset.
3323         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3324         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
3325         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S (__syscall_error):
3326         Support USE___THREAD. Define RTLD_PRIVATE_ERRNO variant.
3327         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S (__syscall_error):
3328         Likewise.
3329         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
3330         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER.
3331         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
3332         variants.
3333         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h:
3334         (SYSCALL_ERROR_LABEL): Move define next to SYSCALL_ERROR_HANDLER. Use
3335         direct branch to syscall_error for !PIC and PIC && !_LIBC_REENTRANT.
3336         (SYSCALL_ERROR_HANDLER): Add USE___THREAD and RTLD_PRIVATE_ERRNO
3337         variants.
3339 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
3341         * sysdeps/unix/common/pause.c (do_pause): New function.  Split
3342         from __libc_pause.  Implement using sigsuspend.
3343         (__libc_pause): Call do_pause to do the real work.
3345         * sysdeps/posix/sigpause.c (do_sigpause): Check range of
3346         sig_or_mask parameter is is_sig != 0.
3348 2003-01-21  Philip Blundell  <philb@gnu.org>
3350         * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
3352 2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>
3354         * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
3356 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
3358         * stdio-common/bug14.c: Use official name for the locale.
3360         * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
3361         instead of __libc_cleanup_region_start and _IO_cleanup_region_end
3362         instead of __libc_cleanup_region_end.
3364         * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
3365         as first parameter to __libc_cleanup_region_start.
3367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
3368         (__fe_nomask_env): Use __prctl not prctl.
3369         * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for
3370         prctl syscall.
3372         * elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message.
3374         * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
3376         * elf/dl-reloc.c (allocate_static_tls): Avoid arithmetic
3377         wrap-around in test.
3379 2003-01-26  Andreas Schwab  <schwab@suse.de>
3381         * sysdeps/wordsize-32/divdi3.c: Export the functions only as
3382         compatibility symbols.  Remove INTDEF for __divdi3.
3383         * sysdeps/wordsize-32/lldiv.c: Don't use __divdi3_internal.
3384         * sysdeps/powerpc/powerpc32/divdi3.c: Remove.
3385         * sysdeps/powerpc/powerpc32/Makefile (CPPFLAGS-divdi3.c): Don't
3386         define.
3387         * sysdeps/powerpc/powerpc32/Dist: Remove divdi3.c.
3389 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
3391         * elf/tls-macros.h: Add SPARC 32-bit definitions.
3392         * sysdeps/sparc/sparc32/elf/configure.in: Add TLS check.
3393         * sysdeps/sparc/sparc32/dl-machine.h: Add dl_machine_h guards
3394         for the first half of the header.  Include tls.h.
3395         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS
3396         relocs too.
3397         (elf_machine_rela): Handle TLS relocs.
3398         * sysdeps/sparc/dl-tls.h: New file.
3400         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Add cancellation
3401         support.
3403         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Use %g6 instead of %g7.
3404         * sysdeps/sparc/sparc32/memchr.S: Likewise.
3405         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
3406         * sysdeps/sparc/sparc32/strcat.S: Likewise.
3407         * sysdeps/sparc/sparc32/strchr.S: Likewise.
3408         * sysdeps/sparc/sparc32/strcmp.S: Likewise.
3409         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
3410         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3411         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
3412         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
3413         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3414         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
3415         * sysdeps/sparc/sparc64/strcat.S: Likewise.
3416         * sysdeps/sparc/sparc64/strchr.S: Likewise.
3417         * sysdeps/sparc/sparc64/strcmp.S: Likewise.
3418         * sysdeps/sparc/sparc64/strcpy.S: Likewise.
3419         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
3420         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
3421         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3422         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3424 2003-01-24  Andreas Schwab  <schwab@suse.de>
3426         * elf/dl-close.c (_dl_close): Don't relocate DT_FINI_ARRAY
3427         elements, and process them backwards.
3428         * elf/Makefile ($(objpfx)tst-array4): New target.
3429         ($(objpfx)tst-array4.out): Likewise.
3430         (tests) [$(have-initfini-array) = yes]: Add tst-array4.
3431         * elf/tst-array4.c: New file.
3432         * elf/tst-array4.exp: Likewise.
3434 2003-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: New file.
3438 2003-01-27  Guido Guenther  <agx@sigxcpu.org>
3440         * sysdeps/unix/sysv/linux/mips/sysdep.h (SYSCALL_ERROR_LABEL): Define.
3441         * sysdeps/unix/sysv/linux/mips/pread.c: Add support for
3442         cancellation handling and handle both __NR_pread64 and __NR_pread.
3443         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3444         * sysdeps/unix/sysv/linux/mips/pwrite.c: Add support for
3445         cancellation handling and handle both __NR_pwrite64 and __NR_pwrite.
3446         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3447         * sysdeps/unix/mips/sysdep.S: Don't set errno in the _LIBC_REENTRANT
3448         case, use register names consistently.
3450 2003-01-27  Wolfram Gloger  <wg@malloc.de>
3452         * malloc/hooks.c (mem2chunk_check): Check alignment of mem
3453         pointer, not of the computed chunk.  Bug report from Carlos
3454         O'Donell <carlos@baldric.uwo.ca>.
3456 2003-01-25  Andreas Schwab  <schwab@suse.de>
3458         * sysdeps/m68k/dl-machine.h (_dl_start_user): Use pc-relative
3459         addressing to save GOT entries.
3461 2003-01-21  Jakub Jelinek  <jakub@redhat.com>
3463         * sysdeps/unix/alpha/sysdep.h (inline_syscall0,
3464         inline_syscall1, inline_syscall2, inline_syscall3,
3465         inline_syscall4, inline_syscall5, inline_syscall6): Add __volatile__.
3466         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INTERNAL_SYSCALL): Add
3467         __attribute__((unused)) to ChEcK.
3469 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3471         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
3472         Fix inline assembler constraints.
3473         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
3474         Likewise.
3476         * sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
3477         -fPIC.
3479 2003-01-20  Segher Boessenkool  <segher@koffie.nl>
3481         * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
3482         compute the cosine, not the sine, even if x > 0.8.
3484 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3486         * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of
3487         _nss_nis_setspent.  Work around the different prototypes.
3488         * nis/nss_nis/nis-rpc.c (internal_nis_setrpcent): Use
3489         internal_nis_endrpcent.
3490         (internal_nis_endrpcent): Change return type to void.  Change callers.
3491         * nis/nss_nis/nis-pwd.c: Make _nss_nis_endpwent an alias of
3492         _nss_nis_setpwent.  Work around the different prototypes.
3493         * nis/nss_nis/nis-proto.c (_nss_nis_endprotoent): Split out body
3494         of the function to...
3495         (internal_nis_endprotoent): ... here.  New function.
3496         (internal_nis_setprotoent): Use internal_nis_endprotoent.
3497         * nis/nss_nis/nis-network.c: Make _nss_nis_endnetent an alias of
3498         _nss_nis_setnetent.  Work around the different prototypes.
3499         * nis/nss_nis/nis-netgrp.c (_nss_nis_endnetgrent): Split out body
3500         of the function to...
3501         (internal_nis_endnetgrent): ... here.  New function.
3502         (_nss_nis_setnetgrent): Use internal_nis_endnetgrent.
3504 2003-01-19  Jim Meyering  <jim@meyering.net>
3506         * time/strftime.c: (widen): Merge nearly-identical definitions.
3507         (nl_get_alt_digit) [! defined my_strftime]: Define.
3508         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
3509         _nl_get_alt_digit and _nl_get_walt_digit.
3511 2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3513         * time/strftime.c (my_strftime): Handle very large width
3514         specifications for numeric values correctly.  Improve checks for
3515         overflow.
3516         * time/Makefile (tests): Add tst-strftime.
3517         * time/tst-strftime.c: New file.
3519 2003-01-18  Ulrich Drepper  <drepper@redhat.com>
3521         * nis/nss_nis/nis-hosts.c: Make _nss_nis_endhostent an alias of
3522         _nss_nis_sethostent.  Work around the different prototypes.
3523         * nis/nss_nis/nis-grp.c: Make _nss_nis_endgrent an alias of
3524         _nss_nis_setgrent.  Work around the different prototypes.
3525         * nis/nss_nis/nis-ethers.c (internal_nis_endetherent): New
3526         function.  Split out from _nss_nis_endetherent.
3527         (internal_nis_setetherent): Use internal_nis_endetherent instead of
3528         duplicating the code.
3529         * nis/nss_nis/nis-alias.c: Make _nss_nss_nis_endaliasent an alias
3530         of _nss_nis_setaliasent.
3531         * nis/nss_nis/nis-service.c (internal_nis_setservent): Reuse
3532         internal_nis_endservent code, don't duplicate it.
3534         * inet/rexec.c (rexec_af): Protect socket operations with
3535         TEMP_FAILURE_RETRY.  Use writev instead of multiple write.
3536         * inet/rcmd.c (rcmd_af): Likewise.
3538 2003-01-17  Roland McGrath  <roland@redhat.com>
3540         * math/libm-test.inc (sin_test, cos_test, sincos_test) [TEST_DOUBLE]:
3541         Add test of value 0.80190127184058835.
3543         * elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
3545 2003-01-17  Richard Henderson  <rth@redhat.com>
3547         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
3548         relocs for class PLT.
3549         * sysdeps/alpha/libc-tls.c: New file.
3550         * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
3551         (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
3553 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3555         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
3556         __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
3557         on _dl_static_lock.
3559 2003-01-17  Andreas Jaeger  <aj@suse.de>
3561         * stdio-common/bug14.c: Include stdlib.h for exit prototype.
3563 2003-01-16  Steven Munroe  <sjmunroe@us.ibm.com>
3565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: New file.
3566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: New file.
3567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: New file.
3568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: New file.
3569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: New file.
3570         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
3571         * sysdeps/unix/sysv/linux/configure.in: Minimum kernel for PPC64
3572         is 2.4.21.
3574 2003-01-16  Ulrich Drepper  <drepper@redhat.com>
3576         * sysdeps/generic/glob.c (glob): Assume sysconf() always returns
3577         values != -1 for _LIBC.  Use extend_alloca to reallocate alloca'ed
3578         buffers.
3580         * sysdeps/generic/sysconf.c: Unconditionally implement
3581         _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX.
3582         * sysdeps/posix/sysconf.c: Likewise.
3584 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3586         * posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
3587         set *err to the returned error, not to REG_ESPACE unconditionally.
3588         (build_word_op): Likewise.
3589         * posix/Makefile (tests): Add bug-regex16.
3590         * posix/bug-regex16.c: New test.
3592 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3594         * elf/dl-load.c (_dl_map_object_from_fd): Use
3595         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
3596         been already initialized.
3598 2003-01-15  Dmitry V. Levin  <ldv@altlinux.org>
3600         * sysdeps/unix/sysv/linux/ptsname.c: Fix typo in comment.
3602 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3604         * posix/regcomp.c (re_compile_internal): If clearing buffer, clear
3605         allocated too.  Reported by Al Viro <aviro@redhat.com>.
3607 2003-01-16  Roland McGrath  <roland@redhat.com>
3609         Tweak merged .abilist file format to merge duplicate symbols in
3610         different sets into multi-version stanzas with new "| SET regexp..."
3611         header continuation lines.
3612         * scripts/merge-abilist.awk: Rewritten for new format.
3613         * scripts/extract-abilist.awk: Likewise.
3615 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3617         * nscd/connections.c (nscd_run): Remove bogus return which isn't
3618         necessary with gcc 3.2+.
3619         (nscd_init): Don't use error() to print message, use dbg_log.
3621         * iconv/gconv_simple.c (STORE_REST): Explicitly store the total
3622         expected size into state.
3623         (UNPACK_BYTES): Do the reverse.
3624         * iconv/loop.c: Use CLEAR_STATE if defined to clear __state element.
3625         * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug.
3626         Reported by Al Viro <aviro@redhat.com>.
3628         * stdio-common/Makefile (tests): Add bug14.
3629         * stdio-common/bug14.c: New file.
3631         * stdio-common/vfscanf.c: When recognizing multibyte characters in
3632         string reset the byte counter after mbrtowc reported it is not a
3633         partial character.  Reported by Al Viro <aviro@redhat.com>.
3635 2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
3637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
3638         sysdep-cancel.h, not sysdep.h.
3640 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3642         * nscd/connections.c (nscd_run): Protect accept call with
3643         TEMP_FAILURE_RETRY.
3645 2003-01-15  Andreas Schwab  <schwab@suse.de>
3647         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
3648         (common-generated): Add s-proto-bp.d.
3649         * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
3650         of bp thunks.
3651         * sysdeps/unix/s-proto-bp.S: New file.
3652         * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
3653         Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
3654         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
3656 2003-01-15  Roland McGrath  <roland@redhat.com>
3658         * Makerules: Use -include for tls.make, suppresses warning.
3659         Move gen-as-const-headers rules up so before-compile is set in time.
3660         (sed-remove-dotdot): Fix to work right for subdirs or top dir.
3662 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
3664         * nscd/nscd.c (main): Make code to close all file descriptors
3665         faster and more robust.
3667         * nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
3668         request with one writev call.  Protect all read calls with
3669         TEMP_FAILURE_RETRY.
3670         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3671         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3673         * nscd/hstcache.c: Use extend_alloca to reallocate alloca'd buffer.
3674         Protect writev calls with TEMP_FAILURE_RETRY.
3675         * nscd/grpcache.c: Likewise.
3676         * nscd/pwdcache.c: Likewise.
3678         * nscd/hstcache.c (addhstbynamev6): Don't interpret hostname as
3679         IPv6 address in debug output.
3681 2003-01-14  Roland McGrath  <roland@redhat.com>
3683         * Makerules (check-abi-%): Use two rules for $(common-objpfx) and
3684         $(objpfx) directories, and get rid of vpath directives.  The previous
3685         arrangement resulted in files being written to the source directories
3686         when run in a clean build.  Find all .abilist files in $(..)abilist/.
3687         (update-abi-%): Likewise.
3688         (generated): Don't add .symlist files, they'll be intermediates.
3690         * sysdeps/generic/init-first.c: Add a comment.
3692         * elf/Makefile ($(objpfx)ld.so): Pass -z defs in link.
3694         * scripts/gen-as-const.awk: Grok lone "--" as a separator between
3695         #includes and expressions.
3697         * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged
3698         config list when it already contains cpu-.*-os.* without / part.
3700         * Makerules (sed-remove-dotdot): New variable.
3701         ($(common-objpfx)%.make): Use it.  Depend on $(before-compile).
3702         ($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.
3703         (check-abi-config): New variable, append /tls or /notls to the tuple.
3704         (check-abi-%): Use that for -v config value.
3705         Find .abilist files in abilist/libfoo.abilist, not in subdir.
3706         * Rules: Move bits/stdio_lim.h generation rules to Makerules.
3708 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3710         * manual/install.texi: Correct description of header preparation for
3711         Linux build.  Patch by mhwood@Ameritech.Net [PR libc/4941].
3713 2003-01-14  Guido Guenther  <agx@sigxcpu.org>
3715         * sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
3716         INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3717         INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.
3719 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3722         (INTERNAL_SYSCALL): Make use of ERR parameter.
3723         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3724         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3725         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
3728 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
3730         * sunrpc/pm_getport.c (pmap_getport): Open TCP socket if protocol
3731         == IPPROTO_TCP.
3732         Patch by James Strandboge <jamie@tpptraining.com> [PR libc/4943].
3734         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
3735         Fix entry for bit 31.
3737         * iconvdata/Makefile: Add rules to build IBM866NAV.
3738         * iconvdata/ibm866nav.c: New file.
3739         * iconvdata/tst-tables.sh: Add IBM866NAV.
3740         * iconvdata/gconv-modules: Add entries for IBM866NAV.
3742 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3744         * string/tester.c (test_strcpy): Use the previously #if 0'ed code
3745         to test void* parameters.
3747         * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast
3748         source pointer before dereferencing.
3749         (__STRING_SMALLL_GET32): Likewise.
3750         (__memset_gc): Add missing parenthesis around macro arguments.
3751         Patch by Denis Zaitsev <zzz@cd-club.ru>.
3753         * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler
3754         that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3756 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
3758         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
3759         defining.
3761 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3763         * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
3764         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
3765         here.
3766         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
3768 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3770         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
3771         from here...
3772         (PSEUDO): ... to here.
3773         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
3774         from here...
3775         (PSEUDO): ... to here.
3777 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
3779         * locale/programs/charmap-dir.c (charmap_readdir): Use struct
3780         dirent64 instead of struct dirent for dirent.  Call readdir64
3781         instead of readdir.
3783         * locale/programs/locfile.c (siblings_uncached): Use struct
3784         dirent64 instead of struct dirent for other_dentry.  Call
3785         readdir64 instead of readdir.
3787         * elf/ldconfig.c (direntry): Change type to struct dirent64.
3788         (search_dir): Use readdir64 instead of readdir.
3789         Patch by Zhangfan Xing <xing@pacific.jpl.nasa.gov>.
3791 2003-01-12  Roland McGrath  <roland@redhat.com>
3793         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
3794         not strtol.  The former is usable in ld.so, the latter not.
3796         * include/fcntl.h: Declare __libc_creat.
3798         * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs,
3799         libhurduser-link.so-no-z-defs): New variables.
3801         * malloc/malloc.c: Revert last change.
3802         * malloc/malloc.h (_int_*): Move these decls to ...
3803         * include/malloc.h: ... here.  Add attribute_hidden.
3804         (_int_valloc): Declare it too.
3806 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3808         * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
3809         search for removed searchlist.  Reported by Roland McGrath.
3811         * io/ftwtest-sh: Add test for case of symlink to nonexisting file
3812         given as start file.
3814         * io/ftw.c (ftw_startup): Use correct name in check for symlink
3815         without existing target.  Patch by Jim Meyering.
3817         * Makerules (build-shlib-helper): Don't use -z defs linker option
3818         if no-z-defs is defined either.
3820 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3822         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
3823         file.
3825 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3827         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
3828         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3830 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3832         * io/ftwtest-sh: Add test case for relative path with /. at the end.
3834 2003-01-12  Jim Meyering  <jim@meyering.net>
3836         * io/ftw.c (ftw_startup): When trying to stat the starting directory,
3837         use the basename if we've already chdir'd into its parent directory.
3839 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3841         * io/ftw.c (process_entry): Use relative path when using chdir()
3842         to change directory after call to ftw_dir.
3843         * io/ftwtest-sh: Add test for relative path argument to nftw()
3844         with FTW_CHDIR option.
3846 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3848         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
3849         Define for powerpc.
3850         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
3851         into account.
3852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3853         (INTERNAL_SYSCALL): Make use of ERR parameter.
3854         (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
3855         INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
3856         (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
3857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
3859 2002-01-09  Richard Henderson  <rth@redhat.com>
3861         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
3862         DTPREL64 and TPREL64 without loadbase applied.
3864 2002-01-09  Richard Henderson  <rth@redhat.com>
3866         * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
3867         for NOT_IN_libc.
3869         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
3870         * sysdeps/unix/alpha/sysdep.h: ... here.
3871         (PSEUDO_LOADGP): Remove.
3872         (PSEUDO_PROLOGUE): Load GP in non-pic case.
3873         (SYSCALL_ERROR_LABEL): New.
3874         (PSEUDO): Use it in error branch.
3875         (PSEUDO_END): Add $syscall_error label.
3877 2003-01-12  Andreas Jaeger  <aj@suse.de>
3879         * math/bits/mathcalls.h: Round is a const function.
3881 2003-01-11  Jim Meyering  <jim@meyering.net>
3883         * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
3884         [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
3885         Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
3886         [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
3887         [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
3888         [!_LIBC] (internal_function, dirent64, MAX): Define.
3889         (__set_errno): Define if not already defined.
3890         (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
3891         the basename, not the entire file name.
3892         (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
3893         the basename, not the entire file name.
3895 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3897         * string/tester.c (test_strcpy): Disable last added strcpy until
3898         it is fixed.
3900 2003-01-11  Philip Blundell  <philb@gnu.org>
3902         * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
3904 2003-01-11  Andreas Schwab  <schwab@suse.de>
3906         * Makerules: Add vpath for %.dynsym and %.so so that the
3907         implicit rule chaining for check-abi works.
3909 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3911         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3912         Add non-PIC case.
3914 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
3916         * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
3917         [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
3918         gp is used early.
3919         [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
3920         * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
3921         Ensure libc.so in DT_NEEDED.
3922         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
3923         CHECK_STATIC_TLS before l_tls_offset use.
3924         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
3925         Likewise.
3926         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3927         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
3928         Allocate TLS_PRE_TCB_SIZE bytes below result.
3929         (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
3930         * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
3931         TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
3932         segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
3933         bytes below result and add tcb_offset to memsz.
3934         * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
3935         * sysdeps/ia64/dl-machine.h: Include tls.h.
3936         (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
3937         too.
3938         (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
3939         Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
3940         * sysdeps/ia64/libc-tls.c: New file.
3942 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
3944         * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
3945         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
3946         Fix type.  Move definition out of #if.
3947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
3948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
3949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
3950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
3951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
3952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
3953         support.
3954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
3955         ftruncate64, pread64, pwrite64, truncate64 entries.
3956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3957         (INLINE_SYSCALL): New version that supports function call like
3958         syscalls.  Add __builtin_expect.
3959         (LOADARGS_n): Add argument size safety checks.
3960         (INTERNAL_SYSCALL): New Macro.
3961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
3962         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
3963         redefinition of elf_fpreg_t and elf_fpregset_t.
3965 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
3967         * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
3968         simplify test for unloading.  If loader of a DSO is unloaded do not
3969         use its scope anymore.  Fall back to own scope and adjust opencounts.
3970         Fix several comments.
3971         * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
3972         the l_searchlist, not only for l_initfini.
3974         * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
3975         dependencies if objects cannot be removed.  Remove object with the
3976         definition as not unloadable if necessary.
3978         * elf/reldep6.c: Create relocation dependency before closing the first
3979         module.
3981 2003-01-10  Guido Günther  <agx@sigxcpu.org>
3983         * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
3984         * sysdeps/unix/mips/brk.S: Likewise.
3985         * sysdeps/unix/mips/pipe.S: Likewise.
3987 2003-01-10  Andreas Schwab  <schwab@suse.de>
3989         * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
3991         * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
3992         are known to have the vfork syscall.
3994         * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
3996         * sysdeps/unix/sysv/linux/kernel-features.h
3997         (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
3998         (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
3999         (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
4001 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
4003         * elf/Makefile: Add rules to build and run reldep9 test.
4004         * elf/reldep9.c: New file.
4005         * elf/reldep9mod1.c: New file.
4006         * elf/reldep9mod2.c: New file.
4007         * elf/reldep9mod3.c: New file.
4009 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
4011         * elf/Makefile: Add rules to build and run nodelete2 test.
4012         * elf/nodelete2.c: New file.
4013         * elf/nodel2mod1.c: New file.
4014         * elf/nodel2mod2.c: New file.
4015         * elf/nodel2mod3.c: New file.
4017 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
4019         * posix/test-vfork.c (noop): Add __attribute_noinline__.
4020         * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
4021         * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
4022         defining it.
4023         * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
4024         * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
4025         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
4026         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
4027         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
4029 2003-01-09  Andreas Schwab  <schwab@suse.de>
4031         * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
4033 2003-01-08  Ulrich Drepper  <drepper@redhat.com>
4035         * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
4036         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
4037         argument.
4038         (INTERNAL_SYSCALL_DECL): Define.
4040 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
4042         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
4043         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
4044         argument.
4045         (INTERNAL_SYSCALL_DECL): Define.
4046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4047         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
4048         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4049         (INLINE_SYSCALL): Adjust.
4050         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4051         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4052         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4053         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4054         * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
4055         add err argument to INTERNAL_SYSCALL* macros.
4056         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
4057         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
4058         * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
4059         * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
4060         Likewise.
4061         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
4062         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
4063         INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
4065 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
4067         Unify symbols in user namespace exported by libc.so and libc.a.
4068         * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
4069         argp_fmtstream_free, and argp_fmtstream_printf.
4070         * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
4071         argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
4072         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
4073         argp_fmtstream_point.
4074         * gmon/gmon.c: Don't define write_profiling.
4075         * libio/genops.c: Don't define _cleanup.
4077         * intl/explodename.c (_nl_find_language.c): Mark as static.
4078         * intl/loadinfo.h: Remove _nl_find_language prototype.
4080         * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
4081         * libio/libioP.h: Remove declaration.
4083         * libio/iopopen.c (_IO_proc_jumps): Mark as static.
4084         * libio/libioP.h: Remove declaration.
4086         * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
4087         * sysdeps/generic/framestate.c: Define STATIC before including
4088         unwind-dw2.c.
4090         * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
4092 2003-01-06  Philip Blundell  <philb@gnu.org>
4094         * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
4095         [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
4097         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
4098         directive.
4099         (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
4100         (SYSCALL_ERROR): New.
4101         (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
4102         handling code.
4103         (INTERNAL_SYSCALL): Define.
4104         (INLINE_SYSCALL): Use it.
4105         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
4106         * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
4107         SYSCALL_ERROR in place of __syscall_error.
4109 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
4111         * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
4112         __bswap_32, __bswap_64): Put x into temporary variable
4113         to avoid warnings.
4114         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
4115         (inline) functions.
4116         * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
4117         __bswap_32, __bswap_64): Put x into temporary variable
4118         to avoid warnings.
4119         [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
4120         (inline) functions.
4121         * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
4122         Likewise.
4124 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
4126         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
4127         alias.
4129 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
4131         * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
4132         * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
4134 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
4136         * math/libm-test.inc (significand_test): New function.
4137         (main): Call it.
4139 2003-01-06  Roland McGrath  <roland@redhat.com>
4141         * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
4142         arguments.
4143         (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
4144         (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
4145         (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
4147         * string/tester.c (test_strcpy): Add test with `void *' arguments.
4149 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
4151         * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
4152         return significand and not the exponent.
4153         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4155         * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
4156         taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
4158         * malloc/malloc.c: Mark all _int_* functions as static.
4160 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
4162         * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
4163         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
4164         handling.
4165         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4167 2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4169         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
4170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
4171         support.
4172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
4173         ftruncate64, truncate64, pread64 and pwrite64 entries.
4174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4175         (INLINE_SYSCALL): Add __builtin_expect.
4176         (LOADARGS_n): Add argument size safety checks.
4177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
4178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
4179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
4180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
4181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
4182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
4184 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
4186         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
4187         * sysdeps/generic/creat.c: Include sysdep-cancel.h.
4188         (LIBC_CANCEL_HANDLED): Add.
4190         * sysdeps/unix/sysv/linux/alpha/sysdep.h
4191         (inline_syscall_r0_constraint): Rename to...
4192         (inline_syscall_r0_out_constraint): ... this.  Add =.
4193         (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
4195 2003-01-06  Andreas Schwab  <schwab@suse.de>
4197         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
4198         sure this is always inlined.
4199         (elf_machine_rela): Likewise.
4201         * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
4203 2003-01-04  Roland McGrath  <roland@redhat.com>
4205         * Makeconfig (+mkdep): Add -MP flag.
4206         Suggested by Art Haas <ahaas@airmail.net>.
4208 2003-01-05  Andreas Schwab  <schwab@suse.de>
4210         * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
4212 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4214         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
4215         SYSCALL_ERROR_HANDLER.
4216         * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
4217         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
4218         Add support for cancellation handling.
4219         * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
4220         SYSCALL_ERROR_HANDLER.
4221         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
4222         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
4223         Add support for cancellation handling.
4224         (SYSCALL_ERROR_HANDLER): Define PIC variants.
4226 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
4229         __syscall_pread64 and __syscall_pwrite64 cancelable.
4230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4231         (INTERNAL_SYSCALL): New macro.
4232         (LOADARGS_0, LOADARGS_1): Fix.
4234 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
4236         * Makerules (build-shlip-helper): Unless told otherwise, add
4237         -Wl,-z,defs to linker command line.
4238         * rt/Makefile (librt.so): Link with ld.so.
4239         * dlfcn/Makefile (libdl.so): Likewise.
4241 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
4243         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
4244         cancellation handling.
4245         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4246         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
4248 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
4250         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
4251         order of parameters passed to kill.
4253 2003-01-04  Andreas Schwab  <schwab@suse.de>
4255         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
4257 2002-01-03  Paul Eggert  <eggert@twinsun.com>
4259         * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
4260         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
4261         when compiling Bison 1.875's `bitset bset = obstack_alloc
4262         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
4264 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
4266         * sysdeps/posix/system.c (do_system): Minor optimizations.  Remove
4267         unnecessary code.
4268         Correct reference counter in case SIGQUIT handler installation failed.
4270 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
4272         * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
4273         Define using _Pragma(weak ...).
4275 2003-01-03  Andreas Jaeger  <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
4277         * resolv/res_libc.c: Provide declaration for __res_init_weak and
4278         reorder declarations.
4280 2003-01-03  Art Haas  <ahaas@airmail.net>
4282         * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
4283         initializer syntax to C99.
4284         * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
4285         * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
4286         * localedata/tests-mbwc/dat_iswctype.c: Likewise.
4287         * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
4288         * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
4289         * localedata/tests-mbwc/dat_iswlower.c: Likewise.
4290         * localedata/tests-mbwc/dat_iswprint.c: Likewise.
4291         * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
4292         * localedata/tests-mbwc/dat_iswspace.c: Likewise.
4293         * localedata/tests-mbwc/dat_iswupper.c: Likewise.
4294         * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
4295         * localedata/tests-mbwc/dat_mblen.c: Likewise.
4296         * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
4297         * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
4298         * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
4299         * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
4300         * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
4301         * localedata/tests-mbwc/dat_strcoll.c: Likewise.
4302         * localedata/tests-mbwc/dat_strfmon.c: Likewise.
4303         * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
4304         * localedata/tests-mbwc/dat_swscanf.c: Likewise.
4305         * localedata/tests-mbwc/dat_towctrans.c: Likewise.
4306         * localedata/tests-mbwc/dat_towlower.c: Likewise.
4307         * localedata/tests-mbwc/dat_towupper.c: Likewise.
4308         * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
4309         * localedata/tests-mbwc/dat_wcscat.c: Likewise.
4310         * localedata/tests-mbwc/dat_wcschr.c: Likewise.
4311         * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
4312         * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
4313         * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
4314         * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
4315         * localedata/tests-mbwc/dat_wcslen.c: Likewise.
4316         * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
4317         * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
4318         * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
4319         * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
4320         * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
4321         * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
4322         * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
4323         * localedata/tests-mbwc/dat_wcstod.c: Likewise.
4324         * localedata/tests-mbwc/dat_wcstok.c: Likewise.
4325         * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
4326         * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
4327         * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
4328         * localedata/tests-mbwc/dat_wctob.c: Likewise.
4329         * localedata/tests-mbwc/dat_wctomb.c: Likewise.
4330         * localedata/tests-mbwc/dat_wctrans.c: Likewise.
4331         * localedata/tests-mbwc/dat_wctype.c: Likewise.
4332         * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
4334 2003-01-03  Richard Henderson  <rth@redhat.com>
4336         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
4337         (inline_syscall_r0_constraint): New.
4338         (inline_syscall[0-6]): Use them.
4340 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
4342         * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
4343         Add rtld_hidden_proto.
4344         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
4345         (_dl_allocate_tls): Likewise.  Remove INTDEF.
4347 2002-07-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4349         * sysdeps/sh/memcpy.S: Optimize.  Based on a patch by Toshiyasu
4350         Morita <toshiyasu.morita@hsa.hitachi.com>.
4351         * sysdeps/sh/memcpy.S: Likewise.
4353 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
4355         * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
4356         any, but unify the test.
4358 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
4360         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
4361         sigaction): Protect weak_alias and libc_hidden_weak with
4362         #ifndef LIBC_SIGACTION.
4363         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
4364         sigaction): Likewise.
4365         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
4366         sigaction): Likewise.
4367         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
4368         sigaction): Likewise.
4369         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
4370         sigaction): Likewise.
4371         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
4372         sigaction): Likewise.
4373         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
4374         sigaction): Likewise.
4375         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
4376         sigaction): Likewise.  Remove SIGCANCEL handling here.
4377         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
4378         Likewise.
4380 2003-01-02  Art Haas  <ahaas@airmail.net>
4382         * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
4384 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
4386         * posix/getconf.c: Update copyright year.
4387         * nss/getent.c: Likewise.
4388         * nscd/nscd_nischeck.c: Likewise.
4389         * iconv/iconvconfig.c: Likewise.
4390         * iconv/iconv_prog.c: Likewise.
4391         * elf/ldconfig.c: Likewise.
4392         * catgets/gencat.c: Likewise.
4393         * csu/version.c: Likewise.
4394         * elf/ldd.bash.in: Likewise.
4395         * elf/sprof.c (print_version): Likewise.
4396         * locale/programs/locale.c: Likewise.
4397         * locale/programs/localedef.c: Likewise.
4398         * nscd/nscd.c (print_version): Likewise.
4399         * debug/xtrace.sh: Likewise.
4400         * malloc/memusage.sh: Likewise.
4401         * malloc/mtrace.pl: Likewise.
4403 2003-01-01  Jakub Jelinek  <jakub@redhat.com>
4405         * io/sys/stat.h: Include time.h with __need_timespec even if
4406         __USE_MISC is defined but __USE_XOPEN is not.
4408 2003-01-01  Andreas Jaeger  <aj@suse.de>
4410         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
4411         type to avoid strict aliasing problem.
4412         (_nss_dns_gethostbyname2_r): Likewise.
4413         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4414         (_nss_dns_getnetbyname_r): Likewise.
4415         * resolv/gethnamaddr.c (_gethtent): Likewise.
4416         (gethostbyname2): Likewise.
4418 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4420         * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
4421         to avoid using the exported symbols.  Define aliases with the
4422         original names separately.
4424         * include/time.h: Add libc_hidden_proto for __strftime_l.
4425         * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
4426         * time/strftime.c: Always use libc_hidden_def if _LIBC.
4428         * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
4429         * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
4431         * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
4432         tr_break.
4434         * csu/Makefile (routines): Add dso_handle.
4435         * csu/dso_handle.c: New file.
4437 2002-12-31  Roland McGrath  <roland@redhat.com>
4439         * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
4440         Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
4441         (S-CPPFLAGS): Add -DASSEMBLER here instead.
4442         (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
4444 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4446         * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
4447         is available.
4449 2002-12-31  Andreas Jaeger  <aj@suse.de>
4451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
4452         with Linux kernel.
4453         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
4454         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
4455         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
4457         * sysdeps/unix/sysv/linux/kernel_stat.h
4458         (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
4460         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
4461         __unused[1-3] since they're needed by some platforms.  Handle
4462         _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
4464         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
4465         for structs stat and stat64.
4466         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4467         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4468         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4469         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4471         * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
4473         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
4474         nsec resolution changes.
4475         (xstat64_conv): Likewise.
4476         (xstat32_conv): Likewise.
4478         * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
4479         struct kernel_stat.
4481         * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
4482         structs stat and stat64.
4484         * time/time.h (__timespec_defined): Define for __USE_MISC.
4486 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4488         * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
4489         and __libc_current_sigrtmax.
4491 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
4493         * include/errno.h (__errno_location): Add prototype.
4494         Use libc_hidden_proto unconditionally.
4495         * include/netdb.h (__h_errno_location): Use libc_hidden_proto
4496         unconditionally.
4497         * include/resolv.h (__res_state): Likewise.
4499         * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
4500         * include/sys/socket.h (accept): Add libc_hidden_proto.
4501         * include/errno.h (__errno_location): Likewise.
4502         * include/netdb.h (__h_errno_location): Likewise.
4503         * include/resolv.h (__res_state): Likewise.
4504         * include/unistd.h (__lseek): Likewise.
4505         * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
4506         * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
4507         * sysdeps/generic/res-state.c (__res_state): Likewise.
4508         * sysdeps/generic/accept.c (accept): Likewise.
4509         * sysdeps/generic/lseek.c (__lseek): Likewise.
4510         * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
4511         __libc_current_sigrtmax): Likewise.
4512         * sysdeps/mach/hurd/accept.c (accept): Likewise.
4513         * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
4514         * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
4515         * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
4516         * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
4517         * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
4518         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
4519         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
4520         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
4521         alias to llseek.
4522         (__GI_accept): New alias to accept.
4523         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
4524         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
4525         New alias to llseek.
4526         (__GI_accept): New alias to accept.
4527         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
4528         Likewise.
4529         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
4530         Likewise.
4531         * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
4533         * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
4534         strong_alias (name, __GI_name).
4535         * sysdeps/arm/bsd-_setjmp.S : Likewise.
4536         * sysdeps/hppa/bsd-_setjmp.S : Likewise.
4537         * sysdeps/i386/bsd-_setjmp.S : Likewise.
4538         * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
4539         * sysdeps/mips/bsd-_setjmp.S : Likewise.
4540         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
4541         * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
4542         * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
4543         * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
4544         * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
4545         * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
4546         * sysdeps/sh/bsd-_setjmp.S : Likewise.
4547         * sysdeps/sparc/sparc32/setjmp.S : Likewise.
4548         * sysdeps/unix/arm/fork.S : Likewise.
4549         * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
4550         * sysdeps/unix/bsd/i386/vfork.S : Likewise.
4551         * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
4552         * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
4553         * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
4554         * sysdeps/unix/bsd/vax/vfork.S : Likewise.
4555         * sysdeps/unix/i386/fork.S : Likewise.
4556         * sysdeps/unix/mips/fork.S : Likewise.
4557         * sysdeps/unix/sparc/fork.S : Likewise.
4558         * sysdeps/unix/sparc/vfork.S : Likewise.
4559         * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
4560         * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
4561         * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
4562         * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
4563         * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
4564         * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
4565         * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
4566         * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
4567         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
4568         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
4569         * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
4570         * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
4571         * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
4572         * sysdeps/unix/fork.S : Likewise.
4573         * sysdeps/vax/bsd-_setjmp.S : Likewise.
4574         * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
4576         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
4577         inclusion.
4579 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
4581         * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
4582         * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
4583         * sysdeps/mach/hurd/fork.c: Likewise.
4584         * sysdeps/unix/sysv/aix/fork.c: Likewise.
4585         * sysdeps/unix/fork.S: Add __GI___fork alias.
4586         * sysdeps/unix/arm/fork.S: Likewise.
4587         * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
4588         * sysdeps/unix/i386/fork.S: Likewise.
4589         * sysdeps/unix/mips/fork.S: Likewise.
4590         * sysdeps/unix/sparc/fork.S: Likewise.
4591         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
4592         * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
4593         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4594         * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
4595         * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
4596         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
4597         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
4598         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
4599         * sysdeps/unix/bsd/vax/vfork.S: Likewise.
4600         * sysdeps/unix/sparc/vfork.S: Likewise.
4601         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
4602         * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
4603         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
4604         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
4605         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
4606         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4607         * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
4608         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
4610         * include/time.h: Add libc_hidden_proto for __nanosleep.
4611         * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
4612         * sysdeps/mach/nanosleep.c: Likewise.
4613         * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
4614         * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
4616         * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
4617         _IO_list_unlock, and _IO_list_resetlock.
4618         * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
4619         _IO_list_unlock, and _IO_list_resetlock.
4621         * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
4622         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
4623         * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
4624         _IO_iter_end, _IO_iter_next, and _IO_iter_file.
4626         * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
4627         * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
4628         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
4629         __GI___longjmp alias.
4631         * include/setjmp.h: Add libc_hidden_proto for _setjmp.
4632         * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
4633         * sysdeps/arm/bsd-_setjmp.S: Likewise.
4634         * sysdeps/generic/bsd-_setjmp.c: Likewise.
4635         * sysdeps/hppa/bsd-_setjmp.S: Likewise.
4636         * sysdeps/i386/bsd-_setjmp.S: Likewise.
4637         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
4638         * sysdeps/mips/bsd-_setjmp.S: Likewise.
4639         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
4640         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4641         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4642         * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
4643         * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
4644         * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
4645         * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
4646         * sysdeps/sh/bsd-_setjmp.S: Likewise.
4647         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
4648         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4649         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
4650         * sysdeps/vax/bsd-_setjmp.S: Likewise.
4651         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
4653 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
4655         * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
4657 2002-12-30  Roland McGrath  <roland@redhat.com>
4659         * Rules (generated): Target removed.
4660         * mach/Makefile (generated): Define it here instead.
4662         * math/Makefile (generated): Add m_*l and m_*f variants too.
4664 2002-12-30  Ulrich Drepper  <drepper@redhat.com>
4666         * elf/dl-close.c (_dl_close): Handle relocation dependencies among
4667         the to-be-deleted objects right away instead of later separately.
4668         The latter fails because the scope data structures of the DSO
4669         might already be gone.
4671         * elf/Makefile: Add rules to build and run reldep8 test.
4672         * elf/reldep8.c: New file.
4673         * elf/reldep8mod1.c: New file.
4674         * elf/reldep8mod2.c: New file.
4675         * elf/reldep8mod3.c: New file.
4676         Contributed by Jakub Jelinek.
4678 2002-12-24  GOTO Masanori  <gotom@debian.or.jp>
4680         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
4681         checking of return value ENOSYS from getdents64.
4683 2002-12-28  Andreas Schwab  <schwab@suse.de>
4685         * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
4686         ($(common-objpfx)s-%.d): Generalized from
4687         $(common-objpfx)s-proto.d rule.
4688         (common-generated): Add s-proto-cancel.d.
4689         * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
4690         cancellable syscalls.
4691         * sysdeps/unix/s-proto-cancel.S: New file.
4693 2002-12-29  Roland McGrath  <roland@redhat.com>
4695         * resolv/res_libc.c: Move _res defn magic after res_init defn
4696         so _res macro is in effect for that code.
4698         * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
4699         pattern for prepending $(..) so it doesn't affect $(foo).
4701         * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
4703 2002-12-29  Jakub Jelinek  <jakub@redhat.com>
4705         * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
4706         in hwcap.
4708 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
4710         * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
4712 2002-12-28  Andreas Jaeger  <aj@suse.de>
4714         * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
4715         avoid warning.
4716         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
4718 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4720         * inet/herrno.c (__h_errno_location): Remove.
4721         * inet/Makefile (routines): Add herrno-loc.
4722         * resolv/res_libc.c (__res_state): Remove.
4723         * resolv/Makefile (routines): Add res-state.
4724         * sysdeps/generic/herrno-loc.c: New file.
4725         * sysdeps/generic/res-state.c: New file.
4727 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4729         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
4730         Only define if USE_DL_SYSINFO is defined.
4732 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
4734         * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
4735         INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
4736         Define. Patch by Richard Henderson and Jes Sorensen.
4737         (PSEUDO): Remove unnecessary ;;.
4738         * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
4739         are found unless TLS_INIT_TP_EXPENSIVE.  Use NONTLS_INIT_TP.
4740         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
4741         if not initializing thread pointer.
4742         [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
4743         * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
4744         make it weak also if NONTLS_INIT_TP.
4745         * sysdeps/unix/common/pause.c: Handle cancellation.
4746         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
4747         (LOADSYSCALL): Remove.
4748         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4749         (SYSCALL_ERROR_HANDLER): Use it.
4750         (PSEUDO): Don't jump around error handler.
4751         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
4752         jump around error handler.
4753         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
4754         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
4755         to __syscall_error_handler on failure.
4756         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
4757         (LOADSYSCALL): Remove.
4758         (SYSCALL_ERROR_HANDLER_ENTRY): Define.
4759         (SYSCALL_ERROR_HANDLER): Use it.
4760         (PSEUDO): Don't jump around error handler.
4761         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
4762         jump around error handler.
4763         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
4764         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
4765         to __syscall_error_handler on failure.
4767 2002-12-27  Roland McGrath  <roland@redhat.com>
4769         * scripts/gen-as-const.awk: New file.
4770         * Makefile (distribute): Add it.
4771         * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
4772         (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
4773         to the list.
4774         (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
4776 2002-12-27  Andreas Schwab  <schwab@suse.de>
4778         * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
4780 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
4782         * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
4783         _environ is NULL.
4785 2002-12-27  Andreas Schwab  <schwab@suse.de>
4787         * Makerules ($(common-objpfx)%.make): Filter through
4788         $(sed-remove-objpfx).
4790 2002-12-23  Roland McGrath  <roland@redhat.com>
4792         * scripts/abilist.awk: Produce a more compact format, divided into
4793         stanzas for each version set, the set name listed only once.
4794         * scripts/extract-abilist.awk: New file.
4795         * scripts/merge-abilist.awk: New file.
4796         * Makerules (check-abi-%, update-abi-%): New pattern rules.
4797         (update-abi, check-abi): New targets.
4798         * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
4800 2002-12-19  Roland McGrath  <roland@redhat.com>
4802         * Makerules (%.symlist): Use LC_ALL=C when running awk script.
4804         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
4805         INTERNAL_SYSCALL.
4807 2002-12-21  Andreas Schwab  <schwab@suse.de>
4809         * elf/check-textrel.c (handle_file): Swap p_type.
4811 2002-12-21  Andreas Schwab  <schwab@suse.de>
4813         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
4814         (INLINE_SYSCALL): Use it.
4815         (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
4816         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
4818         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
4819         * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
4821 2002-12-20  Art Haas  <ahaas@airmail.net>
4823         * sysdeps/gnu/siglist.c: Convert GCC extension initializer
4824         syntax to C99.
4826 2002-12-21  Philip Blundell  <philb@gnu.org>
4828         * sysdeps/arm/elf/start.S (_start): Optimise a little.  Push stack
4829         top as seventh arg to __libc_start_main.
4830         Reported by paulnash@wildseed.com.
4832         * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
4834         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
4835         compatibility cruft when new enough kernel is assumed.
4837 2002-12-20  Jakub Jelinek  <jakub@redhat.com>
4839         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
4840         instead of INLINE_SYSCALL.
4842 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4844         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
4845         typo.
4847         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
4848         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4849         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
4850         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
4851         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
4852         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
4853         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
4854         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
4855         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
4856         Patch by William Lee Irwin <wli@holomorphy.com>.
4858 2002-12-20  Andreas Schwab  <schwab@suse.de>
4860         * locale/programs/ld-measurement.c (measurement_output): Fix
4861         index calculation.
4863 2002-12-20  Ulrich Drepper  <drepper@redhat.com>
4865         * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
4866         Redefine _IO_flockifle and _IO_funlockfile as inlines.
4868         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
4869         builds add "tls" in the search path.
4870         * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
4871         (path_hwcap): Recognize "tls".
4873 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4875         * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
4876         __waitpid instead of waitpid.
4878         * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
4879         int $0x80.
4880         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
4881         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
4882         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
4884         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
4885         information for system calls.
4887         * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
4888         for ld.so.
4890         * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
4892 2002-12-19  Roland McGrath  <roland@redhat.com>
4894         * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
4895         * iconvdata/ibm922.h: Likewise.
4896         * iconvdata/ibm930.h: Likewise.
4897         * iconvdata/ibm932.h: Likewise.
4898         * iconvdata/ibm933.h: Likewise.
4899         * iconvdata/ibm935.h: Likewise.
4900         * iconvdata/ibm937.h: Likewise.
4901         * iconvdata/ibm939.h: Likewise.
4902         * iconvdata/ibm943.h: Likewise.
4903         * iconvdata/isiri-3342.h: Likewise.
4905 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4907         * test-skeleton.c (main): Make sure correct value is seen as
4908         argv[0] after adjustment of argv, and argc.
4910         * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
4911         RTLD_CORRECT_DYNAMIC_WEAK is defined.
4913 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
4915         * nscd/connections.c (nscd_run): Shut up warning.
4916         * tst-ungetc.c (assert): Undefined before redefining.
4918 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4920         * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
4921         is used.
4923 2002-12-17  Art Haas  <ahaas@airmail.net>
4925         * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
4926         * iconvdata/cp775.h: Likewise.
4927         * iconvdata/ibm1046.h: Likewise.
4928         * iconvdata/ibm1124.h: Likewise.
4929         * iconvdata/ibm1129.h: Likewise.
4930         * iconvdata/ibm1132.h: Likewise.
4931         * iconvdata/ibm1133.h: Likewise.
4932         * iconvdata/ibm1160.h: Likewise.
4933         * iconvdata/ibm1161.h: Likewise.
4934         * iconvdata/ibm1162.h: Likewise.
4935         * iconvdata/ibm1163.h: Likewise.
4936         * iconvdata/ibm1164.h: Likewise.
4938 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
4940         * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
4941         __ASSUME_CLONE_THREAD_FLAGS is defined.
4942         * sysdeps/unix/sysv/linux/kernel-features.h
4943         (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
4945 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4947         * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
4948         of asm.
4949         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4951         * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
4952         _dl_sysinfo.
4953         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4954         code.
4955         * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
4956         _rtld_global.
4957         [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
4958         code.
4959         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
4960         Check for AT_SYSINFO and set _dl_sysinfo appropriately.
4961         * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
4962         Add _dl_sysinfo.
4964 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
4966         * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
4967         __libc_writev to...
4968         [libc: GLIBC_PRIVATE]: ...here.
4969         * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
4970         __libc_msgsnd to...
4971         [libc: GLIBC_PRIVATE]: ...here.
4973 2002-12-18  Ulrich Drepper  <drepper@redhat.com>
4975         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
4976         Use it instead of directly int $0x80.
4977         * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
4978         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4979         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4980         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4981         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4982         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4984 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
4986         * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
4988         * elf/elf.h (AT_SYSINFO): New define.
4989         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
4990         AT_SYSINFO.
4992 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
4994         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
4995         Make cancelable.
4996         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
4997         Likewise.
4998         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
4999         Likewise.
5000         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
5001         Likewise.
5002         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
5003         Likewise.
5004         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
5006         * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
5007         mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
5008         available, otherwise __libc_maybe_call.
5009         * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
5010         cancellation handling.
5011         * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
5013 2002-12-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
5015         * posix/regcomp.c (free_workarea_compile): Free the new member
5016         ORG_INDICES.
5017         (analyze): Initialize ORG_INDICES.
5018         (duplicate_node_closure): Search for a existing node, which is
5019         duplicated from the node ORG_DEST and satisfies the constraint
5020         CONSTRAINT.  And use it to avoid inifimite loop.
5021         (search_duplicated_node): New function.
5022         (duplicate_node): Store the index of the original node.
5023         * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
5024         if needed.
5025         * posix/regex_internal.h (re_dfa_t): Add new members.
5027 2002-12-17  Ulrich Drepper  <drepper@redhat.com>
5029         * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
5031 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
5033         * sysdeps/posix/system.c (do_system): Add support for installation
5034         of cancellation handlers.
5035         * sysdeps/unix/sysv/linux/i386/system.c: New file.
5037         * stdlib/Makefile (tests): Add tst-system.
5038         * stdlib/tst-system.c: New file.
5040         * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
5041         CENABLE]: Don't lose content of %ebx.
5043 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
5045         * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
5046         macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
5048 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
5050         * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
5051         fails to return a function pointer don't use it.
5053 2002-12-16  Art Haas  <ahaas@airmail.net>
5055         * io/ftw.c: Convert GCC extension initializer syntax to C99.
5056         * iconvdata/iso-ir-165.c: Likewise.
5057         * iconvdata/jis0208.c: Likewise.
5058         * iconvdata/jis0212.c: Likewise.
5060 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
5062         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
5063         epoll_ctl, and epoll_wait.
5064         * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
5065         epoll_create, epoll_ctl, and epoll_wait.
5066         * sysdeps/unix/sysv/linux/sys/epoll.h: New file.  Written by
5067         Davide Libenzi <davidel@xmailserver.org>.
5068         * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
5069         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
5070         Add sys/epoll.h.
5072 2002-12-16  Art Haas  <ahaas@airmail.net>
5074         * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
5075         syntax to C99
5076         * sysdeps/unix/sysv/aix/settimer.c: Likewise.
5077         * sysdeps/unix/sysv/aix/sleep.c: Likewise.
5078         * sysdeps/unix/sysv/aix/usleep.c: Likewise.
5080 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
5082         * stdio-common/Makefile (routines): Remove lockfile.  Add
5083         flockfile, ftrylockfile, and funlockfile.
5084         * sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
5085         * sysdeps/generic/flockfile.c: New file.
5086         * sysdeps/generic/ftrylockfile.c: New file.
5087         * sysdeps/generic/funlockfile.c: New file.
5089 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
5091         * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
5092         macros instead of doing the calls directly.
5093         * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
5094         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
5095         targets.
5097 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
5099         * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
5100         * sysdeps/ieee754/bits/nan.h: Likewise.
5102         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
5103         __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
5105 2002-12-16  Roland McGrath  <roland@redhat.com>
5107         * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
5108         * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
5109         * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
5111         * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
5112         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
5113         s_putpmsg.
5114         * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
5115         * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
5116         * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
5117         * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
5118         * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
5119         * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
5120         * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
5121         * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
5123 2002-12-13  Paul Eggert  <eggert@twinsun.com>
5125         * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
5126         is now u_int, not int.
5127         (struct XDR.x_handy): Now u_int, not int.
5128         * sunrpc/xdr_mem.c: Include <limits.h>.
5129         (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
5130         xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
5131         x_handy is now unsigned, not signed.
5132         Do not decrement x_handy if no change is made.
5133         (xdrmem_setpos): Check for int overflow.
5134         * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
5135         (xdr_sizeof): Remove cast that is now unnecessary, now that
5136         x_handy is unsigned.
5138 2002-12-15  Art Haas  <ahaas@airmail.net>
5140         * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
5141         * iconvdata/gap.awk: Likewise.
5142         * iconvdata/gen-8bit-gap-1.sh: Likewise.
5143         * iconvdata/gen-8bit-gap.sh: Likewise.
5144         * locale/C-address.c: Likewise.
5145         * locale/C-collate.c: Likewise.
5146         * locale/C-ctype.c: Likewise.
5147         * locale/C-identification.c: Likewise.
5148         * locale/C-measurement.c: Likewise.
5149         * locale/C-messages.c: Likewise.
5150         * locale/C-monetary.c: Likewise.
5151         * locale/C-name.c: Likewise.
5152         * locale/C-numeric.c: Likewise.
5153         * locale/C-paper.c: Likewise.
5154         * locale/C-telephone.c: Likewise.
5155         * locale/C-time.c: Likewise.
5156         * nscd/connections.c: Likewise.
5157         * nscd/grpcache.c: Likewise.
5158         * nscd/hstcache.c: Likewise.
5159         * nscd/pwdcache.c: Likewise.
5160         * stdio-common/vfprintf.c: Likewise.
5161         * stdlib/random.c: Likewise.
5162         * sysdeps/generic/siglist.c: Likewise.
5163         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
5164         * sysdeps/ieee754/bits/nan.h: Likewise.
5165         * sysdeps/posix/sprofil.c: Likewise.
5166         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5167         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
5168         * sysdeps/unix/sysv/linux/usleep.c: Likewise.
5170 2002-12-15  Roland McGrath  <roland@redhat.com>
5172         * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
5174         * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
5175         <tls.h> here, no need for it.
5176         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
5178         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
5179         parameter, not varargs parameter.
5181         * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
5182         argument so it's not an unused variable.
5184         * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
5185         __p_type_syms, __p_rcode_syms): Remove decls, never really intended
5186         for users.
5188         * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
5190 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
5192         * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
5193         original __libc_fcntl code.  Just renamed.
5195 2002-12-15  Andreas Schwab  <schwab@suse.de>
5197         * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
5199 2002-12-14  Olaf Hering  <olh@suse.de>
5201         * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
5202         * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
5204 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
5206         * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
5208         * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
5209         SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
5211         * sysdeps/unix/sysv/linux/open64.c: New file.
5213         * sysdeps/generic/pselect.c: Add support for cancellation handling.
5214         * sysdeps/posix/open64.c: Likewise.
5215         * sysdeps/posix/sigpause.c: Likewise.
5216         * sysdeps/posix/sigwait.c: Likewise.
5217         * sysdeps/posix/system.c: Likewise.
5218         * sysdeps/posix/waitid.c: Likewise.
5219         * sysdeps/unix/sysv/linux/accept.S: Likewise.
5220         * sysdeps/unix/sysv/linux/connect.S: Likewise.
5221         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
5222         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
5223         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
5224         * sysdeps/unix/sysv/linux/poll.c: Likewise.
5225         * sysdeps/unix/sysv/linux/pread.c: Likewise.
5226         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5227         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5228         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5229         * sysdeps/unix/sysv/linux/readv.c: Likewise.
5230         * sysdeps/unix/sysv/linux/recv.S: Likewise.
5231         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
5232         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
5233         * sysdeps/unix/sysv/linux/send.S: Likewise.
5234         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
5235         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
5236         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5237         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
5238         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5239         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5240         * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
5241         * sysdeps/unix/sysv/linux/wait.c: Likewise.
5242         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
5243         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5244         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5245         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5247 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
5249         * sysdeps/generic/sysdep-cancel.h: New file.
5250         * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
5251         cancelable syscall.
5252         * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
5253         recvmsg, send, sendmsg, sendto): Make cancelable.
5254         * sysdeps/unix/mman/syscalls.list (msync): Likewise.
5255         * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
5256         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
5257         sendto, osf_select): Likewise.
5258         * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
5259         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
5260         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
5261         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
5262         sendto): Likewise.
5263         * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
5264         recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
5265         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
5266         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
5267         sendto): Likewise.
5268         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
5269         pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
5270         sendto, select): Likewise.
5271         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
5272         pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
5273         Likewise.
5274         * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
5275         select, fcntl): Likewise.
5276         * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
5277         * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
5278         read, readv, select, sigsuspend, write, writev): Likewise.
5280 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
5282         * dirent/bug-readdir1.c: Include unistd.h.
5284 2002-12-13  Jakub Jelinek  <jakub@redhat.com>
5286         * locale/programs/locale.c: Include locarchive.h.
5287         (ARCHIVE_NAME): Define.
5288         (write_archive_locales): New function.
5289         (write_locales): Use it.  Ensure the same locale is not printed
5290         multiple times in verbose mode.
5291         Mode LC_IDENTIFICATION and LC_CTYPE printing into...
5292         (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
5293         functions.
5294         (struct nameent): New type.
5295         (nameentcmp): New function.
5297 2002-12-14  Jakub Jelinek  <jakub@redhat.com>
5299         * posix/regex_internal.c (re_string_context_at): Guard wide char
5300         code with #ifdef RE_ENABLE_I18N.
5302 2002-11-22  Paolo Bonzini  <bonzini@gnu.org>
5304         * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
5306 2002-12-13  Roland McGrath  <roland@redhat.com>
5308         * posix/bug-regex15.c: New file.
5309         * posix/Makefile (tests): Add it.
5311         * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
5312         (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
5314 2002-12-13  Ulrich Drepper  <drepper@redhat.com>
5316         * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
5318         * misc/syslog.c (log_cleanup): Don't use parameter in
5319         __libc_lock_unlock call, use syslog_lock directly.  Adjust callers to
5320         pass NULL instead of a pointer to syslog_lock.
5322 2002-12-12  Ulrich Drepper  <drepper@redhat.com>
5324         * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
5325         linker map for all iconv modules.
5326         (distribute): Add gconv.map.
5327         * iconvdata/gconv.map: New file.
5329         * elf/Makefile: Also check all iconv modules for text relocations.
5331         * stdlib/Makefile: Remove code to automatically import GMP.
5333         * elf/Makefile (tests): Add rules to build and run check-textrel.
5334         * elf/check-textrel.c: New file.
5336         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
5337         directive.
5339 2002-12-11  Jakub Jelinek  <jakub@redhat.com>
5341         * io/test-utime (main): If stnow.st[am]time is wrong, print it and
5342         not st.st[am]time.
5344 2002-04-30  Bruno Haible  <bruno@clisp.org>
5346         * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
5347         the encoding if it already has slashes.
5348         Reported by Perry Rapp <prapp@erols.com>.
5350 2002-12-11  Roland McGrath  <roland@redhat.com>
5352         * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
5353         (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
5354         Turn off PIC for compiling this file.
5356 2002-12-11  Ulrich Drepper  <drepper@redhat.com>
5358         * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
5359         definitions.  Not needed.
5360         [_LIBC]: Use definitions from libc-lock.h instead of referencing
5361         pthread routines directly.
5362         * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
5363         mutex_init calls.
5364         (arena_get2): Don't look at return value of mutex_lock.
5366 2002-12-11  Roland McGrath  <roland@redhat.com>
5368         * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
5369         elf-init.o instead of compiling a PIC version.
5371 2002-12-11  Bruno Haible  <bruno@clisp.org>
5373         * intl/gettext.h: Renamed to ...
5374         * intl/gmo.h: ... here.
5375         * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
5376         * intl/gettextP.h: Update.
5377         * intl/loadmsgcat.c: Update.
5379         * intl/gettextP.h (PARAMS): Make more portable.
5380         (attribute_hidden): Define as empty macro if not already defined.
5381         * intl/hash-string.h (PARAMS): Make more portable.
5382         * intl/loadinfo.h (PARAMS): Likewise.
5383         * intl/plural-exp.h (PARAMS): Likewise.
5384         (attribute_hidden): Move definition near the definition of
5385         internal_function.
5387         * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
5388         * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
5390 2002-07-13  Bruno Haible  <bruno@clisp.org>
5392         * intl/dcigettext.c (freea): New macro.
5393         (FREE_BLOCKS): Free also the registered blocks.
5394         (DCIGETTEXT): Free the 'search' variable.
5395         Reported by Andreas Fischer <a.fischer@asentics.de>.
5397 2002-04-27  Bruno Haible  <bruno@clisp.org>
5399         * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
5400         * intl/dcigettext.c: Likewise.
5401         * intl/dcgettext.c: Likewise.
5402         * intl/dgettext.c: Likewise.
5403         * intl/gettext.c: Likewise.
5404         * intl/dcngettext.c: Likewise.
5405         * intl/dngettext.c: Likewise.
5406         * intl/ngettext.c: Likewise.
5407         * intl/textdomain.c: Likewise.
5408         * intl/bindtextdom.c: Likewise.
5409         * intl/plural-exp.h: Likewise.
5411 2002-01-02  Bruno Haible  <bruno@clisp.org>
5413         * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
5415 2001-04-30  Bruno Haible  <bruno@clisp.org>
5417         * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
5418         default macro definitions.  Needed for mingw32.
5420 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
5422         * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
5423         __builtin_constant_p to macro parameter.
5425         * sysdeps/generic/sigpause.c: Define all functions as weak.
5426         * sysdeps/posix/sigpause.c: Likewise.
5428         * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
5429         type size_t.
5431 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
5433         * elf/tst-array1.c (preinit_array, init_array, fini_array):
5434         Explicitly align the array to sizeof (void *).
5435         * elf/tst-array2dep.c (init_array, fini_array): Likewise.
5437         * include/libc-symbols.h: Fix a comment typo.
5439         * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
5440         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
5441         Likewise.
5442         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
5443         Likewise.
5444         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
5445         (__libc_sigsuspend): Likewise.
5446         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
5447         (__libc_sigsuspend): Likewise.
5448         * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
5449         (creat): New weak alias.
5451 2002-12-10  Roland McGrath  <roland@redhat.com>
5453         * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
5454         contributes a manual chapter.
5455         * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
5456         around xref to it.
5458         * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
5459         and move contents to ...
5460         (EXTRA_LD_ENVVARS_LINUX): ... this new macro.  Add break for nonmatch.
5461         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
5462         it instead of duplicating its contents.
5463         (EXTRA_LD_ENVVARS): Likewise.  Add break for nonmatch.
5465 2002-12-09  Jakub Jelinek  <jakub@redhat.com>
5467         * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
5468         defined.
5469         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
5470         function.
5471         (EXTRA_LD_ENVVARS): Use it.
5472         (DL_OSVERSION_INIT): Define.
5473         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
5474         dl-librecon.h.
5475         (EXTRA_LD_ENVVARS): Undef before defining.  Use _dl_osversion_init.
5477 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
5479         * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
5481         * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
5482         call.  It is not allowed to destroy pthread mutexes which are
5483         still in use even though it is safe for our implementations.  If
5484         somebody still uses the descriptor it is a bug.
5486 2002-12-09  Richard Henderson  <rth@redhat.com>
5488         * csu/abi-note.S: Use .p2align, not .align.
5490 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
5492         * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
5493         __libc_select aliases.
5495         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
5496         alias.
5498         * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
5500         * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
5502         * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
5504         * sysdeps/unix/syscalls.list: Define __libc_select alias.
5506         * sysdeps/posix/waitid.c: Define __libc_waitid alias.
5508         * sysdeps/posix/sigpause.c: Define __libc_sigpause and
5509         __libc___xpg_sigpause aliases.
5511         * sysdeps/generic/pselect.c: Define __libc_pselect alias.
5513         * misc/error.c: Remove use of USE_IN_LIBIO.
5515 2002-12-08  Roland McGrath  <roland@redhat.com>
5517         * elf/Makefile (tests): Uncomment tst-array[123].
5518         * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
5519         * csu/elf-init.c: New file.
5520         * csu/Makefile (routines, static-only-routines): Add elf-init.
5521         * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
5522         and __libc_csu_fini in place of _fini.
5523         * sysdeps/arm/elf/start.S: Likewise.
5524         * sysdeps/cris/elf/start.S: Likewise.
5525         * sysdeps/hppa/elf/start.S: Likewise.
5526         * sysdeps/i386/elf/start.S: Likewise.
5527         * sysdeps/ia64/elf/start.S: Likewise.
5528         * sysdeps/m68k/elf/start.S: Likewise.
5529         * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
5530         * sysdeps/mips/elf/start.S: Likewise.
5531         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
5532         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
5533         * sysdeps/s390/s390-32/elf/start.S: Likewise.
5534         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5535         * sysdeps/sh/elf/start.S: Likewise.
5536         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
5537         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5538         * sysdeps/x86_64/elf/start.S: Likewise.
5540         * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
5541         struct containing function ptr and value, free it.
5542         (__aio_notify_only): Allocate that and copy values from SIGEV into it.
5543         It's not safe to let the new thread use the SIGEV pointer.
5545 2001-10-20  Paul Eggert  <eggert@twinsun.com>
5547         * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
5548         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
5549         Use strerror_r that is only a macro, even if it is not a function.
5550         (strerror): Check for HAVE_DECL_STRERROR before declaring.
5551         (private_strerror): Use prototypes, not old-style function definition.
5552         (print_errno_message): New function.
5553         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
5554         char*-flavored one.
5555         (error_tail, error, error_at_line): Use it.
5557 2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>
5559         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
5561 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
5563         * scripts/output-format.sed: Fix bug in one of the s expressions
5564         which used / for one too many things.
5566         * include/unistd.h: Declare __libc_close.
5568 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
5570         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
5572 2002-12-07  Roland McGrath  <roland@redhat.com>
5574         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
5575         from 2002-12-06, but remove unnecessary memset call without removing
5576         necessary copy of initialization image.
5578         * Makerules ($(common-objpfx)format.lds): New target.
5579         (common-generated): Add it.
5580         ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
5581         * scripts/output-format.sed: New file.
5582         * Makefile (distribute): Add it.
5584 2002-12-07  Ulrich Drepper  <drepper@redhat.com>
5586         * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
5587         Reported by Art Haas <ahaas@airmail.net>.
5589 2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>
5591         * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec.  Fix .recovery4.
5593 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
5595         * string/test-strncpy.c (do_random_tests): Improve test coverage.
5597 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5599         * test-skeleton.c (timeout_handler): Allow expected signal to be
5600         SIGALRM.
5602         * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
5604         * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
5606 2002-12-07  Jakub Jelinek  <jakub@redhat.com>
5608         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
5609         (SYSCALL_ERROR_HANDLER): Fix a pasto.
5610         Reported by Jeff Bailey <jbailey@nisa.net>.
5612 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5614         * sysdeps/generic/libc-tls.c: Undo last patch.
5616         * include/wctype.h: Define iswalnum with libc_hidden_proto.
5618         * include/signal.h: Define raise with libc_hidden_proto.
5620         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
5621         __execve instead of snprintf and execve.
5623         * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
5624         again a bit.
5626 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
5628         * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
5629         * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
5631 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
5633         * misc/syslog.c (log_cleanup): New function.
5634         (openlog): Use log_cleanup instead of __libc_mutex_unlock.
5635         (closelog): Likewise.
5637         * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
5638         * elf/dl-iteratephdr.c: Likewise.
5639         * elf/dl-lookup.c: Likewise.
5640         * elf/dl-misc.c: Likewise.
5641         * elf/dl-open.c: Likewise.
5642         * elf/dl-support.c: Likewise.
5643         * elf/rtld.c: Likewise.
5644         * sysdeps/generic/ldsodefs.h: Likewise.
5645         * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
5646         * sysdeps/mach/bits/libc-lock.h: Likewise.
5647         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
5649 2002-12-06  Roland McGrath  <roland@redhat.com>
5651         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
5653         * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
5654         (malloc_starter, memalign_starter, free_starter): Don't define these.
5655         * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
5656         Don't declare them either.
5657         * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
5658         __pthread_initialize, so no need to set hooks to *_starter.
5659         (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
5660         [_LIBC && SHARED && USE_TLS && !USE___THREAD]
5661         (__libc_malloc_pthread_startup): New function.
5662         * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
5664         * malloc/hooks.c (memalign_starter): New function.
5665         * malloc/malloc.c: Declare it.
5666         * malloc/arena.c (save_memalign_hook): New variable.
5667         (ptmalloc_init): Set __memalign_hook to memalign_starter.
5669         * elf/dl-minimal.c (free): Clear the memory.
5670         (calloc): Just call malloc, knowing all memory it returns is cleared.
5672         * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
5673         malloc and memset; calloc can avoid the zeroing when redundant.
5674         (_dl_tls_setup): Likewise.
5675         * elf/dl-load.c (decompose_rpath): Likewise.
5676         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
5677         call, since memory from sbrk at startup is already zero.
5679         * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
5680         error string for failure, null for success.  Update callers.
5681         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
5682         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5684 2002-12-05  Jakub Jelinek  <jakub@redhat.com>
5686         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
5687         args to i:iipi.
5688         (readahead): Change args to i:iii.
5689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
5690         Change args to i:iii.
5691         * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
5692         args to i:iiii.
5694 2002-12-05  Roland McGrath  <roland@redhat.com>
5696         * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
5697         call all functions rather than none.
5698         Reported by Mark P. Mitchell <mark@codesourcery.com>.
5700 2002-12-04  Roland McGrath  <roland@redhat.com>
5702         * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
5703         on _nl_current_LC_* variables.
5705 2002-12-05  Ulrich Drepper  <drepper@redhat.com>
5707         * dirent/bug-readdir1.c (main): Don't call closedir, just close
5708         the file descriptor.  This is testing what the bug report was about.
5710 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
5712         * po/be.po: New file.
5714         * argp/Makefile (tests): Add tst-argp1.
5716         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
5717         Change type of _attribute to void*.
5718         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
5719         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
5720         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
5721         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
5722         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
5724 2002-12-04  Roland McGrath  <roland@redhat.com>
5726         * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
5727         members to the end, so a libpthread compiled with !USE_TLS will still
5728         find other members properly.
5730         * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
5731         operand for DEST memory.  Fix dummy input operand to use SRC.
5732         Reported by Davin McCall <davmac@ozonline.com.au>.
5734         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
5735         alignment when initializing the DTV entry.
5737         * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
5738         when TLS has not been set up, try to set it up if we can.
5739         * elf/tst-tls4.c: Revert last change.
5740         * elf/tst-tls5.c: Likewise.
5741         * elf/tst-tls6.c: Likewise.
5742         * elf/tst-tls7.c: Likewise.
5743         * elf/tst-tls8.c: Likewise.
5744         * elf/tst-tls9.c: Likewise.
5746         * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
5747         * sysdeps/generic/ldsodefs.h: Declare it.
5748         * elf/Versions (ld: GLIBC_PRIVATE): Add it.
5749         * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
5750         function, broken out of __libc_setup_tls.
5751         (init_static_tls): Likewise.
5752         (__libc_setup_tls): Call them.
5753         (_dl_tls_setup): New function, uses new subroutines.
5755         * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
5756         Clear the pointer when returning true.
5757         (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
5758         first element of the slotinfo list too.
5760         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
5761         [SHARED].
5763         * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
5764         (_dl_determine_tlsoffset): Likewise.
5766         * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
5767         startup_error_tsd, made global.
5768         (dl_main): Update initialization.
5769         * elf/dl-tsd.c: Likewise.
5770         * sysdeps/generic/ldsodefs.h: Declare it.
5772 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5774         * manual/texinfo.tex: Update from latest upstream version.
5776 2002-12-03  Roland McGrath  <roland@redhat.com>
5778         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
5779         area surplus in calculation for sbrk call.
5781         * iconvdata/cp1125.c: New file.
5782         * iconvdata/Makefile (distribute): Add it.
5783         (modules): Add CP1125.
5784         (gen-8bit-gap-modules): Add cp1125.
5785         * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
5786         * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
5788 2002-12-03  Andreas Jaeger  <aj@suse.de>
5790         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5792 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
5794         * sysdeps/posix/system.c (do_system): Make signal handler
5795         installation thread safe.
5797 2002-12-02  Roland McGrath  <roland@redhat.com>
5799         * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
5800         caller from EXTRA to -.
5801         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5802         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5803         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5805 2002-12-02  Carlos O'Donell  <carlos@baldric.uwo.ca>
5807         * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
5808         bits of RM are cleared.
5810 2002-12-02  Roland McGrath  <roland@redhat.com>
5812         * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
5813         TLS setup is required.
5814         * elf/tst-tls5.c: Likewise.
5815         * elf/tst-tls6.c: Likewise.
5816         * elf/tst-tls7.c: Likewise.
5817         * elf/tst-tls8.c: Likewise.
5818         * elf/tst-tls9.c: Likewise.
5820         * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
5821         `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
5822         * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
5823         for being null before calling free_slotinfo.
5824         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
5825         dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
5827 2002-11-30  Bruno Haible  <bruno@clisp.org>
5829         * iconv/gconv.h (__gconv_btowc_fct): New typedef.
5830         (struct __gconv_step): New field __btowc_fct.
5831         * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
5832         * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
5833         __BUILTIN_TRANS.
5834         (__gconv_btwoc_ascii): New declaration.
5835         * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5836         (__gconv_btwoc_ascii): New function.
5837         * iconv/gconv_builtin.h: Add BtowcFct argument to all
5838         BUILTIN_TRANSFORMATION invocations.
5839         * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
5840         * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
5841         * iconv/gconv_builtin.c (map): New field btowc_fct.
5842         (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
5843         btowc_fct field.
5844         (__gconv_get_builtin_trans): Initialize __btowc_fct field.
5845         * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
5846         * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
5847         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
5848         * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
5849         (gconv_init): Initialize __btowc_fct field.
5850         Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
5851         * iconv/loop.c: Document ONEBYTE_BODY.
5852         (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
5853         Undefine ONEBYTE_BODY at the end.
5854         * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
5855         * iconvdata/8bit-gap.c (NONNUL): New macro.
5856         (BODY for FROM_LOOP): Use it.
5857         (ONEBYTE_BODY): New macro.
5858         * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
5859         (NONNUL): New macro.
5860         * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
5861         * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
5862         * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
5863         * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
5864         * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
5865         * iconvdata/big5.c (ONEBYTE_BODY): New macro.
5866         * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
5867         * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
5868         * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
5869         * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
5870         * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
5871         * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
5872         * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
5873         * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
5874         * iconvdata/ibm932.c: Include <stdbool.h>.
5875         (TRUE, FALSE): Remove macros.
5876         (BODY for FROM_LOOP): Remove unused variable rp1.
5877         (ONEBYTE_BODY): New macro.
5878         (BODY for TO_LOOP): Use bool.
5879         * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
5880         * iconvdata/ibm943.c: Include <stdbool.h>.
5881         (TRUE, FALSE): Remove macros.
5882         (BODY for FROM_LOOP): Remove unused variable rp1.
5883         (ONEBYTE_BODY): New macro.
5884         (BODY for TO_LOOP): Use bool.
5885         * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
5886         * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
5887         * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
5888         * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
5889         * iconvdata/johab.c (ONEBYTE_BODY): New macro.
5890         * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
5891         * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
5892         * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
5893         * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
5894         * iconvdata/gbbig5.c: Tweak comment.
5896 2002-12-02  Ulrich Drepper  <drepper@redhat.com>
5898         * po/fi.po: Update from translation team.
5900 2002-12-01  Roland McGrath  <roland@redhat.com>
5902         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
5903         testing getdents64 return value.
5905         * scripts/versions.awk: Don't pass -n flag to sort command.
5907         * posix/bug-regex13.c: Include <string.h>.
5909         * sysdeps/generic/libc-start.c (__libc_start_main): Do
5910         DL_SYSDEP_OSCHECK here.
5911         * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
5912         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
5914         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
5915         argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
5917         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
5918         instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
5920         * include/link.h: Comment typo fix.
5922 2002-12-01  Roland McGrath  <roland@frob.com>
5924         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
5925         (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
5926         _POSIX_MEMORY_PROTECTION): Likewise.
5927         (_POSIX_POLL, _POSIX_SELECT): Removed.
5929 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5931         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
5932         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
5934 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
5936         * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
5937         USE___THREAD.
5938         * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
5939         "=v" constraints.
5941 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
5943         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
5944         branch prediction buffers by using unpaired call/ret.
5946 2002-11-27  Ulrich Drepper  <drepper@redhat.com>
5948         * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
5949         first parameters constraint string.
5950         (ASMFMT_3): Likewise.  Patch by stefan.lauterbach@mincom.de.
5952 2002-11-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
5954         * posix/regcomp.c (parse_expression): Set the bit since the back
5955         reference is used in the regular expression.
5956         * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
5957         of malloc failure.
5958         (re_node_set_init_copy): Likewise.
5959         * posix/regex_internal.h (state_array_t): New structure.
5960         (re_sub_match_last_t): Likewise.
5961         (re_sub_match_top_t): Likewise.
5962         (re_match_context_t): Add new members.
5963         (re_dfa_t): Likewise.
5964         * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
5965         to check the matching is really correct, and retry if failed.
5966         Move the routin pruning the impossible nodes from here, ...
5967         (prune_impossible_nodes): To this function.
5968         (check_matching): Invoke check_subexp_matching_top, and replace
5969         redundant checking with transit_state_bkref invocation.
5970         (proceed_next_node): Replace strncmp with memcmp.  Reported by
5971         Paolo Bonzini  <bonzini@gnu.org>.
5972         (update_cur_sifted_state): Remove search_subexp invocation.
5973         (search_subexp): Remove this function.
5974         (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
5975         optimization.
5976         (sift_states_bkref): Use search_cur_bkref_entry for optimization.
5977         Remove unused invocation of match_ctx_add_entry.
5978         (transit_state): Invoke check_subexp_matching_top.
5979         (check_subexp_matching_top): New function.
5980         (transit_state_bkref): Remove unused array.
5981         Merge transit_state_bkref_loop.
5982         (transit_state_bkref_loop): Use get_subexp instead of
5983         sift_states_backward.  Use search_cur_bkref_entry for optimization.
5984         Merge this function to transit_state_bkref.
5985         (get_subexp): New function.
5986         (get_subexp_sub): Likewise.
5987         (find_subexp_node): Likewise.
5988         (check_arrival): Likewise.
5989         (check_arrival_expand_ecl): Likewise.
5990         (check_arrival_expand_ecl_sub): Likewise.
5991         (expand_bkref_cache): Likewise.
5992         (match_ctx_init): Initialize new members.
5993         (match_ctx_clean): New function.
5994         (match_ctx_free): Release new members.
5995         (match_ctx_free_subtops): New function.
5996         (match_ctx_add_entry): Fix indent.
5997         (search_cur_bkref_entry): New function.
5998         (match_ctx_add_subtop): Likewise.
5999         (match_ctx_add_sublast): Likewise.
6001 2002-11-25  Ulrich Drepper  <drepper@redhat.com>
6003         * iconv/Makefile (tests): Remove tst-iconv4.c
6004         * iconv/tst-iconv4.c: Moved to...
6005         * iconvdata/tst-iconv4.c: ...here.  New file.
6006         * iconvdata/Makefile (tests): Add tst-iconv4.  Add dependencies.
6008 2002-11-25  Roland McGrath  <roland@redhat.com>
6010         * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
6011         Grok AF_LINK if defined.
6012         From Momchil Velikov <velco@fadata.bg>.
6014         * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
6015         brdaddr, or dstaddr, just set those pointers to null and don't fail.
6016         Reported by Momchil Velikov <velco@fadata.bg>.
6018         * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
6019         is > sizeof IFR->ifa_addr, advance past the whole longer length.
6020         (__ifreq): Count up NIFS that way too.
6021         Reported by Momchil Velikov <velco@fadata.bg>.
6023         * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
6025         * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
6026         and <fpu_control.h>.
6028 2002-11-24  Ulrich Drepper  <drepper@redhat.com>
6030         * elf/elf.h (EM_ST19): Fix typo.
6032 2002-11-25  Jakub Jelinek  <jakub@redhat.com>
6034         * include/errno.h (__set_errno): Define as errno = val
6035         unconditionally.
6037 2002-11-24  Roland McGrath  <roland@redhat.com>
6039         * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
6040         * sysdeps/posix/writev.c: Likewise.
6041         From Momchil Velikov <velco@fadata.bg>.
6043         * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
6044         calling *GL(dl_error_catch_tsd) for a thread-local location.
6045         * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
6046         (dl_main): Same for GL(dl_error_catch_tsd) initialization.
6047         * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
6049         * libio/iofflush.c: Add libc_hidden_def.
6050         * libio/iofwrite.c: Likewise.
6051         * sysdeps/generic/sigtimedwait.c: Likewise.
6052         * sysdeps/generic/sigwaitinfo.c: Likewise.
6053         * sysdeps/posix/sigwait.c: Likewise.
6054         Reported by Momchil Velikov <velco@fadata.bg>.
6056         * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
6057         to match <arpa/inet.h> declaration.
6058         * inet/inet_netof.c (inet_netof): Likewise.
6059         * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
6060         Reported by Momchil Velikov <velco@fadata.bg>.
6062         * configure.in: Skip AUTOCONF check under --without-cvs.
6063         * configure: Regenerated.
6065         * posix/Makefile (headers): Add bits/pthreadtypes.h.
6066         * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
6067         * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
6069 2002-11-24  Andreas Schwab  <schwab@suse.de>
6071         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
6072         with six arguments.
6074 2002-11-19  Jim Meyering  <jim@meyering.net>
6076         * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
6077         as `static'.
6078         * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
6080 2002-11-23  Roland McGrath  <roland@redhat.com>
6082         * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
6083         Just produce hex output for datum sizes.
6085         * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
6086         Reported by Luca Barbieri <ldb@ldb.ods.org>.
6088 2002-11-20  Steven Munroe  <sjmunroe@us.ibm.com>
6090         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
6091         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
6092         and __unused3 fields.
6093         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
6094         [__WORDSIZE == 32]: Only PPC32 requires __unused1
6095         and __unused2 fields.
6096         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
6097         [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
6098         __unused3, and __unused4 fields.
6100         * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
6101         obtain lowest address for profiling in __monstartup call.
6103 2002-11-21  Roland McGrath  <roland@redhat.com>
6105         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
6106         $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
6108         * locale/localeinfo.h (struct locale_data): Revert last change.
6110         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
6111         From Ian Wienand <ianw@gelato.unsw.edu.au>.
6113         * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
6114         __NR_pread64 if not defined.
6115         (__NR_pwrite): Define to __NR_pwrite64 if not defined.
6116         From Ian Wienand <ianw@gelato.unsw.edu.au>.
6118 2002-11-21  Roland McGrath  <roland@frob.com>
6120         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
6121         __libc_multiple_libcs here.  Call __setfpucw.
6123 2002-11-21  Ulrich Drepper  <drepper@redhat.com>
6125         * elf/Makefile (tests): Don't run test-arrayX tests for now.
6127         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
6128         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
6129         CLONE_CHILD_*TID flags.
6131 2002-11-20  Andreas Jaeger  <aj@suse.de>
6133         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
6134         We pass struct ucontext on x86-64.
6135         (GET_PC): Adjust.
6136         (GET_FRAME): Adjust.
6137         (GET_STACK): Adjust.
6139 2002-11-20  Roland McGrath  <roland@redhat.com>
6141         * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
6142         conditionalize [! DO_VERSIONING] #error.
6144         * scripts/abilist.awk: Grok function descriptor symbols.
6146         * intl/tst-gettext.c (main): Check return values from setlocale.
6147         Add necessary unsetenv's to make LANG=existing-locale check work.
6149         * intl/tst-gettext.sh: Use mkdir -p.  Copy test files unconditionally,
6150         so aborted prior runs don't confuse things.
6152         * locale/localeinfo.h (struct locale_data: union locale_data_value):
6153         Use uintptr_t instead of unsigned int for `word' member.
6154         (_NL_CURRENT_WORD): Cast to uint32_t.
6156         * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
6157         value.
6159 2002-11-20  Ulrich Drepper  <drepper@redhat.com>
6161         * elf/tls-macros.h: Add IA-64 definitions.
6162         Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
6164         * iconv/Makefile (tests): Add tst-iconv4.
6165         * iconv/tst-iconv4.c: New file.
6167         * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
6168         __GCONV_EMPTY_INPUT only if input is really empty.  Otherwise
6169         __GCONV_INCOMPLETE_INPUT.
6170         (ucs4le_internal_loop): Likewise.
6171         (ucs4le_internal_loop_unaligned): Likewise.
6172         * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
6173         * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
6174         * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
6176         * iconv/loop.c (LOOPFCT): First test for empty input then for full
6177         output buffer.
6179         * inet/getnameinfo.c: Use extend_alloca where appropriate.
6180         * sysdeps/posix/getaddrinfo.c: Likewise.
6182         * include/alloca.h (extend_alloca): New define.  Based on stack
6183         direction it'll try to append to the previouls allocated buffer.
6185 2002-11-07  Thorsten Kukuk  <kukuk@suse.de>
6187         * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
6188         use the same service for AF_INET and AF_INET6.
6190 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
6192         * intl/localealias.c (read_alias_file): Use only about 400 bytes
6193         of stack space instead of 16k.
6195 2002-11-18  Wolfram Gloger  <wg@malloc.de>
6197         * malloc/arena.c
6198         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
6199         nothing if not initialized.  Bug report from Marcus Brinkmann
6200         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
6202 2002-11-19  Roland McGrath  <roland@redhat.com>
6204         * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
6205         sched_setaffinity.
6207         * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
6208         `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
6209         test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
6210         * configure: Regenerated.
6212 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
6214         * include/dlfcn.h: __libc_dlopen is now a macro calling
6215         __libc_dlopen_mode with the extra parameter RTLD_LAZY.
6216         (__libc_dlopen_mode): New prototype.
6217         * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
6218         new parameter.  Store new parameter in mode field of structure passed
6219         to do_dlopen.
6220         (struct do_dlopen_args): Add new field mode.
6221         (do_dlopen): Pass mode from parameter structure to _dl_open.
6223 2002-11-11  Randolf Chung  <tausq@debian.org>
6225         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
6226         (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
6227         * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
6229         * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
6231         * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
6232         Set -mdisable-fpregs for this file.
6234 2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>
6236         * sysdeps/unix/sysv/linux/configure.in:
6237         Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
6238         from gcc-3.0 era for backwards compatibility.
6239         * sysdeps/unix/sysv/linux/configure: Regenerate.
6241         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
6242         Define mcontext_t as a sigcontext.
6244 2002-11-18  Roland McGrath  <roland@redhat.com>
6246         * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
6247         Free memory in `last_result' if it was used.
6249         * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
6250         all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
6251         Do the parsing inline instead of copying strings and calling
6252         inet_network, and properly skip all alias names not matching the form.
6254         * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
6256 2002-11-17  Ulrich Drepper  <drepper@redhat.com>
6258         * manual/pattern.texi (Wordexp Example): Fix sample code.
6260         * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
6261         childs stack which will be loaded into the %esi register.
6263 2002-11-14  Paul Eggert  <eggert@twinsun.com>
6265         * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
6266         overflow when skipping the question part and when unpacking aliases.
6268 2002-11-15  Roland McGrath  <roland@redhat.com>
6270         * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
6271         s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
6272         Instead add $(calls:s_%=m_%) to get m_* versions of them all.
6274 2002-11-15  Jakub Jelinek  <jakub@redhat.com>
6276         * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
6277         * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
6279 2002-11-15  Roland McGrath  <roland@redhat.com>
6281         * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
6282         * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
6283         from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
6284         (+make-include-of-dep): New canned sequence.
6286         * stdlib/canonicalize.c (__realpath): Check for malloc failure.
6287         From Dmitry V. Levin <ldv@altlinux.org>.
6289 2002-11-14  Roland McGrath  <roland@redhat.com>
6291         * sysdeps/generic/errno.c (__libc_errno): Remove alias.
6292         * inet/herrno.c (__libc_h_errno): Likewise.
6293         * resolv/res_libc.c (__libc_res): Likewise.
6294         [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
6295         (__res_state) [! USE___THREAD]: Don't define as weak.
6296         * csu/Versions: Revert last change.
6297         * resolv/Versions: Revert last change.
6299         * Makerules ($(common-objpfx)%.make): New pattern rule.
6300         * tls.make.c: New file.
6301         * Makefile (distribute): Add it.
6303         * sysdeps/generic/errno.c [! USE___THREAD]
6304         [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
6305         with compat_symbol so they are not link-time visible.
6306         [! USE___THREAD] (__libc_errno): New alias for errno.
6307         * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
6308         Add __libc_errno here.
6309         * inet/herrno.c [USE___THREAD]: Use this conditional
6310         in place of [USE_TLS && HAVE___THREAD].
6311         [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
6312         (h_errno, _h_errno): Declare these with compat_symbol so they are not
6313         link-time visible.
6314         [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
6315         * resolv/res_libc.c [! USE___THREAD]
6316         [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
6317         (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
6318         (__libc_res): Define as alias for _res.
6319         * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
6320         Add __libc_h_errno and __libc_res here.
6322 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
6324         * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
6325         * resolv/Versions (h_errno, _res): Likewise.
6327 2002-11-14  Roland McGrath  <roland@redhat.com>
6329         * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
6330         (%.symlist): Likewise.
6332 2002-11-13  Roland McGrath  <roland@redhat.com>
6334         * scripts/abilist.awk: New file.
6335         * Makefile (distribute): Add it.
6336         * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
6337         (tests): Depend on .symlist file for each $(install-lib.so-versioned).
6338         [$(subdir) = elf] (tests): Depend on libc.symlist.
6339         (generated, common-generated): Add those files.
6341         * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
6342         * configure: Regenerated.
6343         * config.make.in (OBJDUMP): New variable, substituted by configure.
6345         * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
6346         (mallochook, reallochook): Set them up.
6347         (checkhdr): Check HDR->magic2 value.
6348         (freehook): Reset HDR->magic2.
6349         (memalignhook): New static function.
6350         (old_memalign_hook): New static variable.
6351         (mcheck, reallochook): Set __memalign_hook to memalignhook.
6353         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
6354         for the new TCB.
6356 2002-11-13  Andreas Jaeger  <aj@suse.de>
6358         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
6359         attribute.
6360         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6362 2002-11-11  Paul Eggert  <eggert@twinsun.com>
6364         * manual/crypt.texi (Cryptographic Functions): Mention that
6365         the MD5 one-way algorithm is compatible with BSD's.
6367 2002-11-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
6369         * posix/regex_internal.c (re_string_skip_chars): Also return the last
6370         wide character.
6371         (re_string_reconstruct): Calculate the context by itself when the
6372         offset points out of the valid range.
6373         (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
6374         * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
6375         (IS_WIDE_WORD_CHAR): New macro.
6376         (IS_WIDE_NEWLINE): New macro.
6378 2002-11-12  Andreas Jaeger  <aj@suse.de>
6380         * sysdeps/x86_64/strchr.S: Don't use one register for two
6381         purposes, this fixes a bug noticed by test-strchr.c.
6383         * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
6384         correctly.
6386 2002-11-12  Roland McGrath  <roland@redhat.com>
6388         * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
6389         (_G_IO_NO_BACKWARD_COMPAT): Define it.
6391         * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
6392         instead of <pt-machine.h>.
6393         [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
6394         testandset.
6395         From Ian Wienand <ianw@gelato.unsw.edu.au>.
6397 2002-11-10  Roland McGrath  <roland@redhat.com>
6399         * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
6400         Call fputs instead of fwprintf (simpler to follow in debugger).
6402         * crypt/md5-crypt.c: Doc fix.
6404         * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
6405         the beginning of generated target commands.
6407         * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
6408         dependencies for these in case implicit rule search skipped the
6409         nonexistent source directory.
6410         * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
6411         files with $(object-suffixes) as targets too.
6412         * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
6413         and a target for it using $(make-target-directory).
6415         * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
6417 2002-11-10  Roland McGrath  <roland@frob.com>
6419         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
6420         * sysdeps/generic/bits/pthreadtypes.h: ... here.
6422         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
6423         l_start == 0 and l_len == 1 as we do l_len == 0.
6425 2002-11-10  Ulrich Drepper  <drepper@redhat.com>
6427         * po/da.po: Update from translation team.
6429 2002-11-10  Roland McGrath  <roland@redhat.com>
6431         * config.make.in (includedir): New variable, substituted by configure.
6432         Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
6433         * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
6435 2002-11-10  Andreas Jaeger  <aj@suse.de>
6437         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
6438         REG_OLDMASK and REG_CR2 to synch with kernel header.
6439         (NGREG): Increase.
6441         * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
6442         aliasing problem.
6443         * nss/getXXbyYY_r.c (INTERNAL): Likewise.
6444         * nss/getnssent_r.c (__nss_getent_r): Likewise.
6445         (__nss_setent): Likewise.
6446         (__nss_getent_r): Likewise.
6447         * inet/getnetgrent_r.c (innetgr): Likewise.
6448         (__internal_setnetgrent_reuse): Likewise.
6449         (internal_getnetgrent_r): Likewise.
6450         * inet/ether_hton.c (ether_hostton): Likewise.
6451         * inet/ether_ntoh.c (ether_ntohost): Likewise.
6452         * sunrpc/netname.c (netname2user): Likewise.
6453         * sunrpc/publickey.c (getpublickey): Likewise.
6454         (getsecretkey): Likewise.
6456 2002-11-09  Marcus Brinkmann  <marcus@gnu.org>
6458         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
6459         error in range calculation.
6461 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
6463         * string/test-strspn.c (do_test): Ensure zero termination.
6464         * string/test-strpbrk.c (do_test): Likewise.
6465         * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
6466         * string/test-strncpy.c (stupid_strncpy): Likewise.
6467         * string/test-stpncpy.c (stupid_stpncpy): Likewise.
6469 2002-10-08  Roland McGrath  <roland@redhat.com>
6471         * string/test-string.h (test_init): Fill BUF1 and BUF2 with
6472         nonzero characters.
6474 2002-09-22  H.J. Lu  <hjl@gnu.org>
6476         * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
6477         from PAGE_SHIFT.  Define if not defined.  Check MMAP2_PAGE_SHIFT
6478         only if __NR_mmap2 is defined.
6480         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
6481         * sysdeps/unix/sysv/linux/mmap64.c: ... here.
6482         * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
6483         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
6485 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
6487         * posix/bug-regex13.c (tests): Add new test.
6489         * string/test-strchr.c (stupid_strchr): New function.
6490         (do_random_tests): Make sure the string is zero terminated.
6491         * string/test-strpbrk.c (stupid_strpbrk): New function.
6492         (do_random_tests): Make sure the string is zero terminated.
6493         * string/test-strcmp.c (stupid_strcmp): New function.
6494         (do_random_tests): Make sure the strings are zero terminated.
6495         * string/test-strspn.c (stupid_strspn): New function.
6496         (simple_strspn): Rename rej argument to acc.
6497         (do_random_tests): Make sure the string is zero terminated.
6498         * string/test-strcspn.c (stupid_strcspn): New function.
6499         * string/test-strncpy.c (stupid_strncpy): New function.
6500         * string/test-stpncpy.c (stupid_stpncpy): New function.
6501         * string/test-strncmp.c (stupid_strncmp): New function.
6502         (do_random_tests): Make sure the strings are zero terminated.
6503         * string/test-string.h (impl_t): Change test into long.
6504         (IMPL): Add __attribute__((aligned (sizeof (void *)))).
6506 2002-11-08  Roland McGrath  <roland@redhat.com>
6508         * sysdeps/ia64/elf/configure.in: Add TLS check.
6509         From Ian Wienand <ianw@cse.unsw.edu.au>.
6510         * sysdeps/ia64/elf/configure: Regenerated.
6512 2002-11-07  Roland McGrath  <roland@redhat.com>
6514         * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
6515         place of _IO_new_do_write.
6516         [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
6517         #undef before versioned_symbol use.
6519 2002-11-07  Richard Henderson  <rth@redhat.com>
6521         * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
6522         * configure: Regenerated.
6523         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
6524         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
6525         (RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
6526         _dl_fini via gp-relative relocations.
6527         * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
6529         * elf/tls-macros.h: Add alpha versions.
6530         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
6531         * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
6532         * sysdeps/unix/alpha/sysdep.h: Likewise.  Add SYSCALL_ERROR_HANDLER.
6533         * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
6534         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
6535         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
6536         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6537         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6538         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
6539         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
6540         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
6541         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6542         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6543         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6544         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
6545         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
6546         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6547         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6549         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
6550         Kill argument registers across the inline syscall.
6552         * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
6554         * linuxthreads/sysdeps/alpha/tls.h: New file.
6555         * sysdeps/alpha/dl-tls.h: New file.
6557 2002-10-29  David Mosberger  <davidm@hpl.hp.com>
6559         * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
6560         (gmon_initializer): New function.
6561         (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
6562         __gmon_start__ here.  Call it from gmon_initializer() instead.
6564 2002-03-12  H.J. Lu  <hjl@gnu.org>
6566         * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
6567         tst-array2, and tst-array3.
6568         [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
6569         [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
6570         ($(objpfx)tst-array1.out): New target.
6571         ($(objpfx)tst-array2): Likewise.
6572         ($(objpfx)tst-array2.out): Likewise.
6573         ($(objpfx)tst-array3.out): Likewise.
6574         * elf/tst-array1.c: New file.
6575         * elf/tst-array1.exp: Likewise.
6576         * elf/tst-array2.c: Likewise.
6577         * elf/tst-array2dep.c: Likewise.
6578         * elf/tst-array2.exp: Likewise.
6579         * elf/tst-array3.c: Likewise.
6581 2002-10-28  David Mosberger  <davidm@hpl.hp.com>
6583         * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
6584         Don't add L->l_addr to array entry values.
6586 2002-11-07  Jakub Jelinek  <jakub@redhat.com>
6588         * string/test-string.h: New file.
6589         * string/test-strlen.c: New file.
6590         * string/test-string.h: New file.
6591         * string/test-strcmp.c: New file.
6592         * string/test-strchr.c: New file.
6593         * string/test-strrchr.c: New file.
6594         * string/test-strcpy.c: New file.
6595         * string/test-stpcpy.c: New file.
6596         * string/test-strncpy.c: New file.
6597         * string/test-stpncpy.c: New file.
6598         * string/test-strpbrk.c: New file.
6599         * string/test-strcspn.c: New file.
6600         * string/test-strspn.c: New file.
6601         * string/test-strcat.c: New file.
6602         * string/test-strncmp.c: New file.
6603         * string/test-memchr.c: New file.
6604         * string/test-memcmp.c: New file.
6605         * string/test-memset.c: New file.
6606         * string/test-memcpy.c: New file.
6607         * string/test-mempcpy.c: New file.
6608         * string/test-memmove.c: New file.
6609         * string/Makefile (strop-tests): New variable.
6610         (tests): Add strop-tests.
6611         (distribute): Add test-string.h.
6613 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
6615         * posix/regcomp.c: Use tabs instead of spaces.
6616         * posix/regexec.c: Likewise.
6617         * posix/regex_internal.h: Likewise.
6619         * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
6621 2002-11-06  Jakub Jelinek  <jakub@redhat.com>
6623         * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
6624         here.
6625         (regcomp): Don't set can_be_null here.
6626         (re_comp): Clear whole re_comp_buf with the exception of fastmap.
6627         (re_compile_internal): Clear can_be_null, set regs_allocated.
6629         * posix/regcomp.c (re_set_fastmap): New function.
6630         (re_compile_fastmap_iter): Use it.  Remove redundant type ==
6631         COMPLEX_BRACKET check.
6632         * posix/regexec.c (re_search_internal): Optimize searching with
6633         fastmap.  Call re_string_reconstruct even if match_first is
6634         smaller than raw_mbs_idx.
6636 2002-11-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
6638         * posix/regcomp (free_dfa_content): Use free_state.
6639         * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
6640         pointers in case that realloc failed.
6641         (re_node_set_merge): Likewise.
6642         (register_state): Likewise.
6643         (create_newstate_common): Invoke memory release functions in case of
6644         error conditions.
6645         (create_ci_newstate): Likewise.
6646         (create_cd_newstate): Likewise.
6647         (free_state): New function.
6648         * posix/regexec.c (re_search_internal): Invoke memory release
6649         functions in case of error conditions.
6650         (sift_states_backward): Likewise.
6651         (merge_state_array): Likewise.
6652         (add_epsilon_src_nodes): Likewise.
6653         (sub_epsilon_src_nodes): Likewise.
6654         (search_subexp): Likewise.
6655         (sift_states_bkref): Likewise.
6656         (transit_state_sb): Likewise.
6657         (transit_state_mb): Likewise.
6658         (transit_state_bkref_loop): Likewise.
6659         (group_nodes_into_DFAstates): Likewise.
6660         (push_fail_stack): Don't edit pointers in case that realloc failed.
6661         (extend_buffers): Likewise.
6662         (match_ctx_add_entry): Likewise.
6664 2002-11-06  Roland McGrath  <roland@redhat.com>
6666         * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
6667         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6669         * configure.in: Add checks on as and ld for binutils 2.13 or later.
6670         * configure: Regenerated.
6672 2002-11-06  Ulrich Drepper  <drepper@redhat.com>
6674         * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
6675         If re_compile_internal failed free fastmap buffer.
6676         (free_dfa_content): Broken out of regfree function.  Frees all dfa
6677         related data.
6678         (regfree): Add free_dfa_content.
6679         (re_compile_internal): If any of the called functions fails free
6680         all dfa related memory.
6682 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6684         * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
6685         warnings from the kernel headers.
6687 2002-11-05  Roland McGrath  <roland@redhat.com>
6689         * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
6690         From Johannes Stezenbach <js@convergence.de>.
6692         * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
6693         #errlist-compat magic comment to give 123 as size.
6694         (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
6695         (libc: GLIBC_2.2): ... here.
6696         (libc: GLIBC_2.3): Likewise.
6698 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6700         * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
6701         which happens at the beginning so that we can unload modules in
6702         __libc_freeres.
6704 2002-11-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6706         * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
6707         under [__USE_MISC || _ASM].
6709         * elf/elf.h: Remove the obsolete SH TLS relocations.
6711 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6713         * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
6715 2002-11-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
6718         __NR_pread64 and __NR_pwrite64.
6719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6720         * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
6721         and __NR_pwrite64.
6722         Revert change to use INLINE_SYSCALL.
6723         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6724         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6725         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6726         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
6727         INLINE_SYSCALL.
6728         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
6731         Update clobber list and add a comment about the syscall ABI.
6733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
6734         s_pwrite64, s_ftruncate, s_truncate): Re-add.
6736 2002-11-05  Jakub Jelinek  <jakub@redhat.com>
6738         * iconv/gconv_dl.c (free_mem): Clear loaded.
6739         * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
6740         cleanup if any.
6742 2002-11-05  Ulrich Drepper  <drepper@redhat.com>
6744         * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
6746         * libio/ioseekoff.c: Remove INTDEF.  Define _IO_seekoff_unlocked.  Same
6747         as old code without locking.  _IO_seekoff calls this function after
6748         locking the stream.
6749         * libio/ioseekpos.c: Likewise for _IO_seekpos.
6750         * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
6751         prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
6752         prototypes.
6753         * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
6754         of _IO_seekoff_internal.
6755         (_IO_rewind): Likewise.
6756         * libio/ioftell.c: Likewise.
6757         * libio/ftello.c: Likewise.
6758         * libio/ftello64.c: Likewise.
6759         * libio/iofgetpos.c: Likewise.
6760         * libio/iofgetpos64.c: Likewise.
6761         * libio/oldiofgetpos.c: Likewise.
6762         * libio/oldiofgetpos64.c: Likewise.
6763         * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
6764         _IO_seekpos_internal.
6765         * libio/iofsetpos64.c: Likewise.
6766         * libio/oldiofsetpos.c: Likewise.
6767         * libio/oldiofsetpos64.c: Likewise.
6769 2002-11-04  Roland McGrath  <roland@redhat.com>
6771         * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
6772         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
6773         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
6774         * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
6775         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6776         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
6777         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6778         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
6779         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
6780         * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
6781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
6782         s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
6783         sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
6784         Remove these, no longer used.
6786 2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
6789         s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
6790         s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
6791         s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
6792         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
6793         s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
6794         syscall stubs.
6796         * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
6797         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6798         * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
6799         and __NR_pread.
6800         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
6801         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
6802         and __NR_pwrite.
6803         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
6805 2002-11-03  Roland McGrath  <roland@redhat.com>
6807         * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
6808         `_dl_tls_static_used'.
6809         * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
6810         (__libc_setup_tls): Initialize it.  Let the initial value of
6811         _dl_tls_static_size indicate some surplus space in the computed value.
6812         * elf/dl-open.c (_dl_tls_static_size): New variable.
6813         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
6814         _dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
6815         * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
6816         (CHECK_STATIC_TLS): Use it.
6817         * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
6818         closed objects occupied a trailing contiguous chunk of static TLS area.
6820 2002-10-18  Bruno Haible  <bruno@clisp.org>
6822         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
6824 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
6826         * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
6827         _wide_data->_IO_read_end if adjustment can be made in the current
6828         buffer.
6830         * sysdeps/unix/sysv/linux/fexecve.c: New file.
6832         * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
6833         wide oriented streams are used.
6835         * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
6836         service hasn't been used [PR libc/4744].
6838         * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
6839         Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
6841         * manual/examples/dir.c: Don't include <stddef.h>.
6842         * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
6843         Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
6845 2002-11-02  H.J. Lu  <hjl@gnu.org>
6847         * stdio-common/reg-printf.c: Include <stddef.h>.
6849 2002-11-03  Ulrich Drepper  <drepper@redhat.com>
6851         * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
6853         * po/ca.po: Update from translation team.
6854         * po/es.po: Likewise.
6856         * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
6857         is defined write out memory map.
6858         * sysdeps/unix/sysv/linux/segfault.c: New file.
6860 2002-11-02  Roland McGrath  <roland@redhat.com>
6862         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
6863         pointers that can alias.
6864         Reported by Daniel Jacobowitz <drow@mvista.com>.
6866         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
6868 2002-11-02  Roland McGrath  <roland@redhat.com>
6870         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
6871         description to be clearer and to say that *RESULT is set to ENTRY.
6873 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6875         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
6876         dests_ch arrays together.  Alloca or malloc dest_states,
6877         dest_states_word and dest_states_nl arrays together.  Free memory on
6878         error exit.
6880 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
6882         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
6883         and current_saltbits.
6885 2002-11-02  Roland McGrath  <roland@redhat.com>
6887         * stdio-common/reg-printf.c: Include <stdlib.h>.
6889 2002-11-02  H.J. Lu  <hjl@gnu.org>
6891         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
6892         caller to EXTRA instead of execve.
6894 2002-11-01  Roland McGrath  <roland@redhat.com>
6896         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
6897         in place of [!(USE_TLS && HAVE___THREAD)].
6898         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
6900 2002-10-31  Roger Sayle  <roger@eyesopen.com>
6902         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
6903         New macros.
6904         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
6906         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
6907         without defining FP_ROUNDMODE.
6909 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
6911         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
6912         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
6913         declare_symbol.
6914         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6915         (OLD_SIGLIST_SIZE): Define.
6916         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
6917         (OLD_SIGLIST_SIZE): Define.
6918         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
6920 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
6922         * sysdeps/ia64/strncpy.S: Fix recovery code.
6924 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
6926         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
6927         New macros.
6928         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
6929         text_set_element.
6930         * elf/dl-libc.c (free_mem): Likewise.
6931         * iconv/gconv_conf.c (free_mem): Likewise.
6932         * iconv/gconv_db.c (free_mem): Likewise.
6933         * iconv/gconv_dl.c (free_mem): Likewise.
6934         * iconv/gconv_cache.c (free_mem): Likewise.
6935         * intl/finddomain.c (free_mem): Likewise.
6936         * intl/dcigettext.c (free_mem): Likewise.
6937         * locale/setlocale.c (free_mem): Likewise.
6938         * misc/fstab.c (fstab_free): Likewise.
6939         * nss/nsswitch.c (free_mem): Likewise.
6940         * posix/regcomp.c (free_mem): Likewise.
6941         * resolv/gai_misc.c (free_res): Likewise.
6942         * stdlib/fmtmsg.c (free_mem): Likewise.
6943         * sunrpc/clnt_perr.c (free_mem): Likewise.
6944         * sysdeps/generic/setenv.c (free_mem): Likewise.
6945         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
6946         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
6947         * time/tzset.c (free_mem): Likewise.
6948         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
6949         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
6950         * malloc/set-freeres.c (__libc_freeres): Likewise.
6952         * login/getutent.c: Include stdlib.h instead of stddef.h.
6953         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6954         (__getutent): Allocate buffer the first time it is run.
6955         * login/getutid.c: Include stdlib.h instead of stddef.h.
6956         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6957         (__getutid): Allocate buffer the first time it is run.
6958         * login/getutline.c: Include stdlib.h instead of stddef.h.
6959         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
6960         (__getutline): Allocate buffer the first time it is run.
6961         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
6962         (mtrace): Allocate malloc_trace_buffer.
6963         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
6964         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
6965         * string/strerror.c: Include libintl.h and errno.h.
6966         (buf): New variable.
6967         (strerror): Only allocate buffer if actually needed (unknown error).
6968         * time/tzfile.c (transitions): Add libc_freeres_ptr.
6969         (freeres): Remove.
6971 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
6973         * include/libc-symbols.h (libc_freeres_ptr): New macro.
6974         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
6975         symbol_set_define.
6976         (__libc_freeres): Free all pointers in that section.
6977         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
6978         commands when creating .lds script.
6979         (LDSEDCMD-c.so): New variable.
6980         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6981         (rcmd_af): Use strdup to allocate ahostbuf.
6982         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
6983         (rexec_af): Use strdup to allocate ahostbuf.
6984         * stdio-common/reg-printf.c (printf_funcs): Remove.
6985         (__printf_arginfo_table): Change into printf_arginfo_function **.
6986         Add libc_freeres_ptr.
6987         (__register_printf_function): Allocate __printf_arginfo_table
6988         and __printf_function_table the first time it is called.
6989         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
6990         printf_arginfo_function **.
6991         (parse_one_spec): Add __builtin_expect.
6992         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
6993         (free_mem): Remove.
6994         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
6995         (free_mem): Remove.
6996         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
6997         (string_space, map): Add libc_freeres_ptr.
6998         (free_mem): Remove.
6999         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
7000         (free_mem): Remove.
7001         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
7002         (free_mem): Remove.
7003         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
7004         (buffer): Add libc_freeres_ptr.
7005         (free_mem): Remove for _LIBC.
7006         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
7007         (free_mem): Remove.
7008         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
7009         (free_mem): Remove.
7010         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
7011         (free_mem): Remove.
7012         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
7013         (free_mem): Remove.
7014         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
7015         (free_mem): Remove.
7016         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
7017         (free_mem): Remove.
7018         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
7019         libc_freeres_ptr.
7020         (free_mem): Remove.
7021         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
7022         libc_freeres_ptr.
7023         (free_mem): Remove.
7025 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
7027         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
7028         instead of duplicating the whole function in libc.
7030 2002-10-31  Roland McGrath  <roland@redhat.com>
7032         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
7033         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
7035 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
7037         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
7038         32bit-predefine when creating .new32 list and -U for each
7039         32bit-predefine when creating .new64 list.
7040         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
7042 2002-10-29  Andreas Schwab  <schwab@suse.de>
7044         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
7045         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
7047 2002-10-25  Roland McGrath  <roland@redhat.com>
7049         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
7050         * sysdeps/unix/sysv/linux/configure: Regenerated.
7052         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
7053         _dl_starting_up decl.
7055 2002-10-20  H.J. Lu  <hjl@gnu.org>
7057         * sysdeps/unix/sysv/linux/configure.in: Don't check
7058         /lib/modules/`uname -r`/build/include for kernel headers if
7059         cross compiling.
7060         * sysdeps/unix/sysv/linux/configure: Regenerated.
7062 2002-10-25  Roland McGrath  <roland@redhat.com>
7064         * math/math.h (M_LOG2El): Correct the value.
7065         From Stephen L Moshier <steve@moshier.net>.
7067         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
7068         conditional from __libc_multiple_libcs access.  Remove kludge for weak
7069         symbol access with old compilers we no longer support.
7070         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
7071         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
7073 2002-10-25  Roland McGrath  <roland@redhat.com>
7075         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
7076         implement SV_RESETHAND by translating it to SA_RESETHAND.
7078 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
7080         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
7081         type on ELF64 platforms.
7083 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
7085         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
7087         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
7089 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
7091         * elf/dl-misc.c: Include <sysdep.h>.
7092         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
7094         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
7095         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
7096         (INLINE_SYSCALL): Use that.
7097         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
7098         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
7099         (INLINE_SYSCALL): Use that.
7100         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
7101         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
7102         (INLINE_SYSCALL): Use that.
7103         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
7104         dl-sysdep.h.
7105         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
7106         (__INTERNAL_SYSCALL_STRING): Define.
7107         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
7108         dl-sysdep.h.
7109         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
7110         (__INTERNAL_SYSCALL_STRING): Define.
7111         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
7112         __SYSCALL_STRING to inline_syscall*.
7113         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
7114         New macros.
7115         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
7116         inline_syscall4, inline_syscall5, inline_syscall6): Add string
7117         argument.
7119 2002-10-24  Roland McGrath  <roland@redhat.com>
7121         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
7122         * sysdeps/unix/sysv/linux/init-first.c: Not here.
7123         * sysdeps/powerpc/elf/libc-start.c: Or here.
7124         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
7125         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
7126         * sysdeps/unix/sysv/aix/init-first.c: Or here.
7127         * sysdeps/generic/libc-start.c: Or here.
7128         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
7129         access with [! SHARED].
7130         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
7132         * libio/bug-wfflush.c: New file.
7133         * libio/Makefile (tests): Add bug-wfflush.
7135 2002-10-23  Roland McGrath  <roland@redhat.com>
7137         * stdio-common/tst-fphex.c: New file.
7138         * stdio-common/Makefile (tests): Add tst-fphex.
7139         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
7140         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
7141         chars always before the value digits.
7142         Reported by James Antill <james.antill@redhat.com>.
7144 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
7146         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
7147         (free_mem): New function.
7148         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
7149         if not cross compiling.
7150         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
7151         (bug-regex14-ENV): Set.
7152         (bug-regex14-mem): New target.
7153         * posix/bug-regex14.c: New file.
7155 2002-10-23  Roland McGrath  <roland@redhat.com>
7157         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
7158         target, so we don't touch it when the link fails.
7160         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
7161         Check for the result overflowing off_t and fail with EOVERFLOW.
7162         * libio/ioftell.c (_IO_ftell): Likewise.
7163         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
7165         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
7166         use a temporary timeval on the stack for gettimeofday and copy it.
7167         * login/logout.c (logout): Likewise.
7168         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
7170         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
7171         Use __SWORD_TYPE instead of int for member types.
7172         (struct statfs64): Likewise.
7173         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
7174         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
7175         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
7176         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
7177         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
7179         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
7180         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
7181         (ST_NODIRATIME): Restore fixed value of 2048.
7182         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
7183         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
7185         Rearranged <bits/types.h> definitions to reduce duplication.
7186         * sysdeps/generic/bits/types.h: Rewritten, using macros from
7187         <bits/wordsize.h> and new header <bits/typesizes.h>.
7188         * posix/Makefile (headers): Add bits/typesizes.h here.
7189         * sysdeps/generic/bits/typesizes.h: New file.
7190         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
7191         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
7192         * sysdeps/mach/hurd/bits/typesizes.h: New file.
7193         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
7194         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
7195         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
7196         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
7197         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
7198         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
7199         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
7200         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
7201         <bits/pthreadtypes.h> here, not in <bits/types.h>.
7202         * signal/signal.h: Likewise.
7204         * streams/stropts.h: Include <bits/xtitypes.h>.
7205         * streams/Makefile (headers): Add bits/xtitypes.h here.
7206         * sysdeps/generic/bits/xtitypes.h: New file.
7207         * sysdeps/s390/bits/xtitypes.h: New file.
7208         * sysdeps/ia64/bits/xtitypes.h: New file.
7209         * sysdeps/x86_64/bits/xtitypes.h: New file.
7211         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
7212         * sysdeps/generic/bits/ipctypes.h: New file.
7213         * sysdeps/mips/bits/ipctypes.h: New file.
7214         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
7215         * sysdeps/gnu/bits/msq.h: Likewise.
7216         * sysvipc/sys/ipc.h: Likewise.
7218 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
7220         * elf/dl-load.c (struct filebuf): For buf element to have the
7221         alignment of ElfXX_Ehdr since this is what will be stored in it.
7223 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
7225         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
7226         into pointer to locrec_offset.
7227         (add_locale_to_archive): Adjust callers.  Free normalized_name right
7228         before returning, not immediately after add_locale, pass it to
7229         add_alias if not NULL instead of name.  Rename second normalized_name
7230         occurence to nnormalized_codeset_name.
7232         * locale/programs/locarchive.c (enlarge_archive): Make sure
7233         string_size is always a multiple of 4.
7234         Reported by Andreas Schwab <schwab@suse.de>.
7236 2002-10-21  Andreas Schwab  <schwab@suse.de>
7238         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
7239         caller to EXTRA instead of execve, since the latter has a
7240         higher-priority implementation in linuxthreads.
7242 2002-10-21  Roland McGrath  <roland@redhat.com>
7244         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
7245         slotinfo list's len member to the proper size, not just 1.
7246         Initialize static_map.l_tls_initimage.
7248         * elf/dl-open.c (dl_open_worker): Fix loop searching for
7249         dtv_slotinfo_list element containing new modules' l_tls_modid.
7251         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
7252         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
7253         * elf/Makefile (tests): Add tst-tls9.
7254         (tests-static): Add tst-tls9-static.
7255         (tst-tls9-static-ENV): New variable.
7256         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
7258         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
7259         modids used by partially loaded modules being closed can't be known.
7261 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
7263         * posix/Makefile: Add a test case for the bug reported by Aharon
7264         Robbins <arnold@skeeve.com>.
7265         * posix/bug-regex13.c: New file.
7266         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
7268 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
7270         * csu/gmon-start.c: Pretty printing.
7272 2002-10-19  Art Haas  <ahaas@neosoft.com>
7274         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
7275         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
7276         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
7277         * configure: Regenerated.
7279 2002-10-19  Roland McGrath  <roland@redhat.com>
7281         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
7282         and then set $subdirs directly, because the new Autoconf breaks
7283         compatibility in every way imaginable and insists on whining
7284         about usage that worked since the dawn of time.
7285         * configure: Regenerated.
7287         * configure: Regenerated (using Autoconf 2.54).
7288         * sysdeps/alpha/elf/configure: Likewise.
7289         * sysdeps/generic/configure: Likewise.
7290         * sysdeps/i386/elf/configure: Likewise.
7291         * sysdeps/ia64/elf/configure: Likewise.
7292         * sysdeps/mach/hurd/configure: Likewise.
7293         * sysdeps/mach/configure: Likewise.
7294         * sysdeps/unix/configure: Likewise.
7295         * sysdeps/unix/common/configure: Likewise.
7296         * sysdeps/unix/sysv/aix/configure: Likewise.
7297         * sysdeps/unix/sysv/linux/configure: Likewise.
7298         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7299         * sysdeps/x86_64/elf/configure: Likewise.
7301         * config.make.in: Nix completely-soft nonsense.
7302         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
7303         of machine directories instead of fpu subdirectory.
7304         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
7305         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
7306         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
7307         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
7308         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
7309         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
7310         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
7311         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
7312         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
7313         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
7314         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
7315         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
7316         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
7317         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
7318         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
7319         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
7320         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
7321         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
7322         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
7323         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
7324         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
7325         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
7326         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
7327         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
7328         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
7329         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
7330         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
7331         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
7332         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
7333         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
7334         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
7335         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
7336         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
7337         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
7338         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
7339         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
7340         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
7341         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
7342         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
7343         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
7345 2002-10-19  Bruno Haible  <bruno@clisp.org>
7347         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
7349 2002-10-18  Roland McGrath  <roland@redhat.com>
7351         * io/Makefile (routines): Add lchmod.
7352         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
7353         * sysdeps/generic/lchmod.c: New file.
7354         * sysdeps/mach/hurd/lchmod.c: New file.
7355         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
7357 2002-10-18  Art Haas  <ahaas@neosoft.com>
7359         * configure.in: Remove remaining AC_FD_CC macros, and replace
7360         AC_FD_MSG with AS_MESSAGE_FD.
7362 2002-10-18  Roland McGrath  <roland@redhat.com>
7364         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
7365         typos: VALUE -> FINALADDR.
7367         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
7368         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
7369         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
7370         (inline_syscall6): Move these macros ...
7371         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
7373         * configure.in (libc_link_dests, libc_link_sources): Remove these
7374         variables and the AC_LINK_FILES call.
7376         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
7377         change to put new symbols here instead of in GLIBC_2.2.
7378         * sysdeps/powerpc/Subdirs: Move this file ...
7379         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
7381 2002-10-07  Roland McGrath  <roland@redhat.com>
7383         * sysdeps/generic/bits/time.h: Replaced with contents of the
7384         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
7385         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
7386         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
7387         macros is ok even for architectures that don't now implement them.
7388         * sysdeps/mach/hurd/bits/time.h: File removed.
7389         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
7390         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
7391         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
7392         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
7393         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
7395 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
7397         * configure.in: Replace obsolete AC_OUTPUT syntax with
7398         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
7400         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
7401         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
7403         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
7404         * sysdeps/alpha/elf/configure.in: Likewise.
7405         * sysdeps/i386/elf/configure.in: Likewise.
7406         * sysdeps/mach/hurd/configure.in: Likewise.
7407         * sysdeps/x86_64/elf/configure.in: Likewise.
7409         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
7411         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
7412         * sysdeps/generic/configure.in: Likewise.
7413         * sysdeps/i386/elf/configure.in: Likewise.
7414         * sysdeps/ia64/elf/configure.in: Likewise.
7415         * sysdeps/mach/configure.in: Likewise.
7416         * sysdeps/mach/hurd/configure.in: Likewise.
7417         * sysdeps/unix/configure.in: Likewise.
7418         * sysdeps/unix/common/configure.in: Likewise.
7419         * sysdeps/unix/sysv/aix/configure.in: Likewise.
7420         * sysdeps/unix/sysv/linux/configure.in: Likewise.
7421         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
7422         * sysdeps/x86_64/elf/configure.in: Likewise.
7424         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
7425         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
7426         that it's obvious when extra autoconf machinery is being dragged in.
7428 2002-10-18  Roland McGrath  <roland@redhat.com>
7430         * configure.in: Remove bogus echo included in
7431         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
7432         * configure: Regenerated.
7434 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
7436         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
7437         (statfs_filesize_max): New function.
7438         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
7439         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
7440         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
7441         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
7442         statfs_filesize_max.
7443         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
7444         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
7445         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
7447 2002-10-17  Roland McGrath  <roland@redhat.com>
7449         * configure.in (MIG): Just AC_SUBST it here.
7450         * configure: Regenerated.
7451         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
7452         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
7453         * sysdeps/mach/configure: Regenerated.
7455         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
7456         and AC_PROVIDE([_AS_CR_PREPARE]).
7458         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
7459         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
7461         * elf/dl-support.c: Move _dl_tls_* variables to ...
7462         * sysdeps/generic/libc-tls.c: ... here.
7464         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
7465         allow IDX to be one past the current last slotinfo entry.
7466         (_dl_close): Pass IMAP->l_init_called for that parameter.
7468 2002-10-07  Andreas Schwab  <schwab@suse.de>
7470         * aclocal.m4: Fix for autoconf 2.53.
7471         * configure.in: Likewise.  Require autoconf 2.53.
7473 2002-10-08  Richard Henderson  <rth@redhat.com>
7475         * soft-fp/op-4.h: Handle carry correctly in
7476         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
7477         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
7478         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
7480 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
7482         * configure.in: Compute completely-soft.
7483         * config.make.in: Make completely-soft available to sub-makes.
7484         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
7485         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
7486         fe_nomask to libm-support.
7487         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
7488         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
7489         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
7490         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
7491         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
7492         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
7493         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
7494         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
7495         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
7496         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
7497         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
7498         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
7499         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
7500         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
7501         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
7502         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
7503         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
7504         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
7505         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
7506         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
7507         __sim_round_mode.
7508         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
7509         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
7510         FP_HANDLE_EXCEPTIONS.
7511         Define FP_ROUNDMODE.
7512         Redefine FP_* macros to correspond to the FE_* bit positions.
7513         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
7514         Define externs for __sim_exceptions, __sim_disabled_exceptions,
7515         __sim_round_mode, __simulate_exceptions.
7516         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
7517         * sysdeps/powerpc/bits/fenv.h: ...to here.
7519 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
7521         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
7522         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
7523         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
7524         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
7525         __builtin_expect.
7527 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
7529         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
7530         __libc_res_nsend): New prototypes.
7531         * resolv/res_query.c (QUERYSIZE): Define.
7532         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
7533         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
7534         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
7535         res_nsend, pass answerp.
7536         (res_nquery): Changed into wrapper around __libc_res_nquery.
7537         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
7538         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
7539         instead of the non-__libc_ variants, pass them answerp.
7540         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
7541         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
7542         Added answerp argument.  Call __libc_res_nquery instead of
7543         res_nquery, pass answerp.
7544         (res_nquerydomain): Changed into wrapper around
7545         __libc_res_nquerydomain.
7546         * resolv/res_send.c: Include sys/ioctl.h.
7547         (MAXPACKET): Define.
7548         (send_vc): Change arguments.  Reallocate answer buffer if it is
7549         too small.
7550         (send_dg): Likewise.
7551         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
7552         Reallocate answer buffer if it is too small and hooks are in use.
7553         Adjust calls to send_vc and send_dg.
7554         (res_nsend): Changed into wrapper around __libc_res_nsend.
7555         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
7556         just 1K answer buffer on the stack, use __libc_res_nsearch instead
7557         of res_nsearch.
7558         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
7559         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
7560         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
7561         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
7562         (gethostbyaddr): Similarly with __libc_res_nquery.
7563         * resolv/Versions (libresolv): Export __libc_res_nquery and
7564         __libc_res_nsearch at GLIBC_PRIVATE.
7566 2002-10-17  Roland McGrath  <roland@redhat.com>
7568         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
7569         * configure: Regenerated.
7571         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
7572         before performing the reloc, not after.
7573         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
7575 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
7577         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
7578         * locale/programs/linereader.c (lr_open): Likewise.
7579         * locale/programs/charmap-dir.c (charmap_open): Likewise.
7580         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
7582 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
7584         * posix/bug-regex11.c: Add a test case for the bug reported by
7585         Paolo Bonzini <bonzini@gnu.org>.
7586         * posix/regexec.c (sift_states_bkref): Use correct destination of
7587         the back reference.
7589 2002-10-17  Roland McGrath  <roland@redhat.com>
7591         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
7592         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
7593         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
7594         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
7595         Call it after performing TPOFF relocs.
7596         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
7597         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
7598         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
7600         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
7601         when closing a partially-initialized object.
7603         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
7604         instead of _dl_fatal_printf when we see PT_TLS.
7606         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
7607         instead of $(libof-$<).
7609 2002-10-16  Roland McGrath  <roland@redhat.com>
7611         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
7612         instead of += to append, to be sure $(lib) gets expanded at defn time.
7613         (libof-$(cpp-src)): New variable, define this instead.
7614         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
7615         (lib): Don't use override.
7616         (CPPFLAGS-$(lib)): New variable, put -D's here.
7617         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
7618         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
7619         LIB found by $(libof-*) for basename, target, or source.
7620         * Makerules (CPPFLAGS-nonlib): New variable.
7621         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
7622         * locale/Makefile (lib): Likewise.
7623         * sunrpc/Makefile (lib): Likewise.
7625         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
7626         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
7627         * sysdeps/unix/sysv/linux/pathconf.h: New file.
7628         (statfs_link_max): New function, guts from fpathconf.c.
7629         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
7630         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
7631         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
7632         to use the linux/pathconf.c code by #include rather than duplication.
7633         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
7635 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7637         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7638         Use __libc_errno only for libc itself.
7640 2002-10-16  Andreas Jaeger  <aj@suse.de>
7642         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
7644 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
7646         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
7647         Use __libc_errno only for libc itself.
7649 2002-10-15  Roland McGrath  <roland@redhat.com>
7650             Jakub Jelinek  <jakub@redhat.com>
7652         * sysdeps/unix/sysv/linux/Makefile
7653         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
7654         sparc/Makefile to produce a bi-arch file as needed.
7655         That's now parameterized by the variable $(64bit-predefine).
7656         Use LC_ALL=C for `comm' commands in that rule.
7657         No longer conditional on [$(no_syscall_list_h)].
7658         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
7659         (64bit-predefine): New variable.
7660         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
7661         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
7662         * sysdeps/unix/sysv/linux/powerpc/Makefile
7663         (64bit-predefine): New variable.
7665 2002-10-15  Roland McGrath  <roland@redhat.com>
7667         * sysdeps/unix/sysv/linux/Makefile
7668         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
7670         * login/utmp-private.h: Declare __libc_utmp_lock.
7671         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
7672         and call __libc_utmp_jump_table functions directly, instead of using
7673         __setutent et al.
7675         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
7676         * sysdeps/unix/sysv/linux/configure: Regenerated.
7678         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
7679         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
7680         Use int32_t for ll_time.
7681         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
7682         Use int32_t instead of long int for ut_session.
7683         Use an anonymous struct with 32-bit fields for ut_tv.
7684         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
7685         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
7686         here as in utmp.h for `struct utmp'.
7687         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
7688         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
7689         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
7690         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
7691         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
7692         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
7694         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
7695         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
7696         All the following files were identical or equivalent to it.
7697         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
7698         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
7699         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
7700         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
7701         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
7702         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
7703         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
7704         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
7705         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
7706         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
7708         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
7709         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
7710         Other than the previously incorrect sign of msg_iovlen, this is a
7711         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
7712         match their layouts as well, so the following are now identical to it.
7713         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
7714         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
7715         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
7716         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
7717         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
7719 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7721         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
7722         Define for 2.4+ kernels.
7724         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
7725         are known to have the vfork syscall.  Don't confuse the CPUs
7726         branch prediction unit by jumping to the return address.
7728         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
7729         support for reiserfs and xfs.
7731         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
7732         XFS link count.
7733         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
7734         and XFS_LINK_MAX.
7735         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
7737 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
7739         * include/libc-symbols.h (attribute_tls_model_ie): Define.
7740         * include/errno.h (errno): Define to __libc_errno in libc.so.
7741         Add attribute_tls_model_ie.
7742         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
7743         Add attribute_tls_model_ie.
7744         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
7745         attribute_tls_model_ie.
7746         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
7747         (h_errno): Define.
7748         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
7749         (_res): Define.
7750         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
7751         attribute_tls_model_ie.
7752         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
7753         __thread.
7754         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
7755         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
7756         __libc_errno in USE___THREAD case.
7757         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
7758         Likewise.
7759         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
7760         __attribute__((tls_model (""))).
7761         * configure: Rebuilt.
7762         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
7764 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
7766         * timezone/asia: Update from tzdata2002d.
7767         * timezone/australasia: Likewise.
7768         * timezone/iso3166.tab: Likewise.
7769         * timezone/southamerica: Likewise.
7770         * timezone/zone-tab: Likewise.
7772 2002-10-15  Roland McGrath  <roland@redhat.com>
7774         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
7775         Adjust TCB pointer before calling free, so we get the whole block.
7777 2002-10-14  Roland McGrath  <roland@redhat.com>
7779         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
7780         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
7781         extern using attribute_hidden instead of static, avoids warning.
7783 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
7785         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
7786         * sysdeps/unix/sysv/linux/configure: Rebuilt.
7788 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7790         * po/sv.po: Update from translation team.
7792 2002-10-12  H.J. Lu  <hjl@gnu.org>
7794         * sunrpc/thrsvc.c (PROCQUIT): New.
7795         (struct rpc_arg): New.
7796         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
7797         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
7798         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
7799         (main): Modified for struct rpc_arg *.
7801 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7803         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
7805 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
7807         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
7808         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
7809         in ld.so even if __thread is supported.
7811 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
7813         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
7814         Add hack to prevent the compiler from clobbering the signal context.
7815         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
7816         Likewise.
7817         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
7818         Likewise.
7820 2002-10-14  Andreas Jaeger  <aj@suse.de>
7822         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
7823         Guido Guenther <agx@sigxcpu.org>.
7825 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
7827         * po/sk.po: Update from translation team.
7829 2002-09-26  Roland McGrath  <roland@redhat.com>
7831         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
7832         dynamic string tag.
7833         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
7834         DL_DST_LIB based on $(slibdir).
7836 2002-10-13  Roland McGrath  <roland@frob.com>
7838         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
7840         * sysdeps/mach/hurd/getresuid.c: New file.
7841         * sysdeps/mach/hurd/getresgid.c: New file.
7842         * sysdeps/mach/hurd/setresuid.c: New file.
7843         * sysdeps/mach/hurd/setresgid.c: New file.
7845         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
7846         setresgid): Declare them.
7847         * NEWS: Mention it.
7848         * include/unistd.h
7849         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
7850         add libc_hidden_proto.
7851         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
7852         getresuid, getresgid, setresuid, setresgid here.
7853         * Versions.def (libc): Define GLIBC_2.3.2 set.
7854         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
7855         Add libc_hidden_def.
7856         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
7857         * sysdeps/generic/setresgid.c: New file.
7858         * sysdeps/generic/setresuid.c: New file.
7859         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7860         (sysdep_routines): Don't add getresuid and getresgid here.
7861         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
7862         (sysdep_routines): Don't add setresuid and setresgid here.
7863         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7864         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7865         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7866         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7867         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7868         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7869         * posix/Makefile (routines): Add them all here instead.
7870         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
7871         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
7872         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
7873         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
7874         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
7875         [! __NR_setresuid]: Include generic file.
7876         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
7877         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
7878         [! __NR_setresuid]: Include generic file.
7879         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
7880         Caller is - now, not EXTRA.
7881         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
7882         (setresuid, setresgid, getresuid, getresgid): Likewise.
7883         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
7884         Add these calls here.
7885         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
7886         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7887         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7888         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7889         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
7891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7892         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7893         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7895         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
7896         (sysdep_routines): Add setfsuid and setfsgid here.
7897         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
7898         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
7899         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
7900         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
7901         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7902         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
7903         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7904         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7906         * hurd/errno.c: Renamed to ...
7907         * hurd/errno-loc.c: ... this.
7908         * hurd/Makefile (routines): errno -> errno-loc
7910 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
7912         * po/de.po: Update from translation team.
7914         * MakeTAGS: Add -E flag to xgettext runs.
7916 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7918         * po/fr.po: Update from translation team.
7920         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
7921         Optimize a bit for use in glibc.
7923 2002-10-12  Roland McGrath  <roland@redhat.com>
7925         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
7926         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
7928 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7930         * po/sv.po: Update from translation team.
7932 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
7934         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
7935         OP_CONTEXT_NODE.
7936         (regfree): Likewise.
7937         (create_initial_state): Likewise.
7938         (analyze): Remove the substitutions which became useless.
7939         (calc_first): Likewise.
7940         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
7941         epsilon destination.
7942         (duplicate_node_closure): New function.
7943         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
7944         (calc_inveclosure): Likewise.
7945         (calc_eclosure): Likewise.
7946         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
7947         direct invocation of duplicate_node.
7948         (parse): Don't use comma operator in the return to avoid compiler
7949         warning.
7950         (parse_reg_exp): Likewise.
7951         (parse_branch): Likewise.
7952         (parse_expression): Likewise.
7953         (parse_sub_exp): Likewise.
7954         (parse_dup_op): Likewise.
7955         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
7956         which became useless.
7957         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
7958         (create_cd_newstate): Likewise.
7959         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
7960         (re_token_t): Likewise.
7961         (re_dfa_t): Likewise.
7962         (re_node_set_remove): New macro.
7963         * posix/regexec.c (check_matching): Remove the handling
7964         OP_CONTEXT_NODE.
7965         (check_halt_node_context): Likewise.
7966         (proceed_next_node): Likewise.
7967         (pop_fail_stack): Fix the memory leak.
7968         (set_regs): Likewise.
7969         (free_fail_stack_return): New function.
7970         (sift_states_backward): Fix the memory leak.  Remove the handling
7971         OP_CONTEXT_NODE.
7972         (update_cur_sifted_state): Append some if clause to avoid redundant
7973         call.
7974         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
7975         back reference.
7976         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
7977         (check_subexp_limits): Likewise.
7978         (search_subexp): Likewise.
7979         (sift_states_bkref): Likewise.
7980         (transit_state_mb): Likewise.
7981         (transit_state_bkref_loop): Likewise.
7982         (transit_state_bkref_loop): Likewise.
7983         (group_nodes_into_DFAstates): Likewise.
7984         (check_node_accept): Likewise.
7985         (sift_ctx_init): Add initializing.
7987 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
7989         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
7990         __builtin_expect.
7992 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
7994         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
7995         duplicated variable c.
7997         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
7998         if possible.
8000         * sysdeps/unix/sysv/linux/i386/sysdep.h
8001         (INTERNAL_SYSCALL_ERROR_P): New define.
8002         (INTERNAL_SYSCALL_ERRNO): Likewise.
8004         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
8005         Add hack to prevent the compiler from clobbering the signal context.
8007 2002-10-11  Roland McGrath  <roland@redhat.com>
8009         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
8010         Fix typos.
8012         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
8013         * sysdeps/sh/dl-lookupcfg.h: File removed.
8014         * sysdeps/i386/dl-lookupcfg.h: File removed.
8016         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
8017         missing labels and ; from last change.
8019         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
8020         number literals, so they are doubles instead of ints.
8022 2002-10-09  Roland McGrath  <roland@redhat.com>
8024         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
8025         changed from [USE_TLS && HAVE___THREAD].
8027         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
8028         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
8029         * sysdeps/x86_64/dl-machine.h
8030         (elf_machine_type_class, elf_machine_rela): Likewise.
8031         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
8032         Likewise.
8034         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
8035         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
8036         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
8038         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
8039         instead of ___tls_get_addr.
8040         (___tls_get_addr_internal): Add attribute_hidden to decl.
8042         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
8043         _dl_error_catch_tsd.
8044         * elf/rtld.c (startup_error_tsd): New function.
8045         (dl_main): Point _dl_error_catch_tsd at that.
8046         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
8047         use new function pointer instead.
8048         * elf/dl-tsd.c: New file.
8049         * elf/Makefile (routines): Add it.
8051 2002-10-07  Roland McGrath  <roland@redhat.com>
8053         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
8054         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
8055         take _dl_load_lock around calling __writev.
8057         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
8058         (INLINE_SYSCALL): Use that.
8060         * sysdeps/generic/dl-sysdep.h: New file.
8061         * sysdeps/mach/hurd/dl-sysdep.h: New file.
8062         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
8063         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
8064         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
8065         access it directly.
8066         * elf/dl-minimal.c (__errno_location): Removed.
8067         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
8068         Use GOTOFF access for errno.
8069         * sysdeps/unix/sysv/linux/i386/sysdep.h
8070         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
8072         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
8073         Use PC-relative access for errno.
8074         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
8075         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
8077         * include/tls.h: New file.
8078         (USE___THREAD): New macro.
8079         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
8080         libc or libpthread.
8081         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
8082         changed from [USE_TLS && HAVE___THREAD].
8083         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8084         * sysdeps/unix/i386/sysdep.S: Likewise.
8085         * sysdeps/unix/x86_64/sysdep.S: Likewise.
8086         * include/errno.h: Likewise.
8087         * include/netdb.h: Likewise.
8088         * include/resolv.h: Likewise.
8090         * sysdeps/generic/errno.c: New file.
8091         * csu/Makefile (aux): New variable, list errno.
8092         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
8093         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
8094         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
8095         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
8096         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
8097         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
8098         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
8099         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
8100         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
8101         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
8102         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
8103         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
8104         * sysdeps/unix/alpha/sysdep.S: Likewise.
8105         * sysdeps/generic/start.c: Likewise.
8106         * sysdeps/unix/start.c: Likewise.
8107         * sysdeps/unix/arm/start.c: Likewise.
8108         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
8109         * sysdeps/unix/sparc/start.c: Likewise.
8110         * sysdeps/unix/sysv/irix4/start.c: Likewise.
8111         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
8113         * manual/search.texi (Tree Search Function, Hash Search Function):
8114         Mention search.h clearly.
8116 2002-10-05  Roland McGrath  <roland@redhat.com>
8118         * elf/dl-fxstat64.c: File removed.
8119         * elf/dl-xstat64.c: File removed.
8120         * elf/Makefile (rtld-routines): Remove them.
8121         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
8122         Instead, use strong_alias instead of versioned_symbol in the
8123         !SHLIB_COMPAT case.
8124         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
8125         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
8127         * include/shlib-compat.h
8128         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
8129         [! NOT_IN_libc] (IS_IN_libc): Define it.
8130         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
8131         * elf/Makefile (CPPFLAGS-.os): Likewise.
8133         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
8134         Return the status instead of calling exit.
8136         * Makeconfig (CFLAGS): Prepend -std=gnu99.
8137         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
8138         Remove superfluous rm command, whose @ plus make bugs hid
8139         all these commands from the make output.
8141         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
8142         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
8143         Use that file's contents instead of literal echo's for the prologue.
8144         * include/features.h: Include <gnu/stubs.h> unconditionally.
8145         * include/gnu/stubs.h: New file.
8147 2002-09-30  Roland McGrath  <roland@redhat.com>
8149         * elf/rtld-Rules: New file.
8150         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
8151         $(objpfx)rtld-libc.a): New targets.
8152         (generated): Add them.
8153         (reloc-link): Remove -o $@ from the variable.
8154         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
8155         (distribute): Add rtld-Rules.
8156         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
8157         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
8158         (common-mostlyclean, common-clean): Clean up rtld-* files.
8159         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
8161 2002-10-11  Roland McGrath  <roland@redhat.com>
8163         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
8164         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
8166         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
8167         proper set of no-op insn prefixes.
8169         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
8171 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
8173         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
8174         __pthread_kill_other_threads_np.
8176         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
8178 2002-10-08  Roland McGrath  <roland@redhat.com>
8180         * locale/newlocale.c (__newlocale): If setting all categories to "C",
8181         just return &_nl_C_locobj instead of copying it.
8182         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
8183         * locale/duplocale.c (__duplocale): Likewise.
8185 2002-10-07  Roland McGrath  <roland@frob.com>
8187         * config.h.in (HAVE_I386_SET_GDT): New #undef.
8188         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
8189         * sysdeps/mach/configure: Regenerated.
8191 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
8194         Add all necessary register outputs for syscall-clobbered registers.
8196 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
8198         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
8199         Itanium 2 (and Itanium).
8200         Fix unwind directives and make it fit in 80 columns.
8201         * sysdeps/ia64/memset.S: Likewise.
8202         * sysdeps/ia64/memcpy.S: Likewise.
8203         Move jump table to .rodata section.
8205 2002-10-03  Roland McGrath  <roland@frob.com>
8207         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
8208         clobbers to asm.
8210 2002-10-10  Andreas Jaeger  <aj@suse.de>
8212         * sysdeps/x86_64/_mcount.S: Restore correct registers.
8214 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
8216         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
8218 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
8220         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
8221         _dl_allocate_tls_init.  Add rtld_hidden_proto.
8222         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
8223         rtld_hidden_def.
8224         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
8226         * version.h (VERSION): Bump to 2.3.1.
8228         * Make-dist: Add back one of the tar invocations removed before.
8230         * stdlib/Makefile (distribute): Add allocalim.h.
8232         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
8233         (__libc_tsd_address): Use correct variable name.
8234         Patch by Stefan Jones <stefan.jones@multigig.com>.
8236         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
8237         Reported by edwardsg@sgi.com [PR libc/4678].
8239         * Versions.def (libc): Add GLIBC_2.3.1.
8240         (libpthread): Add GLIBC_2.3.1.
8242         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
8243         and __sigtimedwait.
8244         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
8245         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
8246         libc_hidden_def.
8247         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
8248         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
8250         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
8251         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
8252         and make old name an alias.
8253         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
8254         and make old name an alias.
8255         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
8256         __libc_msgsnd.
8258         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
8259         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
8260         __libc_writev.
8261         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
8262         old name an alias.
8263         * sysdeps/posix/readv.c: Likewise
8264         * sysdeps/unix/sysv/aix/readv.c: Likewise.
8265         * sysdeps/unix/sysv/linux/readv.c: Likewise.
8266         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
8267         old name an alias.
8268         * sysdeps/posix/writev.c: Likewise
8269         * sysdeps/unix/sysv/aix/writev.c: Likewise.
8270         * sysdeps/unix/sysv/linux/writev.c: Likewise.
8272         * include/sys/wait.h: Declare __waitid.
8273         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
8274         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
8275         name an alias.
8276         * sysdeps/posix/waitid.c: Likewise.
8277         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
8279         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
8281 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
8283         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
8284         prototypes.
8285         (__MAX_ALLOCA_CUTOFF): Define.
8286         Include allocalim.h.
8287         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
8288         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
8289         host_buffer depending on __libc_use_alloca.
8290         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
8291         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
8292         net_buffer depending on __libc_use_alloca.
8293         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
8294         buf depending on __libc_use_alloca.
8295         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
8296         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
8297         instead of hardcoded constants.
8298         Pass proper size argument to alloca and compute end for wide char
8299         version.
8300         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
8301         instead of hardcoded constants.
8302         * string/strcoll.c (strcoll): Likewise.
8303         * string/strxfrm.c (strxfrm): Likewise.
8304         * sysdeps/posix/readv.c (__readv): Likewise.
8305         * sysdeps/posix/writev.c (__writev): Likewise.
8306         * sysdeps/generic/allocalim.h: New file.
8308 2002-10-08  Roland McGrath  <roland@redhat.com>
8310         * configure.in (aux_missing warning): Change "too old" to
8311         "incompatible versions", since for autoconf it's "too new" right now.
8312         * configure: Regenerated.
8314         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
8315         one found doesn't work on our configure.in.
8316         * configure: Regenerated.
8317         * config.make.in (AUTOCONF): New substituted variable.
8318         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
8319         (autoconf-it): ... here, use that instead of defining conditionally.
8320         Use $(AUTOCONF) instead of literal autoconf.
8321         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
8322         with this condition.
8323         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
8325 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
8327         * Make-dist (dist): Cleanup a bit.  We are not interested in the
8328         14 char filename limit anymore.  Remove intermediate files and
8329         symlinks.
8331 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
8333         * po/sk.po: Update from translation team.
8334         * po/tr.po: Likewise.
8335         * po/gl.po: Likewise.
8337 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8339         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
8341 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
8343         * version.h (RELEASE): Change to stable.
8345 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
8347         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
8348         __syscall_exit_group): New prototypes.
8350 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
8352         * glibc 2.3 released.
8355 See ChangeLog.13 for earlier changes.