Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc4/gcc/config/rs6000 Define HAVE_AS_TLS until our...



details:   https://anonhg.NetBSD.org/src/rev/d4924d84eb58
branches:  trunk
changeset: 763177:d4924d84eb58
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 12 07:57:38 2011 +0000

description:
Define HAVE_AS_TLS until our build tools figure out how to do it.

diffstat:

 gnu/dist/gcc4/gcc/config/rs6000/netbsd.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r ac37335998bd -r d4924d84eb58 gnu/dist/gcc4/gcc/config/rs6000/netbsd.h
--- a/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h  Sat Mar 12 07:56:36 2011 +0000
+++ b/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h  Sat Mar 12 07:57:38 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index