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