From: Bhuvanendra Kumar N Date: Wed, 6 Jul 2022 10:56:25 +0000 (+0530) Subject: Descriptive DWARF operations dump support for DW_AT_rank X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad349f2493f934573c0809ead35ea299286beecd;p=binutils-gdb.git Descriptive DWARF operations dump support for DW_AT_rank DW_AT_rank is a dwarf-5 feature. --- diff --git a/binutils/dwarf.c b/binutils/dwarf.c index beb69544e38..2b1eec49422 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;