public inbox for binutils-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Descriptive DWARF operations dump support for DW_AT_rank
@ 2022-07-06 11:07 Alok Kumar Sharma
  0 siblings, 0 replies; only message in thread
From: Alok Kumar Sharma @ 2022-07-06 11:07 UTC (permalink / raw)
  To: bfd-cvs

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-06 11:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 11:07 [binutils-gdb] Descriptive DWARF operations dump support for DW_AT_rank Alok Kumar Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).