platform/upstream/glibc.git
24 years agoUpdate.
Ulrich Drepper [Wed, 14 Jun 2000 01:01:44 +0000 (01:01 +0000)]
Update.

* Make-dist: Search for tests also in sysdeps hierachy.

24 years agoUpdate.
Ulrich Drepper [Wed, 14 Jun 2000 00:55:24 +0000 (00:55 +0000)]
Update.

* crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h,
ufc.c, speeds.c, README.ufc-crypt, and Banner.

* sysdeps/sparc/Subdirs: New file.

* locale/Makefile (distribute): Add weightwc.h and
programs/localedef.h.

* time/Makefile (distribute): Add datemsk.

* sysdeps/ia64/Dist: Add softpipe.h.

* sysdeps/unix/sysv/aix/Dist: New file.

* posix/setpgrp.c: Moved to...
* sysdeps/generic/setpgrp.c: ...here.  New file.
* io/mknod.c: Moved to...
* sysdeps/generic/mknod.c: ...here.  New file.

* sysdeps/unix/sysv/linux/ia64/Dist: New file.

* sysdeps/unix/sysv/linux/sparc/Dist: Add sys/procfs.h.

* sysdeps/unix/sysv/linux/arm/Dist: Add oldgetrlimit64.c.

* sysdeps/powerpc/Dist: Add fprrest.S, fprsave.S, gprsave1.S,
gprsave0.S, gprrest1.S, and gprrest0.S.

* sysdeps/generic/Dist: Add bp-thunks.h, bp-sym.h, and bp-start.h.

* posix/Makefile (routines): Add spawnattr_getsigmask,
spawnattr_getschedpolicy, spawnattr_getschedparam,
spawnattr_setsigmask, spawnattr_setschedpolicy, and
spawnattr_setschedparam.
* posix/Versions: Add posix_spawnattr_getschedpolicy,
posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam, and
posix_spawnattr_setschedparam.

* posix/spawnattr_setschedparam.c: Fix typo.

* posix/spawnattr_setsigmask.c (posix_spawnattr_setsigmask):
Correct typo.

* login/programs/utmpd.c: Removed.
* login/programs/utmpd.h: Removed.
* login/programs/utmpd-private.h: Removed.

* Makefile (distribute): Add include/db_185.h and include/db.h.

* iconvdata/Makefile (distribute): Add iso-ir-165.c and
iso-ir-165.h.

* elf/Makefile (distribute): Add missing files.

* dlfcn/Makefile: Add back rules to include eval in libdl.so.
* elf/eval.c: Moved to...
* dlfcn/eval.c: ...here.  New file.

* Makefile (distribute): Also distribute ChangeLog.1?.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 22:14:05 +0000 (22:14 +0000)]
Update.

* Make-dist (+tsrcs): Remove .args handling here as well.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 21:48:25 +0000 (21:48 +0000)]
Update.

* rt/Makefile (tests): Add tst-timer.
* sysdeps/generic/tst-timer.c: New file.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 20:46:12 +0000 (20:46 +0000)]
Update.

* Makerules (sources): Don't add BP sources here.

* login/Makefile (distribute): Remove xtmp.h.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 19:02:21 +0000 (19:02 +0000)]
Update.

2000-06-13  Ulrich Drepper  <drepper@redhat.com>

* iconv/iconv_prog.c (main): Fix appending slashes if omit_invalid
is true.  Reported by Bruno Haible <haible@ilog.fr>.

24 years ago(main): Fix appending slashes if omit_invalid is true.
Ulrich Drepper [Tue, 13 Jun 2000 18:22:02 +0000 (18:22 +0000)]
(main): Fix appending slashes if omit_invalid is true.

24 years agoUpdate.
Andreas Jaeger [Tue, 13 Jun 2000 14:34:03 +0000 (14:34 +0000)]
Update.

2000-06-13  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
Patch by Ralf Baechle <ralf@gnu.org>.

24 years ago* sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
Andreas Jaeger [Tue, 13 Jun 2000 14:33:22 +0000 (14:33 +0000)]
* sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.

Patch by Ralf Baechle <ralf@gnu.org>.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 08:25:08 +0000 (08:25 +0000)]
Update.

* sysdeps/unix/sysv/linux/syscalls.list: Add parameter information
for mincore syscall.

* Makeconfig (CPPFLAGS-.ob): Pass -fbounded-pointers for all files

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 07:33:12 +0000 (07:33 +0000)]
Update.

2000-06-13  Ulrich Drepper  <drepper@redhat.com>

* misc/sys/cdefs.h: Define __bounded and __unbounded if
__BOUNDED_POINTERS__ is not defined.

2000-06-07  Greg McGary  <greg@mcgary.org>

* sysdeps/generic/bp-sym.h: New file.
* sysdeps/generic/bp-start.h: New file.
* sysdeps/i386/elf/start.S: Designate BP symbols.
* sysdeps/generic/libc-start.c: Wrap bounds around
argv & envp and each of their string members.

2000-06-07  Greg McGary  <greg@mcgary.org>

* sysdeps/unix/make-syscalls.sh: Add comments to
output that aid debugging & comprehension.
Map simple syscall signatures to number of args.
Generate BP syscall thunk definitions.
* sysdeps/generic/bp-thunks.h: New file.
* sysdeps/unix/syscalls.list: Replace arg-count with
simple return+arg signature.
* sysdeps/unix/common/syscalls.list: Likewise.
* sysdeps/unix/inet/syscalls.list: Likewise.
* sysdeps/unix/mman/syscalls.list: Likewise.
* sysdeps/unix/sysv/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.

2000-06-07  Greg McGary  <greg@mcgary.org>

* Makeconfig (CPPFLAGS-.ob): pass -fbounded-pointers for all files
*.[cS].
(CFLAGS-.ob): Don't optimize sibling calls.
(bppfx): New variable.
* Makerules (elide-bp-thunks): New variable.
(elide-routines.*): Elide BP-* files for all but *.ob.
(sources): Include bp-thunks.

* iconv/gconv_simple.c: Remove unnecessary prototype.

* iconv/gconv_trans.c: Pretty print.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 06:34:47 +0000 (06:34 +0000)]
Update.

* elf/elf.h (R_SH_NUM): Got accidently dropped.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 06:22:36 +0000 (06:22 +0000)]
Update.

