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 c5aacc6..bbbebfe 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 c2bf11a..aefc1a7 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