* sysdeps/sparc/sparc32/__longjmp.S: Include bits/setjmp.h not
	jmp_buf.h.  Patch by David S. Miller <davem@dm.cobaltmicro.com>.
This commit is contained in:
Ulrich Drepper 1999-01-30 08:22:20 +00:00
parent 4b2e86ce91
commit 3ea10b0b52
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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]