* sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
authorRoland McGrath <roland@gnu.org>
Wed, 6 Nov 2002 00:08:36 +0000 (00:08 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 6 Nov 2002 00:08:36 +0000 (00:08 +0000)
under [__USE_MISC || _ASM].

* elf/elf.h: Remove the obsolete SH TLS relocations.

ChangeLog
sysdeps/sh/bits/setjmp.h

index 879ff54..86f1f35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
index 5182300..55bc665 100644 (file)
@@ -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.  */