public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit] dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
@ 2010-08-03  0:53 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2010-08-03  0:53 UTC (permalink / raw)
  To: gdb-patches

Hi.

I've committed the following.

According to include/dwarf2.h there are more GNU attributes,
I left them for another pass.

2010-08-02  Doug Evans  <dje@google.com>

	* dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.

Index: dwarf2read.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2read.c,v
retrieving revision 1.432
diff -u -p -r1.432 dwarf2read.c
--- dwarf2read.c	28 Jul 2010 20:05:03 -0000	1.432
+++ dwarf2read.c	3 Aug 2010 00:50:04 -0000
@@ -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";

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-03  0:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-03  0:53 [commit] dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).