mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
* 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:
parent
4b2e86ce91
commit
3ea10b0b52
@ -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.
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user