* sysdeps/unix/sysv/linux/configure.in: Improve handling of
minimal kernel versions.  Add information about IA-64 kernel.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 03:49:12 +0000 (03:49 +0000)]
Update.

* sysdeps/unix/sysv/linux/configure.in: Allow architecture
specific minimal supported kernel versions to be specified.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 02:55:54 +0000 (02:55 +0000)]
Update.

* libio/iofwide.c (_IO_fwide): Initialize transliteration part of
step data structure.
* wcsmbs/btowc.c: Likewise.
* wcsmbs/mbrtowc.c: Likewise.
* wcsmbs/mbsnrtowcs.c: Likewise.
* wcsmbs/mbsrtowcs.c: Likewise.
* wcsmbs/wcrtomb.c: Likewise.
* wcsmbs/wcsnrtombs.c: Likewise.
* wcsmbs/wcsrtombs.c: Likewise.
* wcsmbs/wctob.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 01:52:33 +0000 (01:52 +0000)]
Update.

* sysdeps/unix/sysv/linux/sh/Dist: There is no ioperm file.
* sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: Removed.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 01:44:15 +0000 (01:44 +0000)]
Update.

* shlib-versions: Earliest backward compatible version for SH is 2.2.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 01:21:47 +0000 (01:21 +0000)]
Update.

* misc/sys/cdefs.h: Remove one more __P.

24 years agoFix typo.
Ulrich Drepper [Tue, 13 Jun 2000 01:14:22 +0000 (01:14 +0000)]
Fix typo.

* sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 01:09:57 +0000 (01:09 +0000)]
Update.

* sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C++.
Reported by HJ Lu.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 01:01:29 +0000 (01:01 +0000)]
Update.

2000-06-12  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/sh/sh3/bits/setjmp.h: Removed.
* sysdeps/sh/sh4/bits/setjmp.h: Moved to...
* sysdeps/sh/bits/setjmp.h: ...here.  New file.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 00:51:54 +0000 (00:51 +0000)]
Update.

2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
    Yutaka Niibe  <gniibe@chroot.org>

* configure.in: Add machine sh3, sh4.
* elf/elf.h: Add SH specific declarations of relocations.
* shlib-versions: Add sh*-*-linux* cases.

24 years agoUpdate.
Ulrich Drepper [Tue, 13 Jun 2000 00:44:47 +0000 (00:44 +0000)]
Update.

* sysdeps/sh/sh3/bsd-_setjmp.S: Move to...
* sysdeps/sh/bsd-_setjmp.S: ...here.  New file.
* sysdeps/sh/sh4/bsd-_setjmp.S: Removed.
* sysdeps/sh/sh3/bsd-setjmp.S: Move to...
* sysdeps/sh/bsd-setjmp.S: ...here.  New file.
* sysdeps/sh/sh4/bsd-setjmp.S: Removed.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 23:58:46 +0000 (23:58 +0000)]
Update.

* sysdeps/sh/dl-machine.h (FGR_SAVE): Protect using HAVE_FPU macro
instead of KERNEL_MATH_EMULATION.
* sysdeps/sh/sh4/dl-machine.h: Define HAVE_FPU not
KERNEL_MATH_EMULATION.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 23:54:16 +0000 (23:54 +0000)]
Update.

* sysdeps/sh/Dist: Removed.  There is no ieee754.h file.
* sysdeps/sh/sh3/dl-machine.h: Moved to...
* sysdeps/sh/dl-machine.h: ...here.  New file.
* sysdeps/sh/sh4/dl-machine.h: Simply define KERNEL_MATH_EMULATION
and include generic SH version.
* sysdeps/sh/sh3/bits/endian.h: Move to...
* sysdeps/sh/bits/endian.h: ...here.  New file.
* sysdeps/sh/sh4/bits/endian.h: Removed.
* sysdeps/sh/sh3/bits/huge_val.h: Move to...
* sysdeps/sh/bits/huge_val.h: ...here.  New file.
* sysdeps/sh/sh4/bits/huge_val.h: Removed.

GAS which warns about changing section attributes.
Proposed by Nick Clifton <nickc@redhat.com>.
* sysdeps/sh/elf/initfini.c: New file.
* sysdeps/sh/elf/start.S: New file.
* sysdeps/sh/sys/ucontext.h: New file.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 23:07:15 +0000 (23:07 +0000)]
Update.

2000-06-12  Ulrich Drepper  <drepper@redhat.com>

* include/libc-symbols.h (link_warning): Work around a change in
GAS which wrns about changing section attributes.
Proposed by Nich Clifton <nickc@redhat.com>.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 23:01:10 +0000 (23:01 +0000)]
Update.

2000-06-12  H.J. Lu  <hjl@gnu.org>

* sysdeps/i386/fpu/bits/mathinline.h (__sgn1l): Add __extension__.

2000-06-11  H.J. Lu  <hjl@gnu.org>

* sysdeps/i386/fpu/Versions: New file.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 22:31:34 +0000 (22:31 +0000)]
Update.

2000-06-12  Ulrich Drepper  <drepper@redhat.com>

* iconv/gconv.h (__gconv_trans_context_fct): Remove two
parameters.
* iconv/skeleton.c (FUNCTION_NAME): Call __trans_context_fct if it
exists.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 22:13:56 +0000 (22:13 +0000)]
Update.

2000-06-12  Jes Sorensen  <jes@linuxcare.com>

* sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
* sysdeps/unix/sysv/linux/ia64/xstatconv.c: New file.
* sysdeps/unix/sysv/linux/ia64/bits/stat.h: New file.

* sysdeps/unix/sysv/linux/ia64/fxstat64.c: New file.
* sysdeps/unix/sysv/linux/ia64/lxstat64.c: New file.
* sysdeps/unix/sysv/linux/ia64/xstat64.c: New file.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 20:50:37 +0000 (20:50 +0000)]
Update.

2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
    Yutaka Niibe  <gniibe@chroot.org>

