From: Roland McGrath Date: Tue, 5 Jan 2010 21:38:15 +0000 (-0800) Subject: Add some more DW_AT_GNU_* types from gcc. X-Git-Tag: elfutils-0.144~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cb19833d376461a3c25fb2831a18908c933a322;p=platform%2Fupstream%2Felfutils.git Add some more DW_AT_GNU_* types from gcc. --- diff --git a/libdw/ChangeLog b/libdw/ChangeLog index c5aacc6..bbbebfe 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,5 +1,7 @@ 2010-01-05 Roland McGrath + * 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 diff --git a/libdw/dwarf.h b/libdw/dwarf.h index c2bf11a..aefc1a7 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -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