* findvar.c (read_var_value): Temporarily disable TLS code, until
complete TLS support is added.
+2002-10-21 Elena Zannoni <ezannoni@redhat.com>
+
+ * findvar.c (read_var_value): Temporarily disable TLS code, until
+ complete TLS support is added.
+
2002-10-21 Jim Blandy <jimb@redhat.com>
Elena Zannoni <ezannoni@redhat.com>
case LOC_THREAD_LOCAL_STATIC:
{
+#if 0
+ /* FIXME: ezannoni 2002-10-21: Temporarly disable the code
+ below, until the rest of the TLS support code is checked
+ in. */
+
/* We want to let the target / ABI-specific code construct
this value for us, so we need to dispose of the value
allocated for us above. */
finding TLS is an ABI-specific thing. But we don't do that
yet. */
else
+#endif
error ("Cannot find thread-local variables on this target");
break;
}