diff options
Diffstat (limited to 'src/readelf.c')
-rw-r--r-- | src/readelf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/readelf.c b/src/readelf.c index 81ef6a9f..0e50a692 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -1,5 +1,5 @@ /* Print information from ELF file in human-readable form. - Copyright (C) 1999-2010 Red Hat, Inc. + Copyright (C) 1999-2011 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 1999. @@ -3507,6 +3507,10 @@ dwarf_attr_string (unsigned int attrnum) result = "GNU_vector"; break; + case DW_AT_GNU_odr_signature: + result = "GNU_odr_signature"; + break; + case DW_AT_GNU_template_name: result = "GNU_template_name"; break; |