* sysdeps/sh/Dist: New file.
* sysdeps/sh/Implies: New file.
* sysdeps/sh/gmp-mparam.h: New file.
* sysdeps/sh/init-first.c: New file.
* sysdeps/sh/machine-gmon.h: New file.
* sysdeps/sh/memcpy.S: New file.
* sysdeps/sh/memprof.h: New file.
* sysdeps/sh/memset.S: New file.
* sysdeps/sh/sh3/__longjmp.S: New file.
* sysdeps/sh/sh3/bits/endian.h: New file.
* sysdeps/sh/sh3/bits/huge_val.h: New file.
* sysdeps/sh/sh3/bits/setjmp.h: New file.
* sysdeps/sh/sh3/bsd-_setjmp.S: New file.
* sysdeps/sh/sh3/bsd-setjmp.S: New file.
* sysdeps/sh/sh3/dl-machine.h: New file.
* sysdeps/sh/sh3/elf/initfini.c: New file.
* sysdeps/sh/sh3/elf/start.S: New file.
* sysdeps/sh/sh3/setjmp.S: New file.
* sysdeps/sh/sh3/sys/ucontext.h: New file.
* sysdeps/sh/sh4/__longjmp.S: New file.
* sysdeps/sh/sh4/bits/endian.h: New file.
* sysdeps/sh/sh4/bits/huge_val.h: New file.
* sysdeps/sh/sh4/bits/setjmp.h: New file.
* sysdeps/sh/sh4/bsd-_setjmp.S: New file.
* sysdeps/sh/sh4/bsd-setjmp.S: New file.
* sysdeps/sh/sh4/dl-machine.h: New file.
* sysdeps/sh/sh4/elf/initfini.c: New file.
* sysdeps/sh/sh4/elf/start.S: New file.
* sysdeps/sh/sh4/fpu/bits/fenv.h: New file.
* sysdeps/sh/sh4/fpu/bits/huge_val.h: New file.
* sysdeps/sh/sh4/fpu/bits/mathdef.h: New file.
* sysdeps/sh/sh4/fpu/fclrexcpt.c: New file.
* sysdeps/sh/sh4/fpu/fegetenv.c: New file.
* sysdeps/sh/sh4/fpu/fegetround.c: New file.
* sysdeps/sh/sh4/fpu/feholdexcpt.c: New file.
* sysdeps/sh/sh4/fpu/fesetenv.c: New file.
* sysdeps/sh/sh4/fpu/fesetround.c: New file.
* sysdeps/sh/sh4/fpu/fpu_control.h: New file.
* sysdeps/sh/sh4/fpu/fraiseexcpt.c: New file.
* sysdeps/sh/sh4/fpu/fsetexcptflg.c: New file.
* sysdeps/sh/sh4/fpu/ftestexcept.c: New file.
* sysdeps/sh/sh4/fpu/libm-test-ulps: New file.
* sysdeps/sh/sh4/setjmp.S: New file.
* sysdeps/sh/sh4/sys/ucontext.h: New file.
* sysdeps/sh/strlen.S: New file.
* sysdeps/sh/sysdep.h: New file.
* sysdeps/unix/sh/sysdep.S: New file.
* sysdeps/unix/sh/sysdep.h: New file.
* sysdeps/unix/sysv/linux/sh/Dist: New file.
* sysdeps/unix/sysv/linux/sh/Makefile: New file.
* sysdeps/unix/sysv/linux/sh/Versions: New file.
* sysdeps/unix/sysv/linux/sh/bits/mman.h: New file.
* sysdeps/unix/sysv/linux/sh/bits/resource.h: New file.
* sysdeps/unix/sysv/linux/sh/brk.c: New file.
* sysdeps/unix/sysv/linux/sh/chown.c: New file.
* sysdeps/unix/sysv/linux/sh/clone.S: New file.
* sysdeps/unix/sysv/linux/sh/fchown.c: New file.
* sysdeps/unix/sysv/linux/sh/fxstat.c: New file.
* sysdeps/unix/sysv/linux/sh/getegid.c: New file.
* sysdeps/unix/sysv/linux/sh/geteuid.c: New file.
* sysdeps/unix/sysv/linux/sh/getgroups.c: New file.
* sysdeps/unix/sysv/linux/sh/getresgid.c: New file.
* sysdeps/unix/sysv/linux/sh/getresuid.c: New file.
* sysdeps/unix/sysv/linux/sh/getrlimit.c: New file.
* sysdeps/unix/sysv/linux/sh/getrlimit64.c: New file.
* sysdeps/unix/sysv/linux/sh/getuid.c: New file.
* sysdeps/unix/sysv/linux/sh/lchown.c: New file.
* sysdeps/unix/sysv/linux/sh/lxstat.c: New file.
* sysdeps/unix/sysv/linux/sh/msgctl.c: New file.
* sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: New file.
* sysdeps/unix/sysv/linux/sh/pipe.S: New file.
* sysdeps/unix/sysv/linux/sh/profil-counter.h: New file.
* sysdeps/unix/sysv/linux/sh/semctl.c: New file.
* sysdeps/unix/sysv/linux/sh/setegid.c: New file.
* sysdeps/unix/sysv/linux/sh/seteuid.c: New file.
* sysdeps/unix/sysv/linux/sh/setfsgid.c: New file.
* sysdeps/unix/sysv/linux/sh/setfsuid.c: New file.
* sysdeps/unix/sysv/linux/sh/setgid.c: New file.
* sysdeps/unix/sysv/linux/sh/setgroups.c: New file.
* sysdeps/unix/sysv/linux/sh/setregid.c: New file.
* sysdeps/unix/sysv/linux/sh/setresgid.c: New file.
* sysdeps/unix/sysv/linux/sh/setresuid.c: New file.
* sysdeps/unix/sysv/linux/sh/setreuid.c: New file.
* sysdeps/unix/sysv/linux/sh/setrlimit.c: New file.
* sysdeps/unix/sysv/linux/sh/setuid.c: New file.
* sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: New file.
* sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: New file.
* sysdeps/unix/sysv/linux/sh/shmctl.c: New file.
* sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: New file.
* sysdeps/unix/sysv/linux/sh/socket.S: New file.
* sysdeps/unix/sysv/linux/sh/sys/io.h: New file.
* sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
* sysdeps/unix/sysv/linux/sh/sys/user.h: New file.
* sysdeps/unix/sysv/linux/sh/syscalls.list: New file.
* sysdeps/unix/sysv/linux/sh/sysdep.S: New file.
* sysdeps/unix/sysv/linux/sh/sysdep.h: New file.
* sysdeps/unix/sysv/linux/sh/vfork.S: New file.
* sysdeps/unix/sysv/linux/sh/xstat.c: New file.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 19:47:50 +0000 (19:47 +0000)]
Update.

