mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
This commit is contained in:
parent
14b2f517ee
commit
2de00c64c4
@ -1,3 +1,7 @@
|
||||
2010-08-02 Doug Evans <dje@google.com>
|
||||
|
||||
* dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
|
||||
|
||||
2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* linux-thread-db.c (libthread_db_debug): New variable.
|
||||
|
@ -11379,6 +11379,8 @@ dwarf_attr_name (unsigned attr)
|
||||
return "DW_AT_body_end";
|
||||
case DW_AT_GNU_vector:
|
||||
return "DW_AT_GNU_vector";
|
||||
case DW_AT_GNU_odr_signature:
|
||||
return "DW_AT_GNU_odr_signature";
|
||||
/* VMS extensions. */
|
||||
case DW_AT_VMS_rtnbeg_pd_address:
|
||||
return "DW_AT_VMS_rtnbeg_pd_address";
|
||||
|
Loading…
Reference in New Issue
Block a user