* sysdeps/sparc/sparc32/__longjmp.S: Include bits/setjmp.h not
jmp_buf.h. Patch by David S. Miller <davem@dm.cobaltmicro.com>.
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.
#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]