From ff3657eeaf3dde9596b10095659590e5e55eb7c4 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 29 Aug 2012 18:37:10 +0000 Subject: Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't error out on files that contain it. (This attribute can be emitted by newer versions of clang.) MFC after: 2 weeks --- contrib/binutils/include/elf/dwarf2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/binutils/include/elf') diff --git a/contrib/binutils/include/elf/dwarf2.h b/contrib/binutils/include/elf/dwarf2.h index 2683f5131c74..9877f1c094b6 100644 --- a/contrib/binutils/include/elf/dwarf2.h +++ b/contrib/binutils/include/elf/dwarf2.h @@ -238,7 +238,8 @@ enum dwarf_form DW_FORM_ref4 = 0x13, DW_FORM_ref8 = 0x14, DW_FORM_ref_udata = 0x15, - DW_FORM_indirect = 0x16 + DW_FORM_indirect = 0x16, + DW_FORM_flag_present = 0x19 }; /* Attribute names and codes. */ -- cgit v1.3