Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 7 Feb 2002 18:04:59 +0000 (18:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 7 Feb 2002 18:04:59 +0000 (18:04 +0000)
2002-02-07  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.

ChangeLog
sysdeps/i386/dl-tls.h

index 4778ce5..1994cc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
+
 2002-02-07  Andreas Schwab  <schwab@suse.de>
 
        * configure.in: Fix check for -zcombreloc.
index 7fe4be8..0b7d5c5 100644 (file)
@@ -17,7 +17,6 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#ifdef USE_TLS
 /* Type used for the representation of TLS information in the GOT.  */
 typedef struct
 {
@@ -46,5 +45,3 @@ __tls_get_addr (tls_index *ti)
 /* Prepare using the definition of __tls_get_addr in the generic
    version of this file.  */
 #define __tls_get_addr __attribute__ ((__regparm__ (1))) ___tls_get_addr
-
-#endif /* use TLS */