2000-06-12  Ulrich Drepper  <drepper@redhat.com>

* Rules (%.out): Define GCONV_PATH in the environment.
* assert/Depend: New file.
* iconvdata/Depend: New file.
* intl/Depend: New file.
* timezone/Makefile (build-testdata): Add GCONV_PATH to environment.
* intl/tst-gettext.sh: Likewise.
* iconv/Makefile (routines): Add gconv_trans.
* iconv/gconv_trans.c: New file.
* iconv/gconv.h (struct __gconv_trans_data): New type.
(__gconv_fct): New parameter with starting position in output buffer.
(__gconv_trans_fct, __gconv_trans_context_fct, __gconv_trans_query_fct,
__gconv_trans_init_fct, __gconv_trans_end_fct): New types.
(struct __gconv_step): Add new member __trans.
* iconv/gconv_int.h: Pretty print prototypes.
(gconv_transliterate): New prototype.
(__BUILTIN_TRANS): Update for new conversion function interface.
* iconv/gconv.c (__gconv): Pass new parameter to conversion function.
* iconv/gconv_open.c (__gconv_open): Recognize error handling suffix
in names, find appropriate function, and install in the conversion
steps it can be used.
* iconv/skeleton.c: Add additional parameter for beginning of output
buffer.  Change calls of downstream functions.
* iconv/loop.c: Change loop function interface completely.  Pass in
step and step_data structure.  Remove optimization for BODY with
NEED_LENGTH_TEST == 0.
* iconv/gconv_simple.c: Update interfaces of functions.  Insert
appropriate error handling code to use transliteration steps.  Remove
optimization for BODY with NEED_LENGTH_TEST == 0.
* iconvdata/8bit-gap.c: Likewise.
* iconvdata/8bit-generic.c: Likewise.
* iconvdata/ansi_x3.110.c: Likewise.
* iconvdata/big5.c: Likewise.
* iconvdata/big5hkscs.c: Likewise.
* iconvdata/euc-cn.c: Likewise.
* iconvdata/euc-jp.c: Likewise.
* iconvdata/euc-kr.c: Likewise.
* iconvdata/euc-tw.c: Likewise.
* iconvdata/gbgbk.c: Likewise.
* iconvdata/gbk.c: Likewise.
* iconvdata/iso-2022-cn.c: Likewise.
* iconvdata/iso-2022-jp.c: Likewise.
* iconvdata/iso-2022-kr.c: Likewise.
* iconvdata/iso646.c: Likewise.
* iconvdata/iso8859-1.c: Likewise.
* iconvdata/iso_6937-2.c: Likewise.
* iconvdata/iso_6937.c: Likewise.
* iconvdata/johab.c: Likewise.
* iconvdata/sjis.c: Likewise.
* iconvdata/t.61.c: Likewise.
* iconvdata/uhc.c: Likewise.
* iconvdata/unicode.c: Likewise.
* iconvdata/utf-16.c: Likewise.
* libio/iofwide.c: Adjust to new interface of gconv functions.  Use
DL_CALL_FCT.
* wcsmbs/btowc.c: Likewise.
* wcsmbs/mbrtowc.c: Likewise.
* wcsmbs/mbsnrtowcs.c: Likewise.
* wcsmbs/mbsrtowcs.c: Likewise.
* wcsmbs/wcrtomb.c: Likewise.
* wcsmbs/wcsnrtombs.c: Likewise.
* wcsmbs/wcsrtombs.c: Likewise.
* wcsmbs/wctob.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Mon, 12 Jun 2000 19:02:02 +0000 (19:02 +0000)]
Update.

2000-06-12  Ulrich Drepper  <drepper@redhat.com>

* Examples/ex6.c: Test return value of pthread_join.

24 years ago(%.out): Define GCONV_PATH in the environment.
Ulrich Drepper [Mon, 12 Jun 2000 18:59:22 +0000 (18:59 +0000)]
(%.out): Define GCONV_PATH in the environment.

24 years ago* sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the other header files...
Geoff Keating [Mon, 12 Jun 2000 07:13:22 +0000 (07:13 +0000)]
* sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the other header files.  Mention about 128-byte cache line sizes. (__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt. * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update for current calling sequence. * sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.

* sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
* sysdeps/powerpc/fpu/s_rintf.c: Likewise.

* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
and setrlimit syscalls for backwards compatibility.
2000-04-11  Geoff Keating  <geoffk@cygnus.com>

* sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the
other header files.  Mention about 128-byte cache line sizes.
(__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt.
* sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update
for current calling sequence.
* sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.

* sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
* sysdeps/powerpc/fpu/s_rintf.c: Likewise.

* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
and setrlimit syscalls for backwards compatibility.

24 years ago* sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement. (__pthread_spin_trylo...
Geoff Keating [Mon, 12 Jun 2000 07:00:35 +0000 (07:00 +0000)]
* sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement. (__pthread_spin_trylock): Implement. (__pthread_spin_unlock): Implement. (__pthread_spin_init): Implement. (__pthread_spin_destroy): Implement.

2000-06-11  Geoff Keating  <geoffk@cygnus.com>

* sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement.
(__pthread_spin_trylock): Implement.
(__pthread_spin_unlock): Implement.
(__pthread_spin_init): Implement.
(__pthread_spin_destroy): Implement.

really append the entry.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 22:54:47 +0000 (22:54 +0000)]
Update.

* iconv/skeleton.c:  Rename converted written to correcter name
irreversible.
* iconv/gconv.c: Rename converted variable to correcter name
irreversible.
* iconv/gconv_int.h: Likewise.
* iconv/gconv_simple.c: Likewise.
* iconv/iconv.c: Likewise.
* iconv/loop.c: Likewise.
* iconvdata/8bit-gap.c: Likewise.
* iconvdata/8bit-generic.c: Likewise.
* iconvdata/ansi_x3.110.c: Likewise.
* iconvdata/big5.c: Likewise.
* iconvdata/big5hkscs.c: Likewise.
* iconvdata/euc-cn.c: Likewise.
* iconvdata/euc-jp.c: Likewise.
* iconvdata/euc-kr.c: Likewise.
* iconvdata/gbgbk.c: Likewise.
* iconvdata/gbk.c: Likewise.
* iconvdata/iso-2022-cn.c: Likewise.
* iconvdata/iso-2022-jp.c: Likewise.
* iconvdata/iso-2022-kr.c: Likewise.
* iconvdata/iso646.c: Likewise.
* iconvdata/iso8859-1.c: Likewise.
* iconvdata/iso_6937-2.c: Likewise.
* iconvdata/iso_6937.c: Likewise.
* iconvdata/johab.c: Likewise.
* iconvdata/sjis.c: Likewise.
* iconvdata/t.61.c: Likewise.
* iconvdata/uhc.c: Likewise.
* iconvdata/unicode.c: Likewise.
* iconvdata/utf-16.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 21:55:11 +0000 (21:55 +0000)]
Update.

2000-06-10  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Mark
__cmsg_data field with __extension__.

24 years agoUpdate
Ulrich Drepper [Sat, 10 Jun 2000 21:04:36 +0000 (21:04 +0000)]
Update

2000-06-10  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/unix/sysv/linux/ia64/syscall.S: Fix it so it actually works.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 19:51:45 +0000 (19:51 +0000)]
Update.

