Module Name:    src
Committed By:   skrll
Date:           Thu Mar 10 15:15:26 UTC 2011

Modified Files:
        src/gnu/usr.bin/gcc4/arch/hppa: auto-host.h

Log Message:
Re-run mknative to pick up TLS support..


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h
diff -u src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h:1.7 src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h:1.8
--- src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h:1.7	Sat May  8 03:00:12 2010
+++ src/gnu/usr.bin/gcc4/arch/hppa/auto-host.h	Thu Mar 10 15:15:26 2011
@@ -272,7 +272,7 @@
 
 /* Define if your assembler supports thread-local storage. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_TLS */
+#define HAVE_AS_TLS 1
 #endif
 
 

Reply via email to