mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03: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:
@@ -1,5 +1,8 @@
|
|||||||
1999-01-30 Ulrich Drepper <drepper@cygnus.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
|
* sysdeps/libm-i387/s_fdim.S: Reverse arguments of instruction
|
||||||
changed in last patch.
|
changed in last patch.
|
||||||
* sysdeps/libm-i387/s_fdimf.S: Likewise.
|
* sysdeps/libm-i387/s_fdimf.S: Likewise.
|
||||||
|
@@ -19,7 +19,8 @@
|
|||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
#define _ASM 1
|
#define _ASM 1
|
||||||
#include <jmp_buf.h>
|
#define _SETJMP_H
|
||||||
|
#include <bits/setjmp.h>
|
||||||
#define ENV(base,reg) [%base + (reg * 4)]
|
#define ENV(base,reg) [%base + (reg * 4)]
|
||||||
#define ST_FLUSH_WINDOWS 3
|
#define ST_FLUSH_WINDOWS 3
|
||||||
#define RW_FP [%fp + 0x38]
|
#define RW_FP [%fp + 0x38]
|
||||||
|
Reference in New Issue
Block a user