From e791bd95a530740a79b2b383075ddfda68663921 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 6 Nov 2002 00:08:36 +0000 Subject: * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only under [__USE_MISC || _ASM]. * elf/elf.h: Remove the obsolete SH TLS relocations. --- sysdeps/sh/bits/setjmp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/sh/bits/setjmp.h') diff --git a/sysdeps/sh/bits/setjmp.h b/sysdeps/sh/bits/setjmp.h index 5182300f34..55bc66549b 100644 --- a/sysdeps/sh/bits/setjmp.h +++ b/sysdeps/sh/bits/setjmp.h @@ -42,7 +42,9 @@ typedef struct } __jmp_buf[1]; #endif +#if defined __USE_MISC || defined _ASM #define JB_SIZE (4 * 15) +#endif /* Test if longjmp to JMPBUF would unwind the frame containing a local variable at ADDRESS. */ -- cgit 1.4.1