2003-07-22 Elena Zannoni <ezannoni@redhat.com>
dwarf2loc.c (locexpr_describe_location): Fix typo.
This commit is contained in:
parent
ecc27c311f
commit
c193f044f3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
dwarf2loc.c (locexpr_describe_location): Fix typo.
|
||||
|
||||
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* findvar.c (read_var_value): Remove case for thread local storage
|
||||
|
|
|
@ -427,7 +427,7 @@ locexpr_describe_location (struct symbol *symbol, struct ui_file *stream)
|
|||
{
|
||||
int bytes_read;
|
||||
CORE_ADDR offset = dwarf2_read_address (&dlbaton->data[1],
|
||||
&dlbaton->data[dlbaton->size - 2],
|
||||
&dlbaton->data[dlbaton->size - 1],
|
||||
&bytes_read);
|
||||
fprintf_filtered (stream,
|
||||
"a thread-local variable at offset %s in the"
|
||||
|
|
Loading…
Add table
Reference in a new issue