diff options
-rw-r--r-- | elf/tls-macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tls-macros.h b/elf/tls-macros.h index c6626c2e75..f734417149 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 |