diff options
Diffstat (limited to 'gdb/findvar.c')
-rw-r--r-- | gdb/findvar.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/findvar.c b/gdb/findvar.c index dd3061b..9eff168 100644 --- a/gdb/findvar.c +++ b/gdb/findvar.c @@ -544,11 +544,6 @@ addresses have not been bound by the dynamic loader. Try again when executable i 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. */ @@ -560,7 +555,6 @@ addresses have not been bound by the dynamic loader. Try again when executable i 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; } |