]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Add some more DW_AT_GNU_* types from gcc.
authorRoland McGrath <roland@redhat.com>
Tue, 5 Jan 2010 21:38:15 +0000 (13:38 -0800)
committerRoland McGrath <roland@redhat.com>
Tue, 5 Jan 2010 21:38:15 +0000 (13:38 -0800)
libdw/ChangeLog
libdw/dwarf.h

index c5aacc63227c5cc2c9cacb1ef20eca3730a771ee..bbbebfe2727e7386674c86e12b071669e945df8d 100644 (file)
@@ -1,5 +1,7 @@
 2010-01-05  Roland McGrath  <roland@redhat.com>
 
+       * dwarf.h: Add some more DW_AT_GNU_* types from gcc.
+
        * dwarf.h: Add DW_AT_GNU_vector, DW_AT_GNU_template_name.
 
 2009-11-21  Roland McGrath  <roland@redhat.com>
index c2bf11a45594cccd53e235febcc3057785795128..aefc1a793f321c6fc071c283ad88dae6ef7edeba 100644 (file)
@@ -255,6 +255,14 @@ enum
     DW_AT_body_begin = 0x2105,
     DW_AT_body_end = 0x2106,
     DW_AT_GNU_vector = 0x2107,
+    DW_AT_GNU_guarded_by = 0x2108,
+    DW_AT_GNU_pt_guarded_by = 0x2109,
+    DW_AT_GNU_guarded = 0x210a,
+    DW_AT_GNU_pt_guarded = 0x210b,
+    DW_AT_GNU_locks_excluded = 0x210c,
+    DW_AT_GNU_exclusive_locks_required = 0x210d,
+    DW_AT_GNU_shared_locks_required = 0x210e,
+    DW_AT_GNU_odr_signature = 0x210f,
     DW_AT_GNU_template_name = 0x2110,
 
     DW_AT_hi_user = 0x3fff