Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 30 Jan 1999 08:22:20 +0000 (08:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 30 Jan 1999 08:22:20 +0000 (08:22 +0000)
* sysdeps/sparc/sparc32/__longjmp.S: Include bits/setjmp.h not
jmp_buf.h.  Patch by David S. Miller <davem@dm.cobaltmicro.com>.

ChangeLog
sysdeps/sparc/sparc32/__longjmp.S

index 34cb64e..2a9faed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-30  Ulrich Drepper  <drepper@cygnus.com>
 
+       * sysdeps/sparc/sparc32/__longjmp.S: Include bits/setjmp.h not
+       jmp_buf.h.  Patch by David S. Miller <davem@dm.cobaltmicro.com>.
+
        * sysdeps/libm-i387/s_fdim.S: Reverse arguments of instruction
        changed in last patch.
        * sysdeps/libm-i387/s_fdimf.S: Likewise.
index 6f984b9..1d49b26 100644 (file)
@@ -19,7 +19,8 @@
 #include <sysdep.h>
 
 #define _ASM 1
-#include <jmp_buf.h>
+#define _SETJMP_H
+#include <bits/setjmp.h>
 #define ENV(base,reg) [%base + (reg * 4)]
 #define ST_FLUSH_WINDOWS 3
 #define RW_FP [%fp + 0x38]