Descriptive DWARF operations dump support for DW_AT_rank
authorBhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
Wed, 6 Jul 2022 10:56:25 +0000 (16:26 +0530)
committerAlok Kumar Sharma <AlokKumar.Sharma@amd.com>
Wed, 6 Jul 2022 10:57:47 +0000 (16:27 +0530)
DW_AT_rank is a dwarf-5 feature.

binutils/dwarf.c

index beb69544e38d63c9f80c97039e26978ea5c1f896..2b1eec4942236c1bfe258344590c23304e866be3 100644 (file)
@@ -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;