mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
* sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
under [__USE_MISC || _ASM]. * elf/elf.h: Remove the obsolete SH TLS relocations.
This commit is contained in:
parent
0b27510b8f
commit
e791bd95a5
@ -1,3 +1,10 @@
|
|||||||
|
2002-11-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
|
* sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
|
||||||
|
under [__USE_MISC || _ASM].
|
||||||
|
|
||||||
|
* elf/elf.h: Remove the obsolete SH TLS relocations.
|
||||||
|
|
||||||
2002-11-05 Ulrich Drepper <drepper@redhat.com>
|
2002-11-05 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
|
* posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
|
||||||
|
@ -42,7 +42,9 @@ typedef struct
|
|||||||
} __jmp_buf[1];
|
} __jmp_buf[1];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined __USE_MISC || defined _ASM
|
||||||
#define JB_SIZE (4 * 15)
|
#define JB_SIZE (4 * 15)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Test if longjmp to JMPBUF would unwind the frame
|
/* Test if longjmp to JMPBUF would unwind the frame
|
||||||
containing a local variable at ADDRESS. */
|
containing a local variable at ADDRESS. */
|
||||||
|
Loading…
Reference in New Issue
Block a user