1 2002-10-24 Ulrich Drepper <drepper@redhat.com>
3 * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
5 * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
7 2002-10-24 Jakub Jelinek <jakub@redhat.com>
9 * elf/dl-misc.c: Include <sysdep.h>.
10 (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
12 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
13 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
14 (INLINE_SYSCALL): Use that.
15 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
16 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
17 (INLINE_SYSCALL): Use that.
18 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
19 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
20 (INLINE_SYSCALL): Use that.
21 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
23 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
24 (__INTERNAL_SYSCALL_STRING): Define.
25 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
27 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
28 (__INTERNAL_SYSCALL_STRING): Define.
29 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
30 __SYSCALL_STRING to inline_syscall*.
31 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
33 (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
34 inline_syscall4, inline_syscall5, inline_syscall6): Add string
37 2002-10-24 Roland McGrath <roland@redhat.com>
39 * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
40 * sysdeps/unix/sysv/linux/init-first.c: Not here.
41 * sysdeps/powerpc/elf/libc-start.c: Or here.
42 * sysdeps/unix/sysv/aix/libc-start.c: Or here.
43 * sysdeps/unix/sysv/aix/start-libc.c: Or here.
44 * sysdeps/unix/sysv/aix/init-first.c: Or here.
45 * sysdeps/generic/libc-start.c: Or here.
46 * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
47 access with [! SHARED].
48 * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
50 * libio/bug-wfflush.c: New file.
51 * libio/Makefile (tests): Add bug-wfflush.
53 2002-10-23 Roland McGrath <roland@redhat.com>
55 * stdio-common/tst-fphex.c: New file.
56 * stdio-common/Makefile (tests): Add tst-fphex.
57 * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
58 of WNUMEND. Fix counting of decimal point in WIDTH. Print '0' pad
59 chars always before the value digits.
60 Reported by James Antill <james.antill@redhat.com>.
62 2002-10-24 Jakub Jelinek <jakub@redhat.com>
64 * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
65 (free_mem): New function.
66 * posix/Makefile (tests): Add bug-regex14. Add bug-regex14-mem
67 if not cross compiling.
68 (generated): Add bug-regex14-mem and bug-regex14.mtrace.
69 (bug-regex14-ENV): Set.
70 (bug-regex14-mem): New target.
71 * posix/bug-regex14.c: New file.
73 2002-10-23 Roland McGrath <roland@redhat.com>
75 * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
76 target, so we don't touch it when the link fails.
78 * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
79 Check for the result overflowing off_t and fail with EOVERFLOW.
80 * libio/ioftell.c (_IO_ftell): Likewise.
81 * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
83 * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
84 use a temporary timeval on the stack for gettimeofday and copy it.
85 * login/logout.c (logout): Likewise.
86 Reported by Steven Munroe <sjmunroe@us.ibm.com>.
88 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
89 Use __SWORD_TYPE instead of int for member types.
90 (struct statfs64): Likewise.
91 * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
92 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
93 * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
94 * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
95 * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
97 * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
98 * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
99 (ST_NODIRATIME): Restore fixed value of 2048.
100 * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
101 * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
103 Rearranged <bits/types.h> definitions to reduce duplication.
104 * sysdeps/generic/bits/types.h: Rewritten, using macros from
105 <bits/wordsize.h> and new header <bits/typesizes.h>.
106 * posix/Makefile (headers): Add bits/typesizes.h here.
107 * sysdeps/generic/bits/typesizes.h: New file.
108 * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
109 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
110 * sysdeps/mach/hurd/bits/typesizes.h: New file.
111 * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
112 * sysdeps/unix/sysv/linux/bits/types.h: File removed.
113 * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
114 * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
115 * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
116 * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
117 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
118 * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
119 <bits/pthreadtypes.h> here, not in <bits/types.h>.
120 * signal/signal.h: Likewise.
122 * streams/stropts.h: Include <bits/xtitypes.h>.
123 * streams/Makefile (headers): Add bits/xtitypes.h here.
124 * sysdeps/generic/bits/xtitypes.h: New file.
125 * sysdeps/s390/bits/xtitypes.h: New file.
126 * sysdeps/ia64/bits/xtitypes.h: New file.
127 * sysdeps/x86_64/bits/xtitypes.h: New file.
129 * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
130 * sysdeps/generic/bits/ipctypes.h: New file.
131 * sysdeps/mips/bits/ipctypes.h: New file.
132 * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
133 * sysdeps/gnu/bits/msq.h: Likewise.
134 * sysvipc/sys/ipc.h: Likewise.
136 2002-10-22 Ulrich Drepper <drepper@redhat.com>
138 * elf/dl-load.c (struct filebuf): For buf element to have the
139 alignment of ElfXX_Ehdr since this is what will be stored in it.
141 2002-10-22 Jakub Jelinek <jakub@redhat.com>
143 * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
144 into pointer to locrec_offset.
145 (add_locale_to_archive): Adjust callers. Free normalized_name right
146 before returning, not immediately after add_locale, pass it to
147 add_alias if not NULL instead of name. Rename second normalized_name
148 occurence to nnormalized_codeset_name.
150 * locale/programs/locarchive.c (enlarge_archive): Make sure
151 string_size is always a multiple of 4.
152 Reported by Andreas Schwab <schwab@suse.de>.
154 2002-10-21 Andreas Schwab <schwab@suse.de>
156 * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
157 caller to EXTRA instead of execve, since the latter has a
158 higher-priority implementation in linuxthreads.
160 2002-10-21 Roland McGrath <roland@redhat.com>
162 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
163 slotinfo list's len member to the proper size, not just 1.
164 Initialize static_map.l_tls_initimage.
166 * elf/dl-open.c (dl_open_worker): Fix loop searching for
167 dtv_slotinfo_list element containing new modules' l_tls_modid.
169 * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
170 * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
171 * elf/Makefile (tests): Add tst-tls9.
172 (tests-static): Add tst-tls9-static.
173 (tst-tls9-static-ENV): New variable.
174 ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
176 * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
177 modids used by partially loaded modules being closed can't be known.
179 2002-10-21 Isamu Hasegawa <isamu@yamato.ibm.com>
181 * posix/Makefile: Add a test case for the bug reported by Aharon
182 Robbins <arnold@skeeve.com>.
183 * posix/bug-regex13.c: New file.
184 * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
186 2002-10-21 Ulrich Drepper <drepper@redhat.com>
188 * csu/gmon-start.c: Pretty printing.
190 2002-10-19 Art Haas <ahaas@neosoft.com>
192 * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
193 add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
194 add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
195 * configure: Regenerated.
197 2002-10-19 Roland McGrath <roland@redhat.com>
199 * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
200 and then set $subdirs directly, because the new Autoconf breaks
201 compatibility in every way imaginable and insists on whining
202 about usage that worked since the dawn of time.
203 * configure: Regenerated.
205 * configure: Regenerated (using Autoconf 2.54).
206 * sysdeps/alpha/elf/configure: Likewise.
207 * sysdeps/generic/configure: Likewise.
208 * sysdeps/i386/elf/configure: Likewise.
209 * sysdeps/ia64/elf/configure: Likewise.
210 * sysdeps/mach/hurd/configure: Likewise.
211 * sysdeps/mach/configure: Likewise.
212 * sysdeps/unix/configure: Likewise.
213 * sysdeps/unix/common/configure: Likewise.
214 * sysdeps/unix/sysv/aix/configure: Likewise.
215 * sysdeps/unix/sysv/linux/configure: Likewise.
216 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
217 * sysdeps/x86_64/elf/configure: Likewise.
219 * config.make.in: Nix completely-soft nonsense.
220 * configure.in: Likewise. Under --without-fp, use nofpu subdirectory
221 of machine directories instead of fpu subdirectory.
222 * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
223 * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
224 * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
225 * sysdeps/powerpc/nofpu/sim-full.c: ... here.
226 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
227 * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
228 * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
229 * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
230 * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
231 * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
232 * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
233 * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
234 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
235 * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
236 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
237 * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
238 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
239 * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
240 * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
241 * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
242 * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
243 * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
244 * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
245 * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
246 * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
247 * sysdeps/powerpc/nofpu/fegetround.c: ... here.
248 * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
249 * sysdeps/powerpc/nofpu/fesetround.c: ... here.
250 * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
251 * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
252 * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
253 * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
254 * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
255 * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
256 * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
257 * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
258 * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
259 * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
260 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
261 * sysdeps/powerpc/nofpu/Versions: ... here, new file.
263 2002-10-19 Bruno Haible <bruno@clisp.org>
265 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
267 2002-10-18 Roland McGrath <roland@redhat.com>
269 * io/Makefile (routines): Add lchmod.
270 * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
271 * sysdeps/generic/lchmod.c: New file.
272 * sysdeps/mach/hurd/lchmod.c: New file.
273 * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
275 2002-10-18 Art Haas <ahaas@neosoft.com>
277 * configure.in: Remove remaining AC_FD_CC macros, and replace
278 AC_FD_MSG with AS_MESSAGE_FD.
280 2002-10-18 Roland McGrath <roland@redhat.com>
282 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
283 typos: VALUE -> FINALADDR.
285 * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
286 (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
287 (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
288 (inline_syscall6): Move these macros ...
289 * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
291 * configure.in (libc_link_dests, libc_link_sources): Remove these
292 variables and the AC_LINK_FILES call.
294 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
295 change to put new symbols here instead of in GLIBC_2.2.
296 * sysdeps/powerpc/Subdirs: Move this file ...
297 * sysdeps/powerpc/soft-fp/Subdirs: ... here.
299 2002-10-07 Roland McGrath <roland@redhat.com>
301 * sysdeps/generic/bits/time.h: Replaced with contents of the
302 sysdeps/unix/sysv/linux/i386/bits/time.h file. All the following
303 files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
304 and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
305 macros is ok even for architectures that don't now implement them.
306 * sysdeps/mach/hurd/bits/time.h: File removed.
307 * sysdeps/unix/sysv/linux/bits/time.h: File removed.
308 * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
309 * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
310 * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
311 * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
313 2002-10-18 Jeff Bailey <jbailey@gnu.org>
315 * configure.in: Replace obsolete AC_OUTPUT syntax with
316 AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
318 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
319 _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
321 * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
322 * sysdeps/alpha/elf/configure.in: Likewise.
323 * sysdeps/i386/elf/configure.in: Likewise.
324 * sysdeps/mach/hurd/configure.in: Likewise.
325 * sysdeps/x86_64/elf/configure.in: Likewise.
327 * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
329 * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
330 * sysdeps/generic/configure.in: Likewise.
331 * sysdeps/i386/elf/configure.in: Likewise.
332 * sysdeps/ia64/elf/configure.in: Likewise.
333 * sysdeps/mach/configure.in: Likewise.
334 * sysdeps/mach/hurd/configure.in: Likewise.
335 * sysdeps/unix/configure.in: Likewise.
336 * sysdeps/unix/common/configure.in: Likewise.
337 * sysdeps/unix/sysv/aix/configure.in: Likewise.
338 * sysdeps/unix/sysv/linux/configure.in: Likewise.
339 * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
340 * sysdeps/x86_64/elf/configure.in: Likewise.
342 * aclocal.m4: Use just the bits from AS_INIT that are needed for the
343 GLIBC_PROVIDES. Use plain comment instead of HEADER-COMMENT so
344 that it's obvious when extra autoconf machinery is being dragged in.
346 2002-10-18 Roland McGrath <roland@redhat.com>
348 * configure.in: Remove bogus echo included in
349 2002-10-08 Aldy Hernandez <aldyh@redhat.com> change.
350 * configure: Regenerated.
352 2002-10-18 Jakub Jelinek <jakub@redhat.com>
354 * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
355 (statfs_filesize_max): New function.
356 * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
357 JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
358 ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
359 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
361 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
362 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
363 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
365 2002-10-17 Roland McGrath <roland@redhat.com>
367 * configure.in (MIG): Just AC_SUBST it here.
368 * configure: Regenerated.
369 * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
370 Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
371 * sysdeps/mach/configure: Regenerated.
373 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
374 and AC_PROVIDE([_AS_CR_PREPARE]).
376 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
377 Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
379 * elf/dl-support.c: Move _dl_tls_* variables to ...
380 * sysdeps/generic/libc-tls.c: ... here.
382 * elf/dl-close.c (remove_slotinfo): Take new argument. If false,
383 allow IDX to be one past the current last slotinfo entry.
384 (_dl_close): Pass IMAP->l_init_called for that parameter.
386 2002-10-07 Andreas Schwab <schwab@suse.de>
388 * aclocal.m4: Fix for autoconf 2.53.
389 * configure.in: Likewise. Require autoconf 2.53.
391 2002-10-08 Richard Henderson <rth@redhat.com>
393 * soft-fp/op-4.h: Handle carry correctly in
394 __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
395 __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
396 * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
398 2002-10-08 Aldy Hernandez <aldyh@redhat.com>
400 * configure.in: Compute completely-soft.
401 * config.make.in: Make completely-soft available to sub-makes.
402 * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
403 gcc-double-routines. Add sim-full.c. Add fenv_const and
404 fe_nomask to libm-support.
405 * sysdeps/powerpc/soft-fp/sim-full.c: New file.
406 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
407 * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
408 * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
409 * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
410 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
411 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
412 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
413 * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
414 * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
415 * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
416 * sysdeps/powerpc/soft-fp/fegetround.c: New file.
417 * sysdeps/powerpc/soft-fp/fesetround.c: New file.
418 * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
419 * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
420 * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
421 * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
422 * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
423 * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
424 symbols. Add __sim_disabled_exceptions, __sim_exceptions,
426 * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
427 * sysdeps/powerpc/soft-float/sfp-machine.h: Define
428 FP_HANDLE_EXCEPTIONS.
430 Redefine FP_* macros to correspond to the FE_* bit positions.
431 Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
432 Define externs for __sim_exceptions, __sim_disabled_exceptions,
433 __sim_round_mode, __simulate_exceptions.
434 * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
435 * sysdeps/powerpc/bits/fenv.h: ...to here.
437 2002-10-06 Jakub Jelinek <jakub@redhat.com>
439 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
440 Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
441 Use __builtin_expect for R_PPC_ADDR24 overflow check. Fix
442 R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
445 2002-10-15 Jakub Jelinek <jakub@redhat.com>
447 * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
448 __libc_res_nsend): New prototypes.
449 * resolv/res_query.c (QUERYSIZE): Define.
450 (__libc_res_nquery): Renamed from res_nquery. Added answerp
451 argument. Allocate only QUERYSIZE bytes first, if res_nmkquery
452 fails use MAXPACKET buffer. Call __libc_res_nsend instead of
453 res_nsend, pass answerp.
454 (res_nquery): Changed into wrapper around __libc_res_nquery.
455 (__libc_res_nsearch): Renamed from res_nsearch. Added answerp
456 argument. Call __libc_res_nquerydomain and __libc_res_nquery
457 instead of the non-__libc_ variants, pass them answerp.
458 (res_nsearch): Changed into wrapper around __libc_res_nsearch.
459 (__libc_res_nquerydomain): Renamed from res_nquerydomain.
460 Added answerp argument. Call __libc_res_nquery instead of
461 res_nquery, pass answerp.
462 (res_nquerydomain): Changed into wrapper around
463 __libc_res_nquerydomain.
464 * resolv/res_send.c: Include sys/ioctl.h.
466 (send_vc): Change arguments. Reallocate answer buffer if it is
469 (__libc_res_nsend): Renamed from res_nsend. Added ansp argument.
470 Reallocate answer buffer if it is too small and hooks are in use.
471 Adjust calls to send_vc and send_dg.
472 (res_nsend): Changed into wrapper around __libc_res_nsend.
473 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
474 just 1K answer buffer on the stack, use __libc_res_nsearch instead
476 (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
477 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
478 (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
479 * resolv/gethnamaddr.c (gethostbyname2): Likewise.
480 (gethostbyaddr): Similarly with __libc_res_nquery.
481 * resolv/Versions (libresolv): Export __libc_res_nquery and
482 __libc_res_nsearch at GLIBC_PRIVATE.
484 2002-10-17 Roland McGrath <roland@redhat.com>
486 * configure.in: Grok --without-__thread and disable HAVE___THREAD.
487 * configure: Regenerated.
489 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
490 before performing the reloc, not after.
491 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
493 2002-10-17 Ulrich Drepper <drepper@redhat.com>
495 * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
496 * locale/programs/linereader.c (lr_open): Likewise.
497 * locale/programs/charmap-dir.c (charmap_open): Likewise.
498 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
500 2002-10-17 Isamu Hasegawa <isamu@yamato.ibm.com>
502 * posix/bug-regex11.c: Add a test case for the bug reported by
503 Paolo Bonzini <bonzini@gnu.org>.
504 * posix/regexec.c (sift_states_bkref): Use correct destination of
507 2002-10-17 Roland McGrath <roland@redhat.com>
509 * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
510 * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
511 to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
512 * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
513 Call it after performing TPOFF relocs.
514 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
515 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
516 * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
518 * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
519 when closing a partially-initialized object.
521 * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
522 instead of _dl_fatal_printf when we see PT_TLS.
524 * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
525 instead of $(libof-$<).
527 2002-10-16 Roland McGrath <roland@redhat.com>
529 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
530 instead of += to append, to be sure $(lib) gets expanded at defn time.
531 (libof-$(cpp-src)): New variable, define this instead.
532 * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
533 (lib): Don't use override.
534 (CPPFLAGS-$(lib)): New variable, put -D's here.
535 * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
536 Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
537 LIB found by $(libof-*) for basename, target, or source.
538 * Makerules (CPPFLAGS-nonlib): New variable.
539 * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
540 * locale/Makefile (lib): Likewise.
541 * sunrpc/Makefile (lib): Likewise.
543 * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
544 * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
545 * sysdeps/unix/sysv/linux/pathconf.h: New file.
546 (statfs_link_max): New function, guts from fpathconf.c.
547 * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
548 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
549 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
550 to use the linux/pathconf.c code by #include rather than duplication.
551 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
553 2002-10-16 Jakub Jelinek <jakub@redhat.com>
555 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
556 Use __libc_errno only for libc itself.
558 2002-10-16 Andreas Jaeger <aj@suse.de>
560 * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
562 2002-10-16 Ulrich Drepper <drepper@redhat.com>
564 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
565 Use __libc_errno only for libc itself.
567 2002-10-15 Roland McGrath <roland@redhat.com>
568 Jakub Jelinek <jakub@redhat.com>
570 * sysdeps/unix/sysv/linux/Makefile
571 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
572 sparc/Makefile to produce a bi-arch file as needed.
573 That's now parameterized by the variable $(64bit-predefine).
574 Use LC_ALL=C for `comm' commands in that rule.
575 No longer conditional on [$(no_syscall_list_h)].
576 * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
577 (64bit-predefine): New variable.
578 * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
579 * sysdeps/unix/sysv/linux/s390/Makefile: New file.
580 * sysdeps/unix/sysv/linux/powerpc/Makefile
581 (64bit-predefine): New variable.
583 2002-10-15 Roland McGrath <roland@redhat.com>
585 * sysdeps/unix/sysv/linux/Makefile
586 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
588 * login/utmp-private.h: Declare __libc_utmp_lock.
589 * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
590 and call __libc_utmp_jump_table functions directly, instead of using
593 * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
594 * sysdeps/unix/sysv/linux/configure: Regenerated.
596 * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
597 (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
598 Use int32_t for ll_time.
599 (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
600 Use int32_t instead of long int for ut_session.
601 Use an anonymous struct with 32-bit fields for ut_tv.
602 * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
603 (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
604 here as in utmp.h for `struct utmp'.
605 * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
606 * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
607 * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
608 * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
609 * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
610 * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
612 * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
613 of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
614 All the following files were identical or equivalent to it.
615 * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
616 * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
617 * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
618 * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
619 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
620 * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
621 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
622 * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
623 * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
624 * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
626 * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
627 instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
628 Other than the previously incorrect sign of msg_iovlen, this is a
629 no-op on 32-bit platforms. On 64-bit platforms it makes this header
630 match their layouts as well, so the following are now identical to it.
631 * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
632 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
633 * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
634 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
635 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
637 2002-10-15 Ulrich Drepper <drepper@redhat.com>
639 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
640 Define for 2.4+ kernels.
642 * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
643 are known to have the vfork syscall. Don't confuse the CPUs
644 branch prediction unit by jumping to the return address.
646 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
647 support for reiserfs and xfs.
649 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
651 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
653 Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
655 2002-10-16 Jakub Jelinek <jakub@redhat.com>
657 * include/libc-symbols.h (attribute_tls_model_ie): Define.
658 * include/errno.h (errno): Define to __libc_errno in libc.so.
659 Add attribute_tls_model_ie.
660 * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
661 Add attribute_tls_model_ie.
662 * include/resolv.h (_res): Define to __libc_res in libc.so. Add
663 attribute_tls_model_ie.
664 * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
666 * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
668 * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
669 attribute_tls_model_ie.
670 * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
672 * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
673 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
674 __libc_errno in USE___THREAD case.
675 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
677 * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
678 __attribute__((tls_model (""))).
679 * configure: Rebuilt.
680 * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
682 2002-10-15 Ulrich Drepper <drepper@redhat.com>
684 * timezone/asia: Update from tzdata2002d.
685 * timezone/australasia: Likewise.
686 * timezone/iso3166.tab: Likewise.
687 * timezone/southamerica: Likewise.
688 * timezone/zone-tab: Likewise.
690 2002-10-15 Roland McGrath <roland@redhat.com>
692 * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
693 Adjust TCB pointer before calling free, so we get the whole block.
695 2002-10-14 Roland McGrath <roland@redhat.com>
697 * sysdeps/unix/sysv/linux/x86_64/sigaction.c
698 [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
699 extern using attribute_hidden instead of static, avoids warning.
701 2002-10-09 Jakub Jelinek <jakub@redhat.com>
703 * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
704 * sysdeps/unix/sysv/linux/configure: Rebuilt.
706 2002-10-14 Ulrich Drepper <drepper@redhat.com>
708 * po/sv.po: Update from translation team.
710 2002-10-12 H.J. Lu <hjl@gnu.org>
712 * sunrpc/thrsvc.c (PROCQUIT): New.
713 (struct rpc_arg): New.
714 (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
715 (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
716 (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
717 (main): Modified for struct rpc_arg *.
719 2002-10-14 Ulrich Drepper <drepper@redhat.com>
721 * dirent/scandir.c: Rearrange code a bit to reduce binary size.
723 2002-10-14 Jakub Jelinek <jakub@redhat.com>
725 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
726 (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
727 in ld.so even if __thread is supported.
729 2002-10-13 Jakub Jelinek <jakub@redhat.com>
731 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
732 Add hack to prevent the compiler from clobbering the signal context.
733 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
735 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
738 2002-10-14 Andreas Jaeger <aj@suse.de>
740 * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
741 Guido Guenther <agx@sigxcpu.org>.
743 2002-10-14 Ulrich Drepper <drepper@redhat.com>
745 * po/sk.po: Update from translation team.
747 2002-09-26 Roland McGrath <roland@redhat.com>
749 * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
751 * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
752 DL_DST_LIB based on $(slibdir).
754 2002-10-13 Roland McGrath <roland@frob.com>
756 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
758 * sysdeps/mach/hurd/getresuid.c: New file.
759 * sysdeps/mach/hurd/getresgid.c: New file.
760 * sysdeps/mach/hurd/setresuid.c: New file.
761 * sysdeps/mach/hurd/setresgid.c: New file.
763 * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
764 setresgid): Declare them.
767 (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
768 add libc_hidden_proto.
769 * posix/Versions (libc: GLIBC_2.3.2): New set. Add
770 getresuid, getresgid, setresuid, setresgid here.
771 * Versions.def (libc): Define GLIBC_2.3.2 set.
772 * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
774 * sysdeps/generic/getresgid.c (__getresgid): Likewise.
775 * sysdeps/generic/setresgid.c: New file.
776 * sysdeps/generic/setresuid.c: New file.
777 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
778 (sysdep_routines): Don't add getresuid and getresgid here.
779 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
780 (sysdep_routines): Don't add setresuid and setresgid here.
781 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
782 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
783 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
784 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
785 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
786 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
787 * posix/Makefile (routines): Add them all here instead.
788 * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
789 __getresuid. Add libc_hidden_def for that, and weak alias to old name.
790 * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
791 __getresgid. Add libc_hidden_def for that, and weak alias to old name.
792 * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
793 [! __NR_setresuid]: Include generic file.
794 * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
795 __setresgid. Add libc_hidden_def for that, and weak alias to old name.
796 [! __NR_setresuid]: Include generic file.
797 * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
798 Caller is - now, not EXTRA.
799 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
800 (setresuid, setresgid, getresuid, getresgid): Likewise.
801 * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
802 Add these calls here.
803 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
804 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
805 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
806 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
807 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
808 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
809 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
810 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
811 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
813 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
814 (sysdep_routines): Add setfsuid and setfsgid here.
815 * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
816 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
817 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
818 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
819 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
820 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
821 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
822 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
824 * hurd/errno.c: Renamed to ...
825 * hurd/errno-loc.c: ... this.
826 * hurd/Makefile (routines): errno -> errno-loc
828 2002-10-13 Ulrich Drepper <drepper@redhat.com>
830 * po/de.po: Update from translation team.
832 * MakeTAGS: Add -E flag to xgettext runs.
834 2002-10-12 Ulrich Drepper <drepper@redhat.com>
836 * po/fr.po: Update from translation team.
838 * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
839 Optimize a bit for use in glibc.
841 2002-10-12 Roland McGrath <roland@redhat.com>
843 * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
844 Some machines are slow. Guido Guenther <agx@sigxcpu.org> has one.
846 2002-10-12 Ulrich Drepper <drepper@redhat.com>
848 * po/sv.po: Update from translation team.
850 2002-10-11 Isamu Hasegawa <isamu@yamato.ibm.com>
852 * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
855 (create_initial_state): Likewise.
856 (analyze): Remove the substitutions which became useless.
857 (calc_first): Likewise.
858 (calc_epsdest): Use edests of OP_BACK_REF in case that it has
860 (duplicate_node_closure): New function.
861 (duplicate_node): Remove the handling OP_CONTEXT_NODE.
862 (calc_inveclosure): Likewise.
863 (calc_eclosure): Likewise.
864 (calc_eclosure_iter): Invoke duplicate_node_closure instead of
865 direct invocation of duplicate_node.
866 (parse): Don't use comma operator in the return to avoid compiler
868 (parse_reg_exp): Likewise.
869 (parse_branch): Likewise.
870 (parse_expression): Likewise.
871 (parse_sub_exp): Likewise.
872 (parse_dup_op): Likewise.
873 * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
874 which became useless.
875 (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
876 (create_cd_newstate): Likewise.
877 * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
878 (re_token_t): Likewise.
879 (re_dfa_t): Likewise.
880 (re_node_set_remove): New macro.
881 * posix/regexec.c (check_matching): Remove the handling
883 (check_halt_node_context): Likewise.
884 (proceed_next_node): Likewise.
885 (pop_fail_stack): Fix the memory leak.
886 (set_regs): Likewise.
887 (free_fail_stack_return): New function.
888 (sift_states_backward): Fix the memory leak. Remove the handling
890 (update_cur_sifted_state): Append some if clause to avoid redundant
892 (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
894 (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
895 (check_subexp_limits): Likewise.
896 (search_subexp): Likewise.
897 (sift_states_bkref): Likewise.
898 (transit_state_mb): Likewise.
899 (transit_state_bkref_loop): Likewise.
900 (transit_state_bkref_loop): Likewise.
901 (group_nodes_into_DFAstates): Likewise.
902 (check_node_accept): Likewise.
903 (sift_ctx_init): Add initializing.
905 2002-10-12 Ulrich Drepper <drepper@redhat.com>
907 * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
910 2002-10-11 Ulrich Drepper <drepper@redhat.com>
912 * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
913 duplicated variable c.
915 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
918 * sysdeps/unix/sysv/linux/i386/sysdep.h
919 (INTERNAL_SYSCALL_ERROR_P): New define.
920 (INTERNAL_SYSCALL_ERRNO): Likewise.
922 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
923 Add hack to prevent the compiler from clobbering the signal context.
925 2002-10-11 Roland McGrath <roland@redhat.com>
927 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
930 * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
931 * sysdeps/sh/dl-lookupcfg.h: File removed.
932 * sysdeps/i386/dl-lookupcfg.h: File removed.
934 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
935 missing labels and ; from last change.
937 * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
938 number literals, so they are doubles instead of ints.
940 2002-10-09 Roland McGrath <roland@redhat.com>
942 * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
943 changed from [USE_TLS && HAVE___THREAD].
945 * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
946 Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
947 * sysdeps/x86_64/dl-machine.h
948 (elf_machine_type_class, elf_machine_rela): Likewise.
949 * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
952 * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
953 * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
954 (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
956 * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
957 instead of ___tls_get_addr.
958 (___tls_get_addr_internal): Add attribute_hidden to decl.
960 * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
962 * elf/rtld.c (startup_error_tsd): New function.
963 (dl_main): Point _dl_error_catch_tsd at that.
964 * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
965 use new function pointer instead.
966 * elf/dl-tsd.c: New file.
967 * elf/Makefile (routines): Add it.
969 2002-10-07 Roland McGrath <roland@redhat.com>
971 * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
972 writev if it's available. Otherwise if [RTLD_PRIVATE_ERRNO] then
973 take _dl_load_lock around calling __writev.
975 * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
976 (INLINE_SYSCALL): Use that.
978 * sysdeps/generic/dl-sysdep.h: New file.
979 * sysdeps/mach/hurd/dl-sysdep.h: New file.
980 * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
981 * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
982 [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
984 * elf/dl-minimal.c (__errno_location): Removed.
985 * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
986 Use GOTOFF access for errno.
987 * sysdeps/unix/sysv/linux/i386/sysdep.h
988 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
990 * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
991 Use PC-relative access for errno.
992 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
993 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
995 * include/tls.h: New file.
996 (USE___THREAD): New macro.
997 Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
999 * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
1000 changed from [USE_TLS && HAVE___THREAD].
1001 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1002 * sysdeps/unix/i386/sysdep.S: Likewise.
1003 * sysdeps/unix/x86_64/sysdep.S: Likewise.
1004 * include/errno.h: Likewise.
1005 * include/netdb.h: Likewise.
1006 * include/resolv.h: Likewise.
1008 * sysdeps/generic/errno.c: New file.
1009 * csu/Makefile (aux): New variable, list errno.
1010 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
1011 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1012 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1013 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1014 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1015 * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
1016 * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
1017 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
1018 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1019 * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
1020 * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
1021 * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
1022 * sysdeps/unix/alpha/sysdep.S: Likewise.
1023 * sysdeps/generic/start.c: Likewise.
1024 * sysdeps/unix/start.c: Likewise.
1025 * sysdeps/unix/arm/start.c: Likewise.
1026 * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
1027 * sysdeps/unix/sparc/start.c: Likewise.
1028 * sysdeps/unix/sysv/irix4/start.c: Likewise.
1029 * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
1031 * manual/search.texi (Tree Search Function, Hash Search Function):
1032 Mention search.h clearly.
1034 2002-10-05 Roland McGrath <roland@redhat.com>
1036 * elf/dl-fxstat64.c: File removed.
1037 * elf/dl-xstat64.c: File removed.
1038 * elf/Makefile (rtld-routines): Remove them.
1039 * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
1040 Instead, use strong_alias instead of versioned_symbol in the
1042 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
1043 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
1045 * include/shlib-compat.h
1046 (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
1047 [! NOT_IN_libc] (IS_IN_libc): Define it.
1048 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
1049 * elf/Makefile (CPPFLAGS-.os): Likewise.
1051 * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
1052 Return the status instead of calling exit.
1054 * Makeconfig (CFLAGS): Prepend -std=gnu99.
1055 * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
1056 Remove superfluous rm command, whose @ plus make bugs hid
1057 all these commands from the make output.
1059 * include/stubs-prologue.h: New file. Give #error under #ifdef _LIBC.
1060 * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
1061 Use that file's contents instead of literal echo's for the prologue.
1062 * include/features.h: Include <gnu/stubs.h> unconditionally.
1063 * include/gnu/stubs.h: New file.
1065 2002-09-30 Roland McGrath <roland@redhat.com>
1067 * elf/rtld-Rules: New file.
1068 * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
1069 $(objpfx)rtld-libc.a): New targets.
1070 (generated): Add them.
1071 (reloc-link): Remove -o $@ from the variable.
1072 ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
1073 (distribute): Add rtld-Rules.
1074 (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
1075 * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
1076 (common-mostlyclean, common-clean): Clean up rtld-* files.
1077 * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
1079 2002-10-11 Roland McGrath <roland@redhat.com>
1081 * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
1082 now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
1084 * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
1085 proper set of no-op insn prefixes.
1087 * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
1089 2002-10-11 Ulrich Drepper <drepper@redhat.com>
1091 * sysdeps/unix/sysv/linux/execve.c: Don't try calling
1092 __pthread_kill_other_threads_np.
1094 * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
1096 2002-10-08 Roland McGrath <roland@redhat.com>
1098 * locale/newlocale.c (__newlocale): If setting all categories to "C",
1099 just return &_nl_C_locobj instead of copying it.
1100 * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
1101 * locale/duplocale.c (__duplocale): Likewise.
1103 2002-10-07 Roland McGrath <roland@frob.com>
1105 * config.h.in (HAVE_I386_SET_GDT): New #undef.
1106 * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
1107 * sysdeps/mach/configure: Regenerated.
1109 2002-10-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1111 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
1112 Add all necessary register outputs for syscall-clobbered registers.
1114 2002-10-02 David Mosberger <davidm@hpl.hp.com>
1116 * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
1117 Itanium 2 (and Itanium).
1118 Fix unwind directives and make it fit in 80 columns.
1119 * sysdeps/ia64/memset.S: Likewise.
1120 * sysdeps/ia64/memcpy.S: Likewise.
1121 Move jump table to .rodata section.
1123 2002-10-03 Roland McGrath <roland@frob.com>
1125 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
1128 2002-10-10 Andreas Jaeger <aj@suse.de>
1130 * sysdeps/x86_64/_mcount.S: Restore correct registers.
1132 2002-10-10 Ulrich Drepper <drepper@redhat.com>
1134 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
1136 2002-10-09 Ulrich Drepper <drepper@redhat.com>
1138 * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
1139 _dl_allocate_tls_init. Add rtld_hidden_proto.
1140 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
1142 * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
1144 * version.h (VERSION): Bump to 2.3.1.
1146 * Make-dist: Add back one of the tar invocations removed before.
1148 * stdlib/Makefile (distribute): Add allocalim.h.
1150 * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1151 (__libc_tsd_address): Use correct variable name.
1152 Patch by Stefan Jones <stefan.jones@multigig.com>.
1154 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
1155 Reported by edwardsg@sgi.com [PR libc/4678].
1157 * Versions.def (libc): Add GLIBC_2.3.1.
1158 (libpthread): Add GLIBC_2.3.1.
1160 * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
1162 * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
1163 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
1165 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1166 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1168 * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
1169 * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
1170 and make old name an alias.
1171 * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
1172 and make old name an alias.
1173 * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
1176 * include/sys/uio.h: Declare __libc_readv and __libc_writev.
1177 * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
1179 * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
1181 * sysdeps/posix/readv.c: Likewise
1182 * sysdeps/unix/sysv/aix/readv.c: Likewise.
1183 * sysdeps/unix/sysv/linux/readv.c: Likewise.
1184 * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
1186 * sysdeps/posix/writev.c: Likewise
1187 * sysdeps/unix/sysv/aix/writev.c: Likewise.
1188 * sysdeps/unix/sysv/linux/writev.c: Likewise.
1190 * include/sys/wait.h: Declare __waitid.
1191 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
1192 * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
1194 * sysdeps/posix/waitid.c: Likewise.
1195 * sysdeps/unix/sysv/aix/waitid.c: Likewise.
1197 * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
1199 2002-10-07 Jakub Jelinek <jakub@redhat.com>
1201 * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
1203 (__MAX_ALLOCA_CUTOFF): Define.
1204 Include allocalim.h.
1205 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
1206 _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
1207 host_buffer depending on __libc_use_alloca.
1208 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
1209 _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
1210 net_buffer depending on __libc_use_alloca.
1211 * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
1212 buf depending on __libc_use_alloca.
1213 * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
1214 * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
1215 instead of hardcoded constants.
1216 Pass proper size argument to alloca and compute end for wide char
1218 * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
1219 instead of hardcoded constants.
1220 * string/strcoll.c (strcoll): Likewise.
1221 * string/strxfrm.c (strxfrm): Likewise.
1222 * sysdeps/posix/readv.c (__readv): Likewise.
1223 * sysdeps/posix/writev.c (__writev): Likewise.
1224 * sysdeps/generic/allocalim.h: New file.
1226 2002-10-08 Roland McGrath <roland@redhat.com>
1228 * configure.in (aux_missing warning): Change "too old" to
1229 "incompatible versions", since for autoconf it's "too new" right now.
1230 * configure: Regenerated.
1232 * configure.in (AUTOCONF): New check to set it. Set to "no" if the
1233 one found doesn't work on our configure.in.
1234 * configure: Regenerated.
1235 * config.make.in (AUTOCONF): New substituted variable.
1236 * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
1237 (autoconf-it): ... here, use that instead of defining conditionally.
1238 Use $(AUTOCONF) instead of literal autoconf.
1239 [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
1240 with this condition.
1241 * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
1243 2002-10-08 Ulrich Drepper <drepper@redhat.com>
1245 * Make-dist (dist): Cleanup a bit. We are not interested in the
1246 14 char filename limit anymore. Remove intermediate files and
1249 2002-10-05 Ulrich Drepper <drepper@redhat.com>
1251 * po/sk.po: Update from translation team.
1252 * po/tr.po: Likewise.
1253 * po/gl.po: Likewise.
1255 2002-10-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1257 * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
1259 2002-10-03 Ulrich Drepper <drepper@redhat.com>
1261 * version.h (RELEASE): Change to stable.
1263 2002-10-03 Jakub Jelinek <jakub@redhat.com>
1265 * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
1266 __syscall_exit_group): New prototypes.
1268 2002-10-03 Ulrich Drepper <drepper@redhat.com>
1270 * glibc 2.3 released.
1273 See ChangeLog.13 for earlier changes.