2002-04-25 Elena Zannoni <ezannoni@redhat.com>
* readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
This commit is contained in:
parent
a41e566586
commit
6c95717af0
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-04-25 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
|
||||
|
||||
2002-04-24 Christian Groessler <chris@groessler.org>
|
||||
|
||||
* MAINTAINERS: Changed my email address.
|
||||
|
|
|
@ -6529,6 +6529,7 @@ get_AT_name (attribute)
|
|||
case DW_AT_src_coords: return "DW_AT_src_coords";
|
||||
case DW_AT_body_begin: return "DW_AT_body_begin";
|
||||
case DW_AT_body_end: return "DW_AT_body_end";
|
||||
case DW_AT_GNU_vector: return "DW_AT_GNU_vector";
|
||||
default:
|
||||
{
|
||||
static char buffer [100];
|
||||
|
|
Loading…
Reference in a new issue