2000-06-10  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/pthread/timer_routines.c (list_append): Little fix to
reall append the entry.

list and remove from active list.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 18:20:09 +0000 (18:20 +0000)]
Update.

* iconv/gconv_simple.c: Fix various small bugs in several
functions.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 17:34:04 +0000 (17:34 +0000)]
Update.

2000-06-10  Ulrich Drepper  <drepper@redhat.com>

* iconv/loop.c: Fix comment.

24 years agoFix comment.
Ulrich Drepper [Sat, 10 Jun 2000 17:33:20 +0000 (17:33 +0000)]
Fix comment.

24 years agolockfile.c (__fresetlockfiles): Remove unused variable fp.
Andreas Jaeger [Sat, 10 Jun 2000 10:17:31 +0000 (10:17 +0000)]
lockfile.c (__fresetlockfiles): Remove unused variable fp.

2000-06-10  Andreas Jaeger  <aj@suse.de>

* lockfile.c (__fresetlockfiles): Remove unused variable fp.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 08:28:06 +0000 (08:28 +0000)]
Update.

2000-06-10  Kaz Kylheku  <kaz@ashi.footprints.net>

* sysdeps/pthread/timer_create.c: Thread matching now done on
clock type as well as thread attributes.
There are individual global signal-delivering threads for
different clock types.
* sysdeps/pthread/posix-timer.h: Likewise.
* sysdeps/pthread/timer_routines.c: Likewise.

* sysdeps/pthread/timer_routines.c: Thread allocation and
deallocation function now remembers to put thread on active
list and remove from active list.
Thus now the feature of binding multiple timers
to a single thread actually works.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 08:02:29 +0000 (08:02 +0000)]
Update.

* joinrace.c: New file.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 07:58:50 +0000 (07:58 +0000)]
Update.

* manager.c (pthread_handle_free): Likewise.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 07:45:56 +0000 (07:45 +0000)]
Update.

2000-06-10  Ulrich Drepper  <drepper@redhat.com>

* pthread.c (__pthread_create_2_1): Optimize a bit.

* internals.h (invalid_handle): Also test for p_terminated != 0.
(nonexisting_handle): New function.  Same as old invalid_handle.
* join.c (pthread_join): Use nonexisting_handle instead of
invalid_handle to test for acceptable thread handle.
Reported by Permaine Cheung <pcheung@cygnus.com>.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 05:48:35 +0000 (05:48 +0000)]
Update.

2000-06-10  Jakub Jelinek  <jakub@redhat.com>

* elf/link.h: Remove libc internal declarations.
* include/link.h: Move them here.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 04:37:32 +0000 (04:37 +0000)]
Update.

* sysdeps/unix/sysv/linux/ia64/getsysstats.c: New file.
Patch by Dan Pop <Dan.Pop@cern.ch>.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 04:31:24 +0000 (04:31 +0000)]
Update.

2000-06-09  H.J. Lu  <hjl@gnu.org>

* dlfcn/dlerror.c (_dlerror_run): Set result->errstring to NULL
after freeing it.

* dlfcn/Makefile (distribute): Add failtestmod.c.
(tests): Add failtest.
Add rules to build and run failtest.
* dlfcn/failtest.c: New file.
* dlfcn/failtestmod.c: New file.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 04:06:58 +0000 (04:06 +0000)]
Update.

* dlfcn/dlerror.c (struct dl_action_result): Add objname member.
(dlerror): Add objname to asprintf() parameters.
(_dl_error_run): Pass new parameter to _dl_catch_error.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 04:01:36 +0000 (04:01 +0000)]
Update.

2000-06-09  Ulrich Drepper  <drepper@redhat.com>

Rewrite error message handling.
* elf/dl-deps.c (_dl_map_object_deps): Pass new parameter to
_dl_catch_error.
* elf/dl-error (struct catch): Add objname member.
(_dl_signal_error): Take new parameter with object name.  When
passing message on simply store object name and duplicate error
message.
(_dl_catch_error): Take new parameter.  Store object name in the
place pointed to.
* include/dlfcn.h: Adjust _dl_catch_error prototype.
* sysdeps/generic/ldsodefs.h: Adjust _dl_signal_error prototype.
* elf/dl-libc.c (dlerror_run): Pass new parameter to _dl_catch_error.
* elf/dl-open.c (_dl_open): Likewise.
* elf/rtld.c (dl_main): Likewise.
* elf/dl-close.c: Mark error messages with N_().
* elf/dl-deps.c: Likewise.
* elf/dl-error.c: Likewise.
* elf/dl-load.c: Likewise.
* elf/dl-open.c: Likewise.
* elf/dl-reloc.c: Likewise.
* elf/dl-support.c: Likewise.
* elf/dl-sym.c: Likewise.
* elf/dl-version.c: Likewise.
* elf/dl-lookup.c: Add comments about problems with error message
translations.
* elf/dl-reloc.c: Likewise.
* elf/dl-version.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 00:14:45 +0000 (00:14 +0000)]
Update.

