about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-22 08:46:19 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-22 08:46:19 +0000
commit90b828e6ad6cbf4a1ac63b51b0910a9cc159b7cd (patch)
tree24ee13723e184fcae071f166d2c95e67b573188b /sysdeps/unix
parent0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7 (diff)
downloadglibc-90b828e6ad6cbf4a1ac63b51b0910a9cc159b7cd.tar.gz
glibc-90b828e6ad6cbf4a1ac63b51b0910a9cc159b7cd.tar.xz
glibc-90b828e6ad6cbf4a1ac63b51b0910a9cc159b7cd.zip
Update.
2001-05-22  Andreas Jaeger  <aj@suse.de>

	* sysdeps/ieee754/ldbl-128/s_log1pl.c: New file, contributed by
	Stephen L Moshier <moshier@mediaone.net>.

2001-05-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* sysdeps/s390/s390-32/backtrace.c: Make backtrace return the
	return addresses instead of the stack pointers.
	* sysdeps/s390/s390-64/backtrace.c: Likewise.

2001-05-21  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Include
	bits/sigcontext.h instead of bits/sigstack.h.
	* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add
	multiple-inclusion guards.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h7
-rw-r--r--sysdeps/unix/sysv/linux/ia64/sys/ucontext.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
index 8daaa5e485..7f99d853a8 100644
--- a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
+++ b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998,2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jes Sorensen <jes@linuxcare.com>, July 2000
 
@@ -21,6 +21,9 @@
 # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
 #endif
 
+#ifndef _BITS_SIGCONTEXT_H
+#define _BITS_SIGCONTEXT_H 1
+
 #include <asm/fpu.h>
 #include <bits/sigstack.h>
 
@@ -50,3 +53,5 @@ struct sigcontext
    * include the kernel headers here. */
   unsigned long int sc_mask;	/* signal mask to restore after handler returns */
 };
+
+#endif _BITS_SIGCONTEXT_H
diff --git a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
index 8ca52209ba..017d6e7667 100644
--- a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
@@ -22,7 +22,7 @@
 #include <features.h>
 #include <signal.h>
 
-#include <bits/sigstack.h>
+#include <bits/sigcontext.h>
 
 /*
  * These are here mostly for backwards compatibility with older Unices.