2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00

2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>

* elf/tls-macros.h: Correct typo.
This commit is contained in:
Roland McGrath 2005-03-27 20:06:13 +00:00
parent 1e6da2b0f2
commit 729cee49f0

@ -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