diff options
Diffstat (limited to 'gdb/dwarf2loc.c')
-rw-r--r-- | gdb/dwarf2loc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index 4ec2549..43fb7c5 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -2237,9 +2237,9 @@ locexpr_describe_location_piece (struct symbol *symbol, struct ui_file *stream, as the size of an address on the target machine (here is 8 bytes). Note that more recent version of GCC emit DW_OP_const4u or DW_OP_const8u, depending on address size, rather than - DW_OP_addr. 0xe0 is the encoding for - DW_OP_GNU_push_tls_address. The operand represents the offset at - which the variable is within the thread local storage. */ + DW_OP_addr. 0xe0 is the encoding for DW_OP_GNU_push_tls_address. + The operand represents the offset at which the variable is within + the thread local storage. */ else if (data + 1 + addr_size < end && (data[0] == DW_OP_addr |