diff options
Diffstat (limited to 'binutils')
-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 beb6954..2b1eec4 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -3376,6 +3376,7 @@ read_and_display_attr_value (unsigned long attribute, case DW_AT_stride: case DW_AT_upper_bound: case DW_AT_lower_bound: + case DW_AT_rank: if (block_start) { int need_frame_base; |