mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
* sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
* sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
This commit is contained in:
@@ -47,6 +47,8 @@
|
|||||||
|
|
||||||
2000-07-03 Greg McGary <greg@mcgary.org>
|
2000-07-03 Greg McGary <greg@mcgary.org>
|
||||||
|
|
||||||
|
* sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
|
||||||
|
|
||||||
* csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
|
* csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
|
||||||
($(objpfx)b$(start-installed-name)): Add non-elf rule.
|
($(objpfx)b$(start-installed-name)): Add non-elf rule.
|
||||||
|
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
popl %ecx; /* jmp_buf value */ \
|
popl %ecx; /* jmp_buf value */ \
|
||||||
popl %edx; /* jmp_buf low bound */ \
|
popl %edx; /* jmp_buf low bound */ \
|
||||||
pushl 0(%esp); /* jmp_buf high bound */ \
|
pushl 0(%esp); /* jmp_buf high bound */ \
|
||||||
movel $MASK, 4(%esp); \
|
movl $MASK, 4(%esp); \
|
||||||
pushl %edx; \
|
pushl %edx; \
|
||||||
pushl %ecx; \
|
pushl %ecx; \
|
||||||
pushl %eax
|
pushl %eax
|
||||||
|
Reference in New Issue
Block a user