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 0b655b4..7b21bd1 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -9130,7 +9130,7 @@ loc_descriptor_from_tree_1 (tree loc, int want_address) rtx rtl; /* If this is not defined, we have no way to emit the data. */ - if (!targetm.asm_out.output_dwarf_dtprel) + if (!targetm.have_tls || !targetm.asm_out.output_dwarf_dtprel) return 0; /* The way DW_OP_GNU_push_tls_address is specified, we can only |