Fix a typo in elf/tls-macros.h
Daniel Jacobowitz
drow@false.org
Sun Mar 27 15:52:00 GMT 2005
Noticed this when I converted MIPS to a sysdeps/ tls-macros.h header.
--
Daniel Jacobowitz
CodeSourcery, LLC
2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>
* elf/tls-macros.h: Correct typo.
Index: glibc/elf/tls-macros.h
===================================================================
--- glibc.orig/elf/tls-macros.h 2005-03-16 18:42:27.000000000 -0500
+++ glibc/elf/tls-macros.h 2005-03-27 10:46:22.473501439 -0500
@@ -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
More information about the Libc-alpha
mailing list