summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-03-27 20:06:13 +0000
committerRoland McGrath <roland@gnu.org>2005-03-27 20:06:13 +0000
commit729cee49f05a7394d321afa04e9b4780da028fda (patch)
tree5fbac7cc773f7811a3fc487a4970cfb5a9d37277 /elf
parent1e6da2b0f29d6cb1b2c49f05ea479c9e7930f004 (diff)
2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>
* elf/tls-macros.h: Correct typo.
Diffstat (limited to 'elf')
-rw-r--r--elf/tls-macros.h2
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