Module Name: src
Committed By: matt
Date: Sat Mar 12 07:57:38 UTC 2011
Modified Files:
src/gnu/dist/gcc4/gcc/config/rs6000: netbsd.h
Log Message:
Define HAVE_AS_TLS until our build tools figure out how to do it.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.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/dist/gcc4/gcc/config/rs6000/netbsd.h
diff -u src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h:1.6 src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h:1.7
--- src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h:1.6 Fri Feb 25 22:36:10 2011
+++ src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h Sat Mar 12 07:57:38 2011
@@ -129,7 +129,9 @@
* but until the cross build does the right thing...)
*/
#undef TARGET_SECURE_PLT
-#define TARGET_SECURE_PLT secure_plt
+#define TARGET_SECURE_PLT secure_plt
+#undef HAVE_AS_TLS
+#define HAVE_AS_TLS 1
#undef TARGET_E500
#undef TARGET_E500_SINGLE