+2011-02-23 Roland McGrath <roland@redhat.com>
+
+ * readelf.c (dwarf_attr_string): Grok DW_AT_GNU_odr_signature.
+
2011-02-11 Roland McGrath <roland@redhat.com>
* elfcmp.c (verbose): New variable.
/* 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 <drepper@redhat.com>, 1999.
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;