+2001-03-16 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext):
+ Internationalize.
+
2001-02-06 Jakub Jelinek <jakub@redhat.com>
* elf/dl-load.c (_dl_map_object): Don't test l_opencount when
/* If the requested name matches the soname of a loaded object,
use that object. Elide this check for names that have not
yet been opened. */
- if (l->l_faked == 0)
+ if (l->l_faked != 0)
continue;
if (!_dl_name_match_p (name, l))
{
+2001-02-26 Jakub Jelinek <jakub@redhat.com>
+
+ * signals.c (pthread_sighandler): Use CALL_SIGHANDLER.
+
2001-02-23 Jakub Jelinek <jakub@redhat.com>
* internals.h (__pthread_init_max_stacksize): New prototype.
decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`;
abinum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1,\2,\3/'`;
cat > conftest.$ac_ext <<EOF
-#line 92 "configure"
+#line 93 "configure"
#include "confdefs.h"
#include <linux/version.h>
#if LINUX_VERSION_CODE < $decnum
ac_prefix=$ac_default_prefix
fi
echo $ac_n "checking for symlinks in ${ac_prefix}/include""... $ac_c" 1>&6
-echo "configure:204: checking for symlinks in ${ac_prefix}/include" >&5
+echo "configure:209: checking for symlinks in ${ac_prefix}/include" >&5
ac_message=
if test -L ${ac_prefix}/include/net; then
ac_message="$ac_message
/* Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+ Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
#include <stdio.h>
#include <stdlib.h>
#include <ucontext.h>
+#include <sys/rse.h>
-#include <ia64/rse.h>
struct fdesc
{
if (argc > 8)
{
- fprintf (stderr, "__makecontext: does not know how to handle more "
- "than 8 arguments\n");
+ fprintf (stderr, _("\
+makecontext: does not know how to handle more than 8 arguments\n"));
exit (-1);
}