From 47c5323527dcc954d2d60e9ee87211597aabd101 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 23 Feb 2011 09:23:08 -0800 Subject: Handle DW_AT_GNU_odr_signature in readelf. --- src/ChangeLog | 4 ++++ src/readelf.c | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index d3d45b09..c8b897a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-02-23 Roland McGrath + + * readelf.c (dwarf_attr_string): Grok DW_AT_GNU_odr_signature. + 2011-02-11 Roland McGrath * elfcmp.c (verbose): New variable. 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 , 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; -- cgit v1.2.3