summaryrefslogtreecommitdiff
path: root/src/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/readelf.c')
-rw-r--r--src/readelf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/readelf.c b/src/readelf.c
index d182ab50..eb1d469d 100644
--- a/src/readelf.c
+++ b/src/readelf.c
@@ -3590,6 +3590,10 @@ dwarf_attr_string (unsigned int attrnum)
result = "GNU_all_source_call_sites";
break;
+ case DW_AT_GNU_macros:
+ result = "GNU_macros";
+ break;
+
default:
if (attrnum < DW_AT_lo_user)
snprintf (buf, sizeof buf, gettext ("unknown attribute %hx"),