diff options
author | Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com> | 2022-07-06 16:26:25 +0530 |
---|---|---|
committer | Alok Kumar Sharma <AlokKumar.Sharma@amd.com> | 2022-07-06 16:27:47 +0530 |
commit | ad349f2493f934573c0809ead35ea299286beecd (patch) | |
tree | f45478d6baaa0686e498b9d272cf3c250d428994 | |
parent | f68697e82319687871943f949078ed334f188211 (diff) | |
download | gdb-ad349f2493f934573c0809ead35ea299286beecd.zip gdb-ad349f2493f934573c0809ead35ea299286beecd.tar.gz gdb-ad349f2493f934573c0809ead35ea299286beecd.tar.bz2 |
Descriptive DWARF operations dump support for DW_AT_rank
DW_AT_rank is a dwarf-5 feature.
-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; |