diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-27 20:06:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-27 20:06:13 +0000 |
commit | 729cee49f05a7394d321afa04e9b4780da028fda (patch) | |
tree | 5fbac7cc773f7811a3fc487a4970cfb5a9d37277 /elf | |
parent | 1e6da2b0f29d6cb1b2c49f05ea479c9e7930f004 (diff) | |
download | glibc-729cee49f05a7394d321afa04e9b4780da028fda.tar.gz glibc-729cee49f05a7394d321afa04e9b4780da028fda.tar.xz glibc-729cee49f05a7394d321afa04e9b4780da028fda.zip |
2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>
* elf/tls-macros.h: Correct typo.
Diffstat (limited to 'elf')
-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 |