2000-06-09  David Mosberger-Tang  <davidm@hpl.hp.com>

* sysdeps/unix/sysv/linux/ia64/__longjmp.S: new file
* sysdeps/unix/sysv/linux/ia64/bsd-_setjmp.S: new file
* sysdeps/unix/sysv/linux/ia64/bsd-setjmp.S: new file
* sysdeps/unix/sysv/linux/ia64/setjmp.S: new file
* sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: new file

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 00:10:30 +0000 (00:10 +0000)]
Update.

* sysdeps/unix/sysv/linux/ia64/brk.S: New file.
* sysdeps/unix/sysv/linux/ia64/pipe.S: New file.

2000-06-09  Jes Sorensen  <jes@linuxcare.com>

24 years agoUpdate.
Ulrich Drepper [Sat, 10 Jun 2000 00:05:44 +0000 (00:05 +0000)]
Update.

2000-06-09  Jes Sorensen  <jes@linuxcare.com>
    Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/ia64/sigaction.c: New file.
* sysdeps/unix/sysv/linux/ia64/sigpending.c: New file.
* sysdeps/unix/sysv/linux/ia64/sigprocmask.c: New file.
* sysdeps/unix/sysv/linux/ia64/sigsuspend.c: New file.
* sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: New file.
* sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: New file.

24 years agoUpdate.
Ulrich Drepper [Fri, 9 Jun 2000 17:34:27 +0000 (17:34 +0000)]
Update.

2000-06-09  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Try harder
to find correct mount point despite wrong information from the
kernel.

24 years agoUpdate.
Ulrich Drepper [Fri, 9 Jun 2000 16:45:21 +0000 (16:45 +0000)]
Update.

2000-06-09  Jes Sorensen  <jes@linuxcare.com>

* elf/dl-libc.c (__libc_dlsym): Use DL_SYMBOL_ADDRESS() to obtain
the address of a symbol so function pointers are handled properly.

24 years agoUpdate.
Ulrich Drepper [Fri, 9 Jun 2000 06:45:09 +0000 (06:45 +0000)]
Update.

* sysdeps/i386/Dist: Add bp-asm.h.

24 years agoUpdate.
Ulrich Drepper [Fri, 9 Jun 2000 06:42:46 +0000 (06:42 +0000)]
Update.

* sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
defaultdir variable instead of "/var/shm" everywhere.
(defaultdir): Change to /dev/shm/.

24 years agoUpdate.
Ulrich Drepper [Fri, 9 Jun 2000 06:35:03 +0000 (06:35 +0000)]
Update.

2000-06-08  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/shm_open.c (defaultdir): Change to /dev/shm/.

24 years ago(__timer_thread_queue_timer): Correct handling of matching variable.
Ulrich Drepper [Fri, 9 Jun 2000 06:30:08 +0000 (06:30 +0000)]
(__timer_thread_queue_timer): Correct handling of matching variable.

24 years ago* sysdeps/i386/bp-asm.h: New file.
Greg McGary [Fri, 9 Jun 2000 06:14:39 +0000 (06:14 +0000)]
* sysdeps/i386/bp-asm.h: New file.

* sysdeps/i386/__longjmp.S: Define & use symbolic argument stack
offsets.  Add ENTER/LEAVE macros for optionally maintaining
frame-pointer chain when debugging.
* sysdeps/i386/add_n.S: Likewise.
* sysdeps/i386/addmul_1.S: Likewise.
* sysdeps/i386/lshift.S: Likewise.
* sysdeps/i386/memchr.S: Likewise.
* sysdeps/i386/memcmp.S: Likewise.
* sysdeps/i386/mul_1.S: Likewise.
* sysdeps/i386/rawmemchr.S: Likewise.
* sysdeps/i386/rshift.S: Likewise.
* sysdeps/i386/stpcpy.S: Likewise.
* sysdeps/i386/stpncpy.S: Likewise.
* sysdeps/i386/strchr.S: Likewise.
* sysdeps/i386/strchrnul.S: Likewise.
* sysdeps/i386/strcspn.S: Likewise.
* sysdeps/i386/strpbrk.S: Likewise.
* sysdeps/i386/strrchr.S: Likewise.
* sysdeps/i386/strspn.S: Likewise.
* sysdeps/i386/strtok.S: Likewise.
* sysdeps/i386/sub_n.S: Likewise.
* sysdeps/i386/submul_1.S: Likewise.
* sysdeps/i386/elf/setjmp.S: Likewise.
* sysdeps/i386/i486/strcat.S: Likewise.
* sysdeps/i386/i486/strlen.S: Likewise.
* sysdeps/i386/i586/add_n.S: Likewise.
* sysdeps/i386/i586/lshift.S: Likewise.
* sysdeps/i386/i586/memcpy.S: Likewise.
* sysdeps/i386/i586/memset.S: Likewise.
* sysdeps/i386/i586/rshift.S: Likewise.
* sysdeps/i386/i586/strchr.S: Likewise.
* sysdeps/i386/i586/strcpy.S: Likewise.
* sysdeps/i386/i586/strlen.S: Likewise.
* sysdeps/i386/i586/sub_n.S: Likewise.
* sysdeps/i386/i686/add_n.S: Likewise.
* sysdeps/i386/i686/memcpy.S: Likewise.
* sysdeps/i386/i686/mempcpy.S: Likewise.
* sysdeps/i386/i686/memset.S: Likewise.
* sysdeps/i386/i686/strcmp.S: Likewise.
2000-06-08  Greg McGary  <greg@mcgary.org>

