[binutils-gdb] Descriptive DWARF operations dump support for DW_AT_rank
Alok Kumar Sharma
alok@sourceware.org
Wed Jul 6 11:07:48 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ad349f2493f934573c0809ead35ea299286beecd
commit ad349f2493f934573c0809ead35ea299286beecd
Author: Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
Date: Wed Jul 6 16:26:25 2022 +0530
Descriptive DWARF operations dump support for DW_AT_rank
DW_AT_rank is a dwarf-5 feature.
Diff:
---
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;
More information about the Binutils-cvs
mailing list