From: Roland McGrath Date: Sun, 27 Mar 2005 20:06:13 +0000 (+0000) Subject: 2005-03-27 Daniel Jacobowitz X-Git-Tag: cvs/fedora-glibc-20050401T1444~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=729cee49f05a7394d321afa04e9b4780da028fda;p=thirdparty%2Fglibc.git 2005-03-27 Daniel Jacobowitz * elf/tls-macros.h: Correct typo. --- diff --git a/elf/tls-macros.h b/elf/tls-macros.h index c6626c2e757..f7344171497 100644 --- a/elf/tls-macros.h +++ b/elf/tls-macros.h @@ -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