* sysdeps/i386/bp-asm.h: New file.
* sysdeps/i386/__longjmp.S: Define & use symbolic argument stack
offsets.  Add ENTER/LEAVE macros for optionally maintaining
frame-pointer chain when debugging.
* sysdeps/i386/add_n.S: Likewise.
* sysdeps/i386/addmul_1.S: Likewise.
* sysdeps/i386/lshift.S: Likewise.
* sysdeps/i386/memchr.S: Likewise.
* sysdeps/i386/memcmp.S: Likewise.
* sysdeps/i386/mul_1.S: Likewise.
* sysdeps/i386/rawmemchr.S: Likewise.
* sysdeps/i386/rshift.S: Likewise.
* sysdeps/i386/stpcpy.S: Likewise.
* sysdeps/i386/stpncpy.S: Likewise.
* sysdeps/i386/strchr.S: Likewise.
* sysdeps/i386/strchrnul.S: Likewise.
* sysdeps/i386/strcspn.S: Likewise.
* sysdeps/i386/strpbrk.S: Likewise.
* sysdeps/i386/strrchr.S: Likewise.
* sysdeps/i386/strspn.S: Likewise.
* sysdeps/i386/strtok.S: Likewise.
* sysdeps/i386/sub_n.S: Likewise.
* sysdeps/i386/submul_1.S: Likewise.
* sysdeps/i386/elf/setjmp.S: Likewise.
* sysdeps/i386/i486/strcat.S: Likewise.
* sysdeps/i386/i486/strlen.S: Likewise.
* sysdeps/i386/i586/add_n.S: Likewise.
* sysdeps/i386/i586/lshift.S: Likewise.
* sysdeps/i386/i586/memcpy.S: Likewise.
* sysdeps/i386/i586/memset.S: Likewise.
* sysdeps/i386/i586/rshift.S: Likewise.
* sysdeps/i386/i586/strchr.S: Likewise.
* sysdeps/i386/i586/strcpy.S: Likewise.
* sysdeps/i386/i586/strlen.S: Likewise.
* sysdeps/i386/i586/sub_n.S: Likewise.
* sysdeps/i386/i686/add_n.S: Likewise.
* sysdeps/i386/i686/memcpy.S: Likewise.
* sysdeps/i386/i686/mempcpy.S: Likewise.
* sysdeps/i386/i686/memset.S: Likewise.
* sysdeps/i386/i686/strcmp.S: Likewise.

24 years ago(main): Rewrite initializers to avoid warnings.
Ulrich Drepper [Fri, 9 Jun 2000 06:09:51 +0000 (06:09 +0000)]
(main): Rewrite initializers to avoid warnings.

24 years agoUpdate.
Ulrich Drepper [Fri, 9 Jun 2000 04:59:48 +0000 (04:59 +0000)]
Update.

* sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer):
Be prepared for empty timer list.

24 years agoUpdate.
Ulrich Drepper [Fri, 9 Jun 2000 04:33:59 +0000 (04:33 +0000)]
Update.

* sysdeps/pthread/timer_create.c (timer_create): Correct names of
CPUTIME clock ID.  Add support for thread clocks.

24 years agoUpdate.
Ulrich Drepper [Fri, 9 Jun 2000 04:33:00 +0000 (04:33 +0000)]
Update.

* sysdeps/pthread/posix-timer.h (timer_ptr2id): Operands in
subtraction were switched.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 21:13:20 +0000 (21:13 +0000)]
Update.

* sysdeps/pthread/timer_routines.c (init_module): Use
THREAD_MAXNODES threads.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 20:38:08 +0000 (20:38 +0000)]
Update.

* sysdeps/pthread/posix-timer.h (struct timer_node): Add creator_pid.
* sysdeps/pthread/timer_create.c: Fill in creator_pid.
* sysdeps/pthread/timer_routines.c (thread_expire_timer): Send signal
with sigqueueinfo is this system call is available.

* sysdeps/pthread/timer_create.c (timer_create): Allow
CLOCK_CPUTIME if _POSIX_CPUTIME is defined.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 19:54:27 +0000 (19:54 +0000)]
Update.

* sysdeps/pthread/Makefile: New file.  Add rules to build timer
functionality.
* sysdeps/unix/sysv/linux/bits/local_lim.h: Add TIMER_MAX.

2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>

* sysdeps/pthread/posix-timer.h: New file.
* sysdeps/pthread/timer_create.c: New file.
* sysdeps/pthread/timer_delete.c: New file.
* sysdeps/pthread/timer_getoverr.c: New file.
* sysdeps/pthread/timer_gettime.c: New file.
* sysdeps/pthread/timer_routines.c: New file.
* sysdeps/pthread/timer_settime.c: New file.
* sysdeps/pthread/tst-timer.c: New file.

2000-06-08  Ulrich Drepper  <drepper@redhat.com>

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 15:14:02 +0000 (15:14 +0000)]
Update.

* sysdeps/unix/sysv/linux/getdtsz.c: New file.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 10:09:10 +0000 (10:09 +0000)]
Update.

* sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as
256 and don't use OPEN_MAX.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 10:05:46 +0000 (10:05 +0000)]
Update.

* sysdeps/unix/sysv/linux/fpathconf.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 10:03:13 +0000 (10:03 +0000)]
Update.

2000-06-08  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and
use it instead of LINK_MAX.

24 years agoDefine LINUX_LINK_MAX and use it instead of LINK_MAX.
Ulrich Drepper [Thu, 8 Jun 2000 10:00:47 +0000 (10:00 +0000)]
Define LINUX_LINK_MAX and use it instead of LINK_MAX.

24 years agoUpdate.
Andreas Jaeger [Thu, 8 Jun 2000 09:02:03 +0000 (09:02 +0000)]
Update.

2000-06-08  Andreas Jaeger  <aj@suse.de>

* libio/genops.c (_IO_list_lock): Only compile body if we're
thread safe.
(_IO_list_unlock): Likewise.
(_IO_list_resetlock): Likewise.

24 years ago* libio/genops.c (_IO_list_lock): Only compile body if we're
Andreas Jaeger [Thu, 8 Jun 2000 09:01:34 +0000 (09:01 +0000)]
* libio/genops.c (_IO_list_lock): Only compile body if we're

thread safe.
(_IO_list_unlock): Likewise.
(_IO_list_resetlock): Likewise.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 08:07:07 +0000 (08:07 +0000)]
Update.

2000-06-08  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/local_lim.h: Remove OPEN_MAX and
LINK_MAX definitions if necessary.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 06:48:41 +0000 (06:48 +0000)]
Update.

* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine OPEN_MAX
unless user defined it.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 06:32:43 +0000 (06:32 +0000)]
Update.

* sysdeps/unix/sysv/linux/bits/local_lim.h: Also undefine LINK_MAX
if not defined by the user.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 06:17:50 +0000 (06:17 +0000)]
Update.

