This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix a typo in elf/tls-macros.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]