diff options
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index d5f7baf..ae50a65 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -1595,6 +1595,7 @@ read_and_display_attr_value (unsigned long attribute, case DW_FORM_ref8: case DW_FORM_data8: + if (!do_loc) { dwarf_vma high_bits; dwarf_vma utmp; |