diff options
Diffstat (limited to 'src/readelf.c')
| -rw-r--r-- | src/readelf.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/readelf.c b/src/readelf.c index 2c263ec7..19792acb 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -3446,6 +3446,14 @@ dwarf_attr_string (unsigned int attrnum) result = "body_end"; break; + case DW_AT_GNU_vector: + result = "GNU_vector"; + break; + + case DW_AT_GNU_template_name: + result = "GNU_template_name"; + break; + default: if (attrnum < DW_AT_lo_user) snprintf (buf, sizeof buf, gettext ("unknown attribute %hx"), |