* libio/iofwrite_u.c (fwrite_unlocked): Remove obsolete comment.
* libio/iofwrite.c (_IO_fwrite): Likewise.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 04:57:40 +0000 (04:57 +0000)]
Update.

* time/time.h: Add missing __THROW for clock_getcpuclockid
prototype.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 04:54:46 +0000 (04:54 +0000)]
Update.

* elf/Makefile (distribute): Add dl-dtprocnum.h.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 04:48:56 +0000 (04:48 +0000)]
Update.

* include/elf.h: Include also <dl-dtprocnum.h>.
* elf/dl-deps.c: Likewise.
* elf/dl-lookup.c: Likewise.
* elf/dl-runtime.c: Likewise.
* elf/dl-version.c: Likewise.
* elf/do-rel.h: Likewise.
* elf/dynamic-link.h: Likewise.
* elf/link.h: Likewise.
* elf/rtld.c: Likewise.
* sysdeps/generic/dl-dtprocnum.h: New file.
* sysdeps/ia64/dl-dtprocnum.h: New file.
* sysdeps/mips/dl-dtprocnum.h: New file.
* sysdeps/sparc/dl-dtprocnum.h: New file.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 04:19:30 +0000 (04:19 +0000)]
Update.

* sysdeps/i386/dl-machine.h: Add more __builtin_expect.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 03:31:44 +0000 (03:31 +0000)]
Update.

* elf/do-lookup.h: Add some __builtin_expect.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 03:03:00 +0000 (03:03 +0000)]
Update.

* dlfcn/dlfcn.h: Pretty print dladdr declaraction.

* elf/rtld.c (process_envvars): Recognize LD_DYNAMIC_WEAK.
(_dl_dynamic_weak): New variable.
* elf/dl-support.c: Likewise.
* sysdeps/generic/ldsodefs.h: Declare _dl_dynamic_weak.
* elf/do-lookup.h: If we find a weak definition treat it like a
normal symbol unless _dl_dynamic_weak is nonzero.  In the latter
case treat it like before.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 02:19:27 +0000 (02:19 +0000)]
Update.

* elf/dl-addr.c (_dl_addr): Fill in correct information if symbol
is in main program.
* elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 01:50:04 +0000 (01:50 +0000)]
Update.

* elf/dl-addr.c (_dl_addr): Do exact testing of address range
using l_map_start and l_map_end.

24 years agoUpdate.
Ulrich Drepper [Thu, 8 Jun 2000 01:12:15 +0000 (01:12 +0000)]
Update.

* elf/dl-version.c: Add __builtin_expect in many places.

24 years agoUpdate.
Ulrich Drepper [Wed, 7 Jun 2000 23:43:59 +0000 (23:43 +0000)]
Update.

2000-06-07  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
Update.

24 years agoUpdate.
Ulrich Drepper [Wed, 7 Jun 2000 22:50:32 +0000 (22:50 +0000)]
Update.

2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>

Lock for stdio stream list becomes global, for use in LinuxThreads.

* libio/genops.c (_IO_iter_begin, _IO_iter_end,
_IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock,
_IO_list_resetlock): New interface for iterating global list of
streams without accessing the _IO_list_all global variable,
and for manipulating the lock which protects this list.
* libio/libioP.h: Likewise.
* libio/Version: Add entries for the new functions.

* libio/libioP.h (_IO_ITER): New typedef, just an alias for
pointer to _IO_FILE.

24 years agoUpdate.
Ulrich Drepper [Wed, 7 Jun 2000 19:32:36 +0000 (19:32 +0000)]
Update.

* locale/programs/ld-ctype.c (set_class_defaults): Several uses of
BIT() must actually be BITw().

24 years agoUpdate.
Ulrich Drepper [Wed, 7 Jun 2000 19:13:50 +0000 (19:13 +0000)]
Update.

* locale/programs/ld-ctype.c: Handle SP and space consistently.

24 years agoUpdate.
Ulrich Drepper [Wed, 7 Jun 2000 17:20:28 +0000 (17:20 +0000)]
Update.

2000-06-07  Ulrich Drepper  <drepper@redhat.com>

* locale/programs/charmap.c: Allow string arguments for
code_set_name and repertoiremap.

24 years agoUpdate.
Ulrich Drepper [Wed, 7 Jun 2000 16:53:48 +0000 (16:53 +0000)]
Update.

2000-06-07  Andreas Jaeger  <aj@suse.de>

* elf/Makefile: Build ldconfig only when building shared libraries.

2000-06-07  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
__USE_ISOC99.
(fdimf, __fdim, fdim): Likewise.

24 years agoUpdate.
Ulrich Drepper [Wed, 7 Jun 2000 16:36:48 +0000 (16:36 +0000)]
Update.

2000-06-07  Ulrich Drepper  <drepper@redhat.com>

* locale/findlocale.c: Add __builtin_expect in many places.
* locale/loadlocale.c: Likewise.

24 years agoAdd __builtin_expect in many places.
Ulrich Drepper [Wed, 7 Jun 2000 16:35:57 +0000 (16:35 +0000)]
Add __builtin_expect in many places.

24 years ago* sysdeps/mips/elf/start.S: Trim redundant code.
Greg McGary [Wed, 7 Jun 2000 00:30:05 +0000 (00:30 +0000)]
* sysdeps/mips/elf/start.S: Trim redundant code.

* sysdeps/mips/elf/start.S: Trim redundant code.

24 years agoUpdate.
Ulrich Drepper [Tue, 6 Jun 2000 22:59:19 +0000 (22:59 +0000)]
Update.

* iconvdata/utf-16.c: Add __builtin_expect in many places.
* iconvdata/unicode.c: Likewise.
* iconvdata/uhc.c: Likewise.
* iconvdata/t.61.c: Likewise.
* iconvdata/sjis.c: Likewise.
* iconvdata/johab.c: Likewise.
* iconvdata/iso_6937.c: Likewise.
* iconvdata/iso_6937-2.c: Likewise.
* iconvdata/iso8859-1.c: Likewise.
* iconvdata/iso646.c: Likewise.
* iconvdata/iso-2022-kr.c: Likewise.

24 years agoAdd __builtin_expect in many places.
Ulrich Drepper [Tue, 6 Jun 2000 22:58:45 +0000 (22:58 +0000)]
Add __builtin_expect in many places.