From ad349f2493f934573c0809ead35ea299286beecd Mon Sep 17 00:00:00 2001 From: Bhuvanendra Kumar N Date: Wed, 6 Jul 2022 16:26:25 +0530 Subject: [PATCH] Descriptive DWARF operations dump support for DW_AT_rank DW_AT_rank is a dwarf-5 feature. --- binutils/dwarf.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2