diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index f29f4ef..d16b809 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -8951,7 +8951,7 @@ loc_descriptor_from_tree_1 (tree loc, int want_address) return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), 1); case VAR_DECL: - if (DECL_THREAD_LOCAL (loc)) + if (DECL_THREAD_LOCAL_P (loc)) { rtx rtl; |