869fafee2b03542c9379fa8bd11889dedb0cfa05
[platform/upstream/glibc.git] / ChangeLog
1 2002-11-02  Roland McGrath  <roland@redhat.com>
2
3         * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
4         description to be clearer and to say that *RESULT is set to ENTRY.
5
6 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
7
8         * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
9         dests_ch arrays together.  Alloca or malloc dest_states,
10         dest_states_word and dest_states_nl arrays together.  Free memory on
11         error exit.
12
13 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
14
15         * crypt/crypt_util.c (__init_des_r): Initialize current_salt
16         and current_saltbits.
17
18 2002-11-02  Roland McGrath  <roland@redhat.com>
19
20         * stdio-common/reg-printf.c: Include <stdlib.h>.
21
22 2002-11-02  H.J. Lu  <hjl@gnu.org>
23
24         * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
25         caller to EXTRA instead of execve.
26
27 2002-11-01  Roland McGrath  <roland@redhat.com>
28
29         * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
30         in place of [!(USE_TLS && HAVE___THREAD)].
31         (__errno_location) [! USE___THREAD]: Define as strong, not weak.
32
33 2002-10-31  Roger Sayle  <roger@eyesopen.com>
34
35         * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
36         New macros.
37         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
38
39         * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
40         without defining FP_ROUNDMODE.
41
42 2002-10-29  Jakub Jelinek  <jakub@redhat.com>
43
44         * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
45         (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
46         declare_symbol.
47         * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
48         (OLD_SIGLIST_SIZE): Define.
49         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
50         (OLD_SIGLIST_SIZE): Define.
51         * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
52
53 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
54
55         * sysdeps/ia64/strncpy.S: Fix recovery code.
56
57 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
58
59         * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
60         New macros.
61         * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
62         text_set_element.
63         * elf/dl-libc.c (free_mem): Likewise.
64         * iconv/gconv_conf.c (free_mem): Likewise.
65         * iconv/gconv_db.c (free_mem): Likewise.
66         * iconv/gconv_dl.c (free_mem): Likewise.
67         * iconv/gconv_cache.c (free_mem): Likewise.
68         * intl/finddomain.c (free_mem): Likewise.
69         * intl/dcigettext.c (free_mem): Likewise.
70         * locale/setlocale.c (free_mem): Likewise.
71         * misc/fstab.c (fstab_free): Likewise.
72         * nss/nsswitch.c (free_mem): Likewise.
73         * posix/regcomp.c (free_mem): Likewise.
74         * resolv/gai_misc.c (free_res): Likewise.
75         * stdlib/fmtmsg.c (free_mem): Likewise.
76         * sunrpc/clnt_perr.c (free_mem): Likewise.
77         * sysdeps/generic/setenv.c (free_mem): Likewise.
78         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
79         * sysdeps/pthread/aio_misc.c (free_res): Likewise.
80         * time/tzset.c (free_mem): Likewise.
81         * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
82         * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
83         * malloc/set-freeres.c (__libc_freeres): Likewise.
84
85         * login/getutent.c: Include stdlib.h instead of stddef.h.
86         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
87         (__getutent): Allocate buffer the first time it is run.
88         * login/getutid.c: Include stdlib.h instead of stddef.h.
89         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
90         (__getutid): Allocate buffer the first time it is run.
91         * login/getutline.c: Include stdlib.h instead of stddef.h.
92         (buffer): Change into pointer to utmp, add libc_freeres_ptr.
93         (__getutline): Allocate buffer the first time it is run.
94         * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
95         (mtrace): Allocate malloc_trace_buffer.
96         * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
97         * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
98         * string/strerror.c: Include libintl.h and errno.h.
99         (buf): New variable.
100         (strerror): Only allocate buffer if actually needed (unknown error).
101         * time/tzfile.c (transitions): Add libc_freeres_ptr.
102         (freeres): Remove.
103
104 2002-10-25  Jakub Jelinek  <jakub@redhat.com>
105
106         * include/libc-symbols.h (libc_freeres_ptr): New macro.
107         * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
108         symbol_set_define.
109         (__libc_freeres): Free all pointers in that section.
110         * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
111         commands when creating .lds script.
112         (LDSEDCMD-c.so): New variable.
113         * inet/rcmd.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
114         (rcmd_af): Use strdup to allocate ahostbuf.
115         * inet/rexec.c (ahostbuf): Change into char *.  Add libc_freeres_ptr.
116         (rexec_af): Use strdup to allocate ahostbuf.
117         * stdio-common/reg-printf.c (printf_funcs): Remove.
118         (__printf_arginfo_table): Change into printf_arginfo_function **.
119         Add libc_freeres_ptr.
120         (__register_printf_function): Allocate __printf_arginfo_table
121         and __printf_function_table the first time it is called.
122         * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
123         printf_arginfo_function **.
124         (parse_one_spec): Add __builtin_expect.
125         * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
126         (free_mem): Remove.
127         * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
128         (free_mem): Remove.
129         * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
130         (string_space, map): Add libc_freeres_ptr.
131         (free_mem): Remove.
132         * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
133         (free_mem): Remove.
134         * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
135         (free_mem): Remove.
136         * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
137         (buffer): Add libc_freeres_ptr.
138         (free_mem): Remove for _LIBC.
139         * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
140         (free_mem): Remove.
141         * nss/getXXent.c (buffer): Add libc_freeres_ptr.
142         (free_mem): Remove.
143         * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
144         (free_mem): Remove.
145         * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
146         (free_mem): Remove.
147         * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
148         (free_mem): Remove.
149         * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
150         (free_mem): Remove.
151         * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
152         libc_freeres_ptr.
153         (free_mem): Remove.
154         * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
155         libc_freeres_ptr.
156         (free_mem): Remove.
157
158 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
159
160         * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
161         instead of duplicating the whole function in libc.
162
163 2002-10-31  Roland McGrath  <roland@redhat.com>
164
165         * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
166         Renamed from __bswap_16 (typo fix).  Reported by <dens@stl.sarov.ru>.
167
168 2002-10-30  Jakub Jelinek  <jakub@redhat.com>
169
170         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
171         32bit-predefine when creating .new32 list and -U for each
172         32bit-predefine when creating .new64 list.
173         * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
174
175 2002-10-29  Andreas Schwab  <schwab@suse.de>
176
177         * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
178         "testrtsig.h".  Reported by Daniel Jacobowitz <dan@debian.org>.
179
180 2002-10-25  Roland McGrath  <roland@redhat.com>
181
182         * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
183         * sysdeps/unix/sysv/linux/configure: Regenerated.
184
185         * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
186         _dl_starting_up decl.
187
188 2002-10-20  H.J. Lu  <hjl@gnu.org>
189
190         * sysdeps/unix/sysv/linux/configure.in: Don't check
191         /lib/modules/`uname -r`/build/include for kernel headers if
192         cross compiling.
193         * sysdeps/unix/sysv/linux/configure: Regenerated.
194
195 2002-10-25  Roland McGrath  <roland@redhat.com>
196
197         * math/math.h (M_LOG2El): Correct the value.
198         From Stephen L Moshier <steve@moshier.net>.
199
200         * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
201         conditional from __libc_multiple_libcs access.  Remove kludge for weak
202         symbol access with old compilers we no longer support.
203         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
204         * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
205
206 2002-10-25  Roland McGrath  <roland@redhat.com>
207
208         * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
209         implement SV_RESETHAND by translating it to SA_RESETHAND.
210
211 2002-10-23  Alexandre Oliva  <aoliva@redhat.com>
212
213         * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
214         type on ELF64 platforms.
215
216 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
217
218         * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
219
220         * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
221
222 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
223
224         * elf/dl-misc.c: Include <sysdep.h>.
225         (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
226
227         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
228         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
229         (INLINE_SYSCALL): Use that.
230         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
231         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
232         (INLINE_SYSCALL): Use that.
233         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
234         INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
235         (INLINE_SYSCALL): Use that.
236         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
237         dl-sysdep.h.
238         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
239         (__INTERNAL_SYSCALL_STRING): Define.
240         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
241         dl-sysdep.h.
242         (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
243         (__INTERNAL_SYSCALL_STRING): Define.
244         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
245         __SYSCALL_STRING to inline_syscall*.
246         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
247         New macros.
248         (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
249         inline_syscall4, inline_syscall5, inline_syscall6): Add string
250         argument.
251
252 2002-10-24  Roland McGrath  <roland@redhat.com>
253
254         * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
255         * sysdeps/unix/sysv/linux/init-first.c: Not here.
256         * sysdeps/powerpc/elf/libc-start.c: Or here.
257         * sysdeps/unix/sysv/aix/libc-start.c: Or here.
258         * sysdeps/unix/sysv/aix/start-libc.c: Or here.
259         * sysdeps/unix/sysv/aix/init-first.c: Or here.
260         * sysdeps/generic/libc-start.c: Or here.
261         * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
262         access with [! SHARED].
263         * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
264
265         * libio/bug-wfflush.c: New file.
266         * libio/Makefile (tests): Add bug-wfflush.
267
268 2002-10-23  Roland McGrath  <roland@redhat.com>
269
270         * stdio-common/tst-fphex.c: New file.
271         * stdio-common/Makefile (tests): Add tst-fphex.
272         * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
273         of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
274         chars always before the value digits.
275         Reported by James Antill <james.antill@redhat.com>.
276
277 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
278
279         * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
280         (free_mem): New function.
281         * posix/Makefile (tests): Add bug-regex14.  Add bug-regex14-mem
282         if not cross compiling.
283         (generated): Add bug-regex14-mem and bug-regex14.mtrace.
284         (bug-regex14-ENV): Set.
285         (bug-regex14-mem): New target.
286         * posix/bug-regex14.c: New file.
287
288 2002-10-23  Roland McGrath  <roland@redhat.com>
289
290         * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
291         target, so we don't touch it when the link fails.
292
293         * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
294         Check for the result overflowing off_t and fail with EOVERFLOW.
295         * libio/ioftell.c (_IO_ftell): Likewise.
296         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
297
298         * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
299         use a temporary timeval on the stack for gettimeofday and copy it.
300         * login/logout.c (logout): Likewise.
301         Reported by Steven Munroe <sjmunroe@us.ibm.com>.
302
303         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
304         Use __SWORD_TYPE instead of int for member types.
305         (struct statfs64): Likewise.
306         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
307         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
308         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
309         * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
310         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
311
312         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
313         * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
314         (ST_NODIRATIME): Restore fixed value of 2048.
315         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
316         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
317
318         Rearranged <bits/types.h> definitions to reduce duplication.
319         * sysdeps/generic/bits/types.h: Rewritten, using macros from
320         <bits/wordsize.h> and new header <bits/typesizes.h>.
321         * posix/Makefile (headers): Add bits/typesizes.h here.
322         * sysdeps/generic/bits/typesizes.h: New file.
323         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
324         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
325         * sysdeps/mach/hurd/bits/typesizes.h: New file.
326         * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
327         * sysdeps/unix/sysv/linux/bits/types.h: File removed.
328         * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
329         * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
330         * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
331         * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
332         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
333         * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
334         <bits/pthreadtypes.h> here, not in <bits/types.h>.
335         * signal/signal.h: Likewise.
336
337         * streams/stropts.h: Include <bits/xtitypes.h>.
338         * streams/Makefile (headers): Add bits/xtitypes.h here.
339         * sysdeps/generic/bits/xtitypes.h: New file.
340         * sysdeps/s390/bits/xtitypes.h: New file.
341         * sysdeps/ia64/bits/xtitypes.h: New file.
342         * sysdeps/x86_64/bits/xtitypes.h: New file.
343
344         * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
345         * sysdeps/generic/bits/ipctypes.h: New file.
346         * sysdeps/mips/bits/ipctypes.h: New file.
347         * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
348         * sysdeps/gnu/bits/msq.h: Likewise.
349         * sysvipc/sys/ipc.h: Likewise.
350
351 2002-10-22  Ulrich Drepper  <drepper@redhat.com>
352
353         * elf/dl-load.c (struct filebuf): For buf element to have the
354         alignment of ElfXX_Ehdr since this is what will be stored in it.
355
356 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
357
358         * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
359         into pointer to locrec_offset.
360         (add_locale_to_archive): Adjust callers.  Free normalized_name right
361         before returning, not immediately after add_locale, pass it to
362         add_alias if not NULL instead of name.  Rename second normalized_name
363         occurence to nnormalized_codeset_name.
364
365         * locale/programs/locarchive.c (enlarge_archive): Make sure
366         string_size is always a multiple of 4.
367         Reported by Andreas Schwab <schwab@suse.de>.
368
369 2002-10-21  Andreas Schwab  <schwab@suse.de>
370
371         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
372         caller to EXTRA instead of execve, since the latter has a
373         higher-priority implementation in linuxthreads.
374
375 2002-10-21  Roland McGrath  <roland@redhat.com>
376
377         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
378         slotinfo list's len member to the proper size, not just 1.
379         Initialize static_map.l_tls_initimage.
380
381         * elf/dl-open.c (dl_open_worker): Fix loop searching for
382         dtv_slotinfo_list element containing new modules' l_tls_modid.
383
384         * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
385         * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
386         * elf/Makefile (tests): Add tst-tls9.
387         (tests-static): Add tst-tls9-static.
388         (tst-tls9-static-ENV): New variable.
389         ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
390
391         * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
392         modids used by partially loaded modules being closed can't be known.
393
394 2002-10-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
395
396         * posix/Makefile: Add a test case for the bug reported by Aharon
397         Robbins <arnold@skeeve.com>.
398         * posix/bug-regex13.c: New file.
399         * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
400
401 2002-10-21  Ulrich Drepper  <drepper@redhat.com>
402
403         * csu/gmon-start.c: Pretty printing.
404
405 2002-10-19  Art Haas  <ahaas@neosoft.com>
406
407         * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
408         add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
409         add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
410         * configure: Regenerated.
411
412 2002-10-19  Roland McGrath  <roland@redhat.com>
413
414         * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
415         and then set $subdirs directly, because the new Autoconf breaks
416         compatibility in every way imaginable and insists on whining
417         about usage that worked since the dawn of time.
418         * configure: Regenerated.
419
420         * configure: Regenerated (using Autoconf 2.54).
421         * sysdeps/alpha/elf/configure: Likewise.
422         * sysdeps/generic/configure: Likewise.
423         * sysdeps/i386/elf/configure: Likewise.
424         * sysdeps/ia64/elf/configure: Likewise.
425         * sysdeps/mach/hurd/configure: Likewise.
426         * sysdeps/mach/configure: Likewise.
427         * sysdeps/unix/configure: Likewise.
428         * sysdeps/unix/common/configure: Likewise.
429         * sysdeps/unix/sysv/aix/configure: Likewise.
430         * sysdeps/unix/sysv/linux/configure: Likewise.
431         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
432         * sysdeps/x86_64/elf/configure: Likewise.
433
434         * config.make.in: Nix completely-soft nonsense.
435         * configure.in: Likewise.  Under --without-fp, use nofpu subdirectory
436         of machine directories instead of fpu subdirectory.
437         * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
438         * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
439         * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
440         * sysdeps/powerpc/nofpu/sim-full.c: ... here.
441         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
442         * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
443         * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
444         * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
445         * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
446         * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
447         * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
448         * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
449         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
450         * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
451         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
452         * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
453         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
454         * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
455         * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
456         * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
457         * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
458         * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
459         * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
460         * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
461         * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
462         * sysdeps/powerpc/nofpu/fegetround.c: ... here.
463         * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
464         * sysdeps/powerpc/nofpu/fesetround.c: ... here.
465         * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
466         * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
467         * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
468         * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
469         * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
470         * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
471         * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
472         * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
473         * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
474         * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
475         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
476         * sysdeps/powerpc/nofpu/Versions: ... here, new file.
477
478 2002-10-19  Bruno Haible  <bruno@clisp.org>
479
480         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
481
482 2002-10-18  Roland McGrath  <roland@redhat.com>
483
484         * io/Makefile (routines): Add lchmod.
485         * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
486         * sysdeps/generic/lchmod.c: New file.
487         * sysdeps/mach/hurd/lchmod.c: New file.
488         * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
489
490 2002-10-18  Art Haas  <ahaas@neosoft.com>
491
492         * configure.in: Remove remaining AC_FD_CC macros, and replace
493         AC_FD_MSG with AS_MESSAGE_FD.
494
495 2002-10-18  Roland McGrath  <roland@redhat.com>
496
497         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
498         typos: VALUE -> FINALADDR.
499
500         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
501         (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
502         (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
503         (inline_syscall6): Move these macros ...
504         * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
505
506         * configure.in (libc_link_dests, libc_link_sources): Remove these
507         variables and the AC_LINK_FILES call.
508
509         * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
510         change to put new symbols here instead of in GLIBC_2.2.
511         * sysdeps/powerpc/Subdirs: Move this file ...
512         * sysdeps/powerpc/soft-fp/Subdirs: ... here.
513
514 2002-10-07  Roland McGrath  <roland@redhat.com>
515
516         * sysdeps/generic/bits/time.h: Replaced with contents of the
517         sysdeps/unix/sysv/linux/i386/bits/time.h file.  All the following
518         files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
519         and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
520         macros is ok even for architectures that don't now implement them.
521         * sysdeps/mach/hurd/bits/time.h: File removed.
522         * sysdeps/unix/sysv/linux/bits/time.h: File removed.
523         * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
524         * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
525         * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
526         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
527
528 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
529
530         * configure.in: Replace obsolete AC_OUTPUT syntax with
531         AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
532
533         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
534         _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
535
536         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
537         * sysdeps/alpha/elf/configure.in: Likewise.
538         * sysdeps/i386/elf/configure.in: Likewise.
539         * sysdeps/mach/hurd/configure.in: Likewise.
540         * sysdeps/x86_64/elf/configure.in: Likewise.
541
542         * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
543
544         * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
545         * sysdeps/generic/configure.in: Likewise.
546         * sysdeps/i386/elf/configure.in: Likewise.
547         * sysdeps/ia64/elf/configure.in: Likewise.
548         * sysdeps/mach/configure.in: Likewise.
549         * sysdeps/mach/hurd/configure.in: Likewise.
550         * sysdeps/unix/configure.in: Likewise.
551         * sysdeps/unix/common/configure.in: Likewise.
552         * sysdeps/unix/sysv/aix/configure.in: Likewise.
553         * sysdeps/unix/sysv/linux/configure.in: Likewise.
554         * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
555         * sysdeps/x86_64/elf/configure.in: Likewise.
556
557         * aclocal.m4: Use just the bits from AS_INIT that are needed for the
558         GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
559         that it's obvious when extra autoconf machinery is being dragged in.
560
561 2002-10-18  Roland McGrath  <roland@redhat.com>
562
563         * configure.in: Remove bogus echo included in
564         2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
565         * configure: Regenerated.
566
567 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
568
569         * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
570         (statfs_filesize_max): New function.
571         * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
572         JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
573         ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
574         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
575         statfs_filesize_max.
576         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
577         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
578         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
579
580 2002-10-17  Roland McGrath  <roland@redhat.com>
581
582         * configure.in (MIG): Just AC_SUBST it here.
583         * configure: Regenerated.
584         * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
585         Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
586         * sysdeps/mach/configure: Regenerated.
587
588         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
589         and AC_PROVIDE([_AS_CR_PREPARE]).
590
591         * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
592         Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
593
594         * elf/dl-support.c: Move _dl_tls_* variables to ...
595         * sysdeps/generic/libc-tls.c: ... here.
596
597         * elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
598         allow IDX to be one past the current last slotinfo entry.
599         (_dl_close): Pass IMAP->l_init_called for that parameter.
600
601 2002-10-07  Andreas Schwab  <schwab@suse.de>
602
603         * aclocal.m4: Fix for autoconf 2.53.
604         * configure.in: Likewise.  Require autoconf 2.53.
605
606 2002-10-08  Richard Henderson  <rth@redhat.com>
607
608         * soft-fp/op-4.h: Handle carry correctly in
609         __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
610         __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
611         * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
612
613 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
614
615         * configure.in: Compute completely-soft.
616         * config.make.in: Make completely-soft available to sub-makes.
617         * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
618         gcc-double-routines.  Add sim-full.c.  Add fenv_const and
619         fe_nomask to libm-support.
620         * sysdeps/powerpc/soft-fp/sim-full.c: New file.
621         * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
622         * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
623         * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
624         * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
625         * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
626         * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
627         * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
628         * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
629         * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
630         * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
631         * sysdeps/powerpc/soft-fp/fegetround.c: New file.
632         * sysdeps/powerpc/soft-fp/fesetround.c: New file.
633         * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
634         * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
635         * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
636         * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
637         * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
638         * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
639         symbols.  Add __sim_disabled_exceptions, __sim_exceptions,
640         __sim_round_mode.
641         * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
642         * sysdeps/powerpc/soft-float/sfp-machine.h: Define
643         FP_HANDLE_EXCEPTIONS.
644         Define FP_ROUNDMODE.
645         Redefine FP_* macros to correspond to the FE_* bit positions.
646         Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
647         Define externs for __sim_exceptions, __sim_disabled_exceptions,
648         __sim_round_mode, __simulate_exceptions.
649         * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
650         * sysdeps/powerpc/bits/fenv.h: ...to here.
651
652 2002-10-06  Jakub Jelinek  <jakub@redhat.com>
653
654         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
655         Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
656         Use __builtin_expect for R_PPC_ADDR24 overflow check.  Fix
657         R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
658         __builtin_expect.
659
660 2002-10-15  Jakub Jelinek  <jakub@redhat.com>
661
662         * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
663         __libc_res_nsend): New prototypes.
664         * resolv/res_query.c (QUERYSIZE): Define.
665         (__libc_res_nquery): Renamed from res_nquery.  Added answerp
666         argument.  Allocate only QUERYSIZE bytes first, if res_nmkquery
667         fails use MAXPACKET buffer.  Call __libc_res_nsend instead of
668         res_nsend, pass answerp.
669         (res_nquery): Changed into wrapper around __libc_res_nquery.
670         (__libc_res_nsearch): Renamed from res_nsearch.  Added answerp
671         argument.  Call __libc_res_nquerydomain and __libc_res_nquery
672         instead of the non-__libc_ variants, pass them answerp.
673         (res_nsearch): Changed into wrapper around __libc_res_nsearch.
674         (__libc_res_nquerydomain): Renamed from res_nquerydomain.
675         Added answerp argument.  Call __libc_res_nquery instead of
676         res_nquery, pass answerp.
677         (res_nquerydomain): Changed into wrapper around
678         __libc_res_nquerydomain.
679         * resolv/res_send.c: Include sys/ioctl.h.
680         (MAXPACKET): Define.
681         (send_vc): Change arguments.  Reallocate answer buffer if it is
682         too small.
683         (send_dg): Likewise.
684         (__libc_res_nsend): Renamed from res_nsend.  Added ansp argument.
685         Reallocate answer buffer if it is too small and hooks are in use.
686         Adjust calls to send_vc and send_dg.
687         (res_nsend): Changed into wrapper around __libc_res_nsend.
688         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
689         just 1K answer buffer on the stack, use __libc_res_nsearch instead
690         of res_nsearch.
691         (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
692         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
693         (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
694         * resolv/gethnamaddr.c (gethostbyname2): Likewise.
695         (gethostbyaddr): Similarly with __libc_res_nquery.
696         * resolv/Versions (libresolv): Export __libc_res_nquery and
697         __libc_res_nsearch at GLIBC_PRIVATE.
698
699 2002-10-17  Roland McGrath  <roland@redhat.com>
700
701         * configure.in: Grok --without-__thread and disable HAVE___THREAD.
702         * configure: Regenerated.
703
704         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
705         before performing the reloc, not after.
706         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
707
708 2002-10-17  Ulrich Drepper  <drepper@redhat.com>
709
710         * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
711         * locale/programs/linereader.c (lr_open): Likewise.
712         * locale/programs/charmap-dir.c (charmap_open): Likewise.
713         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
714
715 2002-10-17  Isamu Hasegawa  <isamu@yamato.ibm.com>
716
717         * posix/bug-regex11.c: Add a test case for the bug reported by
718         Paolo Bonzini <bonzini@gnu.org>.
719         * posix/regexec.c (sift_states_bkref): Use correct destination of
720         the back reference.
721
722 2002-10-17  Roland McGrath  <roland@redhat.com>
723
724         * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
725         * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
726         to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
727         * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
728         Call it after performing TPOFF relocs.
729         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
730         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
731         * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
732
733         * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
734         when closing a partially-initialized object.
735
736         * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
737         instead of _dl_fatal_printf when we see PT_TLS.
738
739         * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
740         instead of $(libof-$<).
741
742 2002-10-16  Roland McGrath  <roland@redhat.com>
743
744         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
745         instead of += to append, to be sure $(lib) gets expanded at defn time.
746         (libof-$(cpp-src)): New variable, define this instead.
747         * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
748         (lib): Don't use override.
749         (CPPFLAGS-$(lib)): New variable, put -D's here.
750         * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
751         Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
752         LIB found by $(libof-*) for basename, target, or source.
753         * Makerules (CPPFLAGS-nonlib): New variable.
754         * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
755         * locale/Makefile (lib): Likewise.
756         * sunrpc/Makefile (lib): Likewise.
757
758         * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
759         * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
760         * sysdeps/unix/sysv/linux/pathconf.h: New file.
761         (statfs_link_max): New function, guts from fpathconf.c.
762         * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
763         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
764         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
765         to use the linux/pathconf.c code by #include rather than duplication.
766         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
767
768 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
769
770         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
771         Use __libc_errno only for libc itself.
772
773 2002-10-16  Andreas Jaeger  <aj@suse.de>
774
775         * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
776
777 2002-10-16  Ulrich Drepper  <drepper@redhat.com>
778
779         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
780         Use __libc_errno only for libc itself.
781
782 2002-10-15  Roland McGrath  <roland@redhat.com>
783             Jakub Jelinek  <jakub@redhat.com>
784
785         * sysdeps/unix/sysv/linux/Makefile
786         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
787         sparc/Makefile to produce a bi-arch file as needed.
788         That's now parameterized by the variable $(64bit-predefine).
789         Use LC_ALL=C for `comm' commands in that rule.
790         No longer conditional on [$(no_syscall_list_h)].
791         * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
792         (64bit-predefine): New variable.
793         * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
794         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
795         * sysdeps/unix/sysv/linux/powerpc/Makefile
796         (64bit-predefine): New variable.
797
798 2002-10-15  Roland McGrath  <roland@redhat.com>
799
800         * sysdeps/unix/sysv/linux/Makefile
801         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
802
803         * login/utmp-private.h: Declare __libc_utmp_lock.
804         * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
805         and call __libc_utmp_jump_table functions directly, instead of using
806         __setutent et al.
807
808         * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
809         * sysdeps/unix/sysv/linux/configure: Regenerated.
810
811         * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
812         (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
813         Use int32_t for ll_time.
814         (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
815         Use int32_t instead of long int for ut_session.
816         Use an anonymous struct with 32-bit fields for ut_tv.
817         * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
818         (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
819         here as in utmp.h for `struct utmp'.
820         * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
821         * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
822         * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
823         * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
824         * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
825         * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
826
827         * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
828         of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
829         All the following files were identical or equivalent to it.
830         * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
831         * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
832         * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
833         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
834         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
835         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
836         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
837         * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
838         * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
839         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
840
841         * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
842         instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
843         Other than the previously incorrect sign of msg_iovlen, this is a
844         no-op on 32-bit platforms.  On 64-bit platforms it makes this header
845         match their layouts as well, so the following are now identical to it.
846         * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
847         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
848         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
849         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
850         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
851
852 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
853
854         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
855         Define for 2.4+ kernels.
856
857         * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
858         are known to have the vfork syscall.  Don't confuse the CPUs
859         branch prediction unit by jumping to the return address.
860
861         * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
862         support for reiserfs and xfs.
863
864         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
865         XFS link count.
866         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
867         and XFS_LINK_MAX.
868         Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
869
870 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
871
872         * include/libc-symbols.h (attribute_tls_model_ie): Define.
873         * include/errno.h (errno): Define to __libc_errno in libc.so.
874         Add attribute_tls_model_ie.
875         * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
876         Add attribute_tls_model_ie.
877         * include/resolv.h (_res): Define to __libc_res in libc.so.  Add
878         attribute_tls_model_ie.
879         * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
880         (h_errno): Define.
881         * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
882         (_res): Define.
883         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
884         attribute_tls_model_ie.
885         * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
886         __thread.
887         * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
888         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
889         __libc_errno in USE___THREAD case.
890         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
891         Likewise.
892         * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
893         __attribute__((tls_model (""))).
894         * configure: Rebuilt.
895         * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
896
897 2002-10-15  Ulrich Drepper  <drepper@redhat.com>
898
899         * timezone/asia: Update from tzdata2002d.
900         * timezone/australasia: Likewise.
901         * timezone/iso3166.tab: Likewise.
902         * timezone/southamerica: Likewise.
903         * timezone/zone-tab: Likewise.
904
905 2002-10-15  Roland McGrath  <roland@redhat.com>
906
907         * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
908         Adjust TCB pointer before calling free, so we get the whole block.
909
910 2002-10-14  Roland McGrath  <roland@redhat.com>
911
912         * sysdeps/unix/sysv/linux/x86_64/sigaction.c
913         [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
914         extern using attribute_hidden instead of static, avoids warning.
915
916 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
917
918         * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
919         * sysdeps/unix/sysv/linux/configure: Rebuilt.
920
921 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
922
923         * po/sv.po: Update from translation team.
924
925 2002-10-12  H.J. Lu  <hjl@gnu.org>
926
927         * sunrpc/thrsvc.c (PROCQUIT): New.
928         (struct rpc_arg): New.
929         (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
930         (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
931         (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
932         (main): Modified for struct rpc_arg *.
933
934 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
935
936         * dirent/scandir.c: Rearrange code a bit to reduce binary size.
937
938 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
939
940         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
941         (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
942         in ld.so even if __thread is supported.
943
944 2002-10-13  Jakub Jelinek  <jakub@redhat.com>
945
946         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
947         Add hack to prevent the compiler from clobbering the signal context.
948         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
949         Likewise.
950         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
951         Likewise.
952
953 2002-10-14  Andreas Jaeger  <aj@suse.de>
954
955         * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
956         Guido Guenther <agx@sigxcpu.org>.
957
958 2002-10-14  Ulrich Drepper  <drepper@redhat.com>
959
960         * po/sk.po: Update from translation team.
961
962 2002-09-26  Roland McGrath  <roland@redhat.com>
963
964         * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
965         dynamic string tag.
966         * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
967         DL_DST_LIB based on $(slibdir).
968
969 2002-10-13  Roland McGrath  <roland@frob.com>
970
971         * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
972
973         * sysdeps/mach/hurd/getresuid.c: New file.
974         * sysdeps/mach/hurd/getresgid.c: New file.
975         * sysdeps/mach/hurd/setresuid.c: New file.
976         * sysdeps/mach/hurd/setresgid.c: New file.
977
978         * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
979         setresgid): Declare them.
980         * NEWS: Mention it.
981         * include/unistd.h
982         (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
983         add libc_hidden_proto.
984         * posix/Versions (libc: GLIBC_2.3.2): New set.  Add
985         getresuid, getresgid, setresuid, setresgid here.
986         * Versions.def (libc): Define GLIBC_2.3.2 set.
987         * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
988         Add libc_hidden_def.
989         * sysdeps/generic/getresgid.c (__getresgid): Likewise.
990         * sysdeps/generic/setresgid.c: New file.
991         * sysdeps/generic/setresuid.c: New file.
992         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
993         (sysdep_routines): Don't add getresuid and getresgid here.
994         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
995         (sysdep_routines): Don't add setresuid and setresgid here.
996         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
997         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
998         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
999         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
1000         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
1001         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1002         * posix/Makefile (routines): Add them all here instead.
1003         * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
1004         __getresuid.  Add libc_hidden_def for that, and weak alias to old name.
1005         * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
1006         __getresgid.  Add libc_hidden_def for that, and weak alias to old name.
1007         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
1008         [! __NR_setresuid]: Include generic file.
1009         * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
1010         __setresgid.  Add libc_hidden_def for that, and weak alias to old name.
1011         [! __NR_setresuid]: Include generic file.
1012         * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
1013         Caller is - now, not EXTRA.
1014         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
1015         (setresuid, setresgid, getresuid, getresgid): Likewise.
1016         * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
1017         Add these calls here.
1018         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
1019         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
1020         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1021         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1022         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
1024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
1025         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1026         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1027
1028         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
1029         (sysdep_routines): Add setfsuid and setfsgid here.
1030         * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
1031         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
1032         * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
1033         * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
1034         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
1035         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
1036         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
1037         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1038
1039         * hurd/errno.c: Renamed to ...
1040         * hurd/errno-loc.c: ... this.
1041         * hurd/Makefile (routines): errno -> errno-loc
1042
1043 2002-10-13  Ulrich Drepper  <drepper@redhat.com>
1044
1045         * po/de.po: Update from translation team.
1046
1047         * MakeTAGS: Add -E flag to xgettext runs.
1048
1049 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
1050
1051         * po/fr.po: Update from translation team.
1052
1053         * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
1054         Optimize a bit for use in glibc.
1055
1056 2002-10-12  Roland McGrath  <roland@redhat.com>
1057
1058         * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
1059         Some machines are slow.  Guido Guenther <agx@sigxcpu.org> has one.
1060
1061 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
1062
1063         * po/sv.po: Update from translation team.
1064
1065 2002-10-11  Isamu Hasegawa  <isamu@yamato.ibm.com>
1066
1067         * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
1068         OP_CONTEXT_NODE.
1069         (regfree): Likewise.
1070         (create_initial_state): Likewise.
1071         (analyze): Remove the substitutions which became useless.
1072         (calc_first): Likewise.
1073         (calc_epsdest): Use edests of OP_BACK_REF in case that it has
1074         epsilon destination.
1075         (duplicate_node_closure): New function.
1076         (duplicate_node): Remove the handling OP_CONTEXT_NODE.
1077         (calc_inveclosure): Likewise.
1078         (calc_eclosure): Likewise.
1079         (calc_eclosure_iter): Invoke duplicate_node_closure instead of
1080         direct invocation of duplicate_node.
1081         (parse): Don't use comma operator in the return to avoid compiler
1082         warning.
1083         (parse_reg_exp): Likewise.
1084         (parse_branch): Likewise.
1085         (parse_expression): Likewise.
1086         (parse_sub_exp): Likewise.
1087         (parse_dup_op): Likewise.
1088         * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
1089         which became useless.
1090         (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
1091         (create_cd_newstate): Likewise.
1092         * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
1093         (re_token_t): Likewise.
1094         (re_dfa_t): Likewise.
1095         (re_node_set_remove): New macro.
1096         * posix/regexec.c (check_matching): Remove the handling
1097         OP_CONTEXT_NODE.
1098         (check_halt_node_context): Likewise.
1099         (proceed_next_node): Likewise.
1100         (pop_fail_stack): Fix the memory leak.
1101         (set_regs): Likewise.
1102         (free_fail_stack_return): New function.
1103         (sift_states_backward): Fix the memory leak.  Remove the handling
1104         OP_CONTEXT_NODE.
1105         (update_cur_sifted_state): Append some if clause to avoid redundant
1106         call.
1107         (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
1108         back reference.
1109         (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
1110         (check_subexp_limits): Likewise.
1111         (search_subexp): Likewise.
1112         (sift_states_bkref): Likewise.
1113         (transit_state_mb): Likewise.
1114         (transit_state_bkref_loop): Likewise.
1115         (transit_state_bkref_loop): Likewise.
1116         (group_nodes_into_DFAstates): Likewise.
1117         (check_node_accept): Likewise.
1118         (sift_ctx_init): Add initializing.
1119
1120 2002-10-12  Ulrich Drepper  <drepper@redhat.com>
1121
1122         * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
1123         __builtin_expect.
1124
1125 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
1126
1127         * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
1128         duplicated variable c.
1129
1130         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
1131         if possible.
1132
1133         * sysdeps/unix/sysv/linux/i386/sysdep.h
1134         (INTERNAL_SYSCALL_ERROR_P): New define.
1135         (INTERNAL_SYSCALL_ERRNO): Likewise.
1136
1137         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1138         Add hack to prevent the compiler from clobbering the signal context.
1139
1140 2002-10-11  Roland McGrath  <roland@redhat.com>
1141
1142         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
1143         Fix typos.
1144
1145         * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
1146         * sysdeps/sh/dl-lookupcfg.h: File removed.
1147         * sysdeps/i386/dl-lookupcfg.h: File removed.
1148
1149         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
1150         missing labels and ; from last change.
1151
1152         * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
1153         number literals, so they are doubles instead of ints.
1154
1155 2002-10-09  Roland McGrath  <roland@redhat.com>
1156
1157         * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
1158         changed from [USE_TLS && HAVE___THREAD].
1159
1160         * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
1161         Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
1162         * sysdeps/x86_64/dl-machine.h
1163         (elf_machine_type_class, elf_machine_rela): Likewise.
1164         * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
1165         Likewise.
1166
1167         * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
1168         * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
1169         (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
1170
1171         * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
1172         instead of ___tls_get_addr.
1173         (___tls_get_addr_internal): Add attribute_hidden to decl.
1174
1175         * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
1176         _dl_error_catch_tsd.
1177         * elf/rtld.c (startup_error_tsd): New function.
1178         (dl_main): Point _dl_error_catch_tsd at that.
1179         * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
1180         use new function pointer instead.
1181         * elf/dl-tsd.c: New file.
1182         * elf/Makefile (routines): Add it.
1183
1184 2002-10-07  Roland McGrath  <roland@redhat.com>
1185
1186         * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
1187         writev if it's available.  Otherwise if [RTLD_PRIVATE_ERRNO] then
1188         take _dl_load_lock around calling __writev.
1189
1190         * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
1191         (INLINE_SYSCALL): Use that.
1192
1193         * sysdeps/generic/dl-sysdep.h: New file.
1194         * sysdeps/mach/hurd/dl-sysdep.h: New file.
1195         * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
1196         * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
1197         [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
1198         access it directly.
1199         * elf/dl-minimal.c (__errno_location): Removed.
1200         * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
1201         Use GOTOFF access for errno.
1202         * sysdeps/unix/sysv/linux/i386/sysdep.h
1203         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
1204
1205         * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
1206         Use PC-relative access for errno.
1207         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
1208         [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
1209
1210         * include/tls.h: New file.
1211         (USE___THREAD): New macro.
1212         Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
1213         libc or libpthread.
1214         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
1215         changed from [USE_TLS && HAVE___THREAD].
1216         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1217         * sysdeps/unix/i386/sysdep.S: Likewise.
1218         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1219         * include/errno.h: Likewise.
1220         * include/netdb.h: Likewise.
1221         * include/resolv.h: Likewise.
1222
1223         * sysdeps/generic/errno.c: New file.
1224         * csu/Makefile (aux): New variable, list errno.
1225         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
1226         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1227         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1228         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1229         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1230         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
1231         * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
1232         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
1233         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1234         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
1235         * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
1236         * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
1237         * sysdeps/unix/alpha/sysdep.S: Likewise.
1238         * sysdeps/generic/start.c: Likewise.
1239         * sysdeps/unix/start.c: Likewise.
1240         * sysdeps/unix/arm/start.c: Likewise.
1241         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
1242         * sysdeps/unix/sparc/start.c: Likewise.
1243         * sysdeps/unix/sysv/irix4/start.c: Likewise.
1244         * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
1245
1246         * manual/search.texi (Tree Search Function, Hash Search Function):
1247         Mention search.h clearly.
1248
1249 2002-10-05  Roland McGrath  <roland@redhat.com>
1250
1251         * elf/dl-fxstat64.c: File removed.
1252         * elf/dl-xstat64.c: File removed.
1253         * elf/Makefile (rtld-routines): Remove them.
1254         * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
1255         Instead, use strong_alias instead of versioned_symbol in the
1256         !SHLIB_COMPAT case.
1257         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
1258         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
1259
1260         * include/shlib-compat.h
1261         (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
1262         [! NOT_IN_libc] (IS_IN_libc): Define it.
1263         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
1264         * elf/Makefile (CPPFLAGS-.os): Likewise.
1265
1266         * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
1267         Return the status instead of calling exit.
1268
1269         * Makeconfig (CFLAGS): Prepend -std=gnu99.
1270         * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
1271         Remove superfluous rm command, whose @ plus make bugs hid
1272         all these commands from the make output.
1273
1274         * include/stubs-prologue.h: New file.  Give #error under #ifdef _LIBC.
1275         * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
1276         Use that file's contents instead of literal echo's for the prologue.
1277         * include/features.h: Include <gnu/stubs.h> unconditionally.
1278         * include/gnu/stubs.h: New file.
1279
1280 2002-09-30  Roland McGrath  <roland@redhat.com>
1281
1282         * elf/rtld-Rules: New file.
1283         * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
1284         $(objpfx)rtld-libc.a): New targets.
1285         (generated): Add them.
1286         (reloc-link): Remove -o $@ from the variable.
1287         ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
1288         (distribute): Add rtld-Rules.
1289         (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
1290         * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
1291         (common-mostlyclean, common-clean): Clean up rtld-* files.
1292         * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
1293
1294 2002-10-11  Roland McGrath  <roland@redhat.com>
1295
1296         * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
1297         now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
1298
1299         * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
1300         proper set of no-op insn prefixes.
1301
1302         * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
1303
1304 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
1305
1306         * sysdeps/unix/sysv/linux/execve.c: Don't try calling
1307         __pthread_kill_other_threads_np.
1308
1309         * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
1310
1311 2002-10-08  Roland McGrath  <roland@redhat.com>
1312
1313         * locale/newlocale.c (__newlocale): If setting all categories to "C",
1314         just return &_nl_C_locobj instead of copying it.
1315         * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
1316         * locale/duplocale.c (__duplocale): Likewise.
1317
1318 2002-10-07  Roland McGrath  <roland@frob.com>
1319
1320         * config.h.in (HAVE_I386_SET_GDT): New #undef.
1321         * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
1322         * sysdeps/mach/configure: Regenerated.
1323
1324 2002-10-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1325
1326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
1327         Add all necessary register outputs for syscall-clobbered registers.
1328
1329 2002-10-02  David Mosberger  <davidm@hpl.hp.com>
1330
1331         * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
1332         Itanium 2 (and Itanium).
1333         Fix unwind directives and make it fit in 80 columns.
1334         * sysdeps/ia64/memset.S: Likewise.
1335         * sysdeps/ia64/memcpy.S: Likewise.
1336         Move jump table to .rodata section.
1337
1338 2002-10-03  Roland McGrath  <roland@frob.com>
1339
1340         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
1341         clobbers to asm.
1342
1343 2002-10-10  Andreas Jaeger  <aj@suse.de>
1344
1345         * sysdeps/x86_64/_mcount.S: Restore correct registers.
1346
1347 2002-10-10  Ulrich Drepper  <drepper@redhat.com>
1348
1349         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
1350
1351 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
1352
1353         * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
1354         _dl_allocate_tls_init.  Add rtld_hidden_proto.
1355         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
1356         rtld_hidden_def.
1357         * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
1358
1359         * version.h (VERSION): Bump to 2.3.1.
1360
1361         * Make-dist: Add back one of the tar invocations removed before.
1362
1363         * stdlib/Makefile (distribute): Add allocalim.h.
1364
1365         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1366         (__libc_tsd_address): Use correct variable name.
1367         Patch by Stefan Jones <stefan.jones@multigig.com>.
1368
1369         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
1370         Reported by edwardsg@sgi.com [PR libc/4678].
1371
1372         * Versions.def (libc): Add GLIBC_2.3.1.
1373         (libpthread): Add GLIBC_2.3.1.
1374
1375         * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
1376         and __sigtimedwait.
1377         * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
1378         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
1379         libc_hidden_def.
1380         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1381         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1382
1383         * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
1384         * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
1385         and make old name an alias.
1386         * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
1387         and make old name an alias.
1388         * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
1389         __libc_msgsnd.
1390
1391         * include/sys/uio.h: Declare __libc_readv and __libc_writev.
1392         * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
1393         __libc_writev.
1394         * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
1395         old name an alias.
1396         * sysdeps/posix/readv.c: Likewise
1397         * sysdeps/unix/sysv/aix/readv.c: Likewise.
1398         * sysdeps/unix/sysv/linux/readv.c: Likewise.
1399         * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
1400         old name an alias.
1401         * sysdeps/posix/writev.c: Likewise
1402         * sysdeps/unix/sysv/aix/writev.c: Likewise.
1403         * sysdeps/unix/sysv/linux/writev.c: Likewise.
1404
1405         * include/sys/wait.h: Declare __waitid.
1406         * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
1407         * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
1408         name an alias.
1409         * sysdeps/posix/waitid.c: Likewise.
1410         * sysdeps/unix/sysv/aix/waitid.c: Likewise.
1411
1412         * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
1413
1414 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
1415
1416         * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
1417         prototypes.
1418         (__MAX_ALLOCA_CUTOFF): Define.
1419         Include allocalim.h.
1420         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
1421         _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
1422         host_buffer depending on __libc_use_alloca.
1423         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
1424         _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
1425         net_buffer depending on __libc_use_alloca.
1426         * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
1427         buf depending on __libc_use_alloca.
1428         * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
1429         * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
1430         instead of hardcoded constants.
1431         Pass proper size argument to alloca and compute end for wide char
1432         version.
1433         * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
1434         instead of hardcoded constants.
1435         * string/strcoll.c (strcoll): Likewise.
1436         * string/strxfrm.c (strxfrm): Likewise.
1437         * sysdeps/posix/readv.c (__readv): Likewise.
1438         * sysdeps/posix/writev.c (__writev): Likewise.
1439         * sysdeps/generic/allocalim.h: New file.
1440
1441 2002-10-08  Roland McGrath  <roland@redhat.com>
1442
1443         * configure.in (aux_missing warning): Change "too old" to
1444         "incompatible versions", since for autoconf it's "too new" right now.
1445         * configure: Regenerated.
1446
1447         * configure.in (AUTOCONF): New check to set it.  Set to "no" if the
1448         one found doesn't work on our configure.in.
1449         * configure: Regenerated.
1450         * config.make.in (AUTOCONF): New substituted variable.
1451         * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
1452         (autoconf-it): ... here, use that instead of defining conditionally.
1453         Use $(AUTOCONF) instead of literal autoconf.
1454         [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
1455         with this condition.
1456         * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
1457
1458 2002-10-08  Ulrich Drepper  <drepper@redhat.com>
1459
1460         * Make-dist (dist): Cleanup a bit.  We are not interested in the
1461         14 char filename limit anymore.  Remove intermediate files and
1462         symlinks.
1463
1464 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
1465
1466         * po/sk.po: Update from translation team.
1467         * po/tr.po: Likewise.
1468         * po/gl.po: Likewise.
1469
1470 2002-10-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1471
1472         * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
1473
1474 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
1475
1476         * version.h (RELEASE): Change to stable.
1477
1478 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
1479
1480         * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
1481         __syscall_exit_group): New prototypes.
1482
1483 2002-10-03  Ulrich Drepper  <drepper@redhat.com>
1484
1485         * glibc 2.3 released.
1486
1487
1488 See ChangeLog.13 for earlier changes.