]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Handle DW_AT_GNU_odr_signature in readelf.
authorRoland McGrath <roland@redhat.com>
Wed, 23 Feb 2011 17:23:08 +0000 (09:23 -0800)
committerRoland McGrath <roland@redhat.com>
Wed, 23 Feb 2011 17:23:08 +0000 (09:23 -0800)
src/ChangeLog
src/readelf.c

index d3d45b09f650436104424e1fcbb3e373f8257d17..c8b897a9a131a9540f45c76bd442bac7069c2ac2 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 81ef6a9f410ad378f58c599173d20c4c6c8694cd..0e50a69279744a67f88ab0184631a0431ec89b9f 100644 (file)
@@ -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 <drepper@redhat.com>, 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;