2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>
authorRoland McGrath <roland@gnu.org>
Sun, 27 Mar 2005 20:06:13 +0000 (20:06 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 27 Mar 2005 20:06:13 +0000 (20:06 +0000)
* elf/tls-macros.h: Correct typo.

elf/tls-macros.h

index c6626c2..f734417 100644 (file)
@@ -733,6 +733,6 @@ register void *__gp __asm__("$29");
   })
 
 #elif !defined TLS_LE || !defined TLS_IE \
-      || !defined TLS_LD || !defined TLS_GD(x)
+      || !defined TLS_LD || !defined TLS_GD
 # error "No support for this architecture so far."
 #endif