summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/dwarf2.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/dwarf2.h')
-rw-r--r--contrib/gcc/dwarf2.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/gcc/dwarf2.h b/contrib/gcc/dwarf2.h
index 3118837..524d2bd 100644
--- a/contrib/gcc/dwarf2.h
+++ b/contrib/gcc/dwarf2.h
@@ -376,7 +376,14 @@ enum dwarf_attribute
/* PGI (STMicroelectronics) extensions. */
DW_AT_PGI_lbase = 0x3a00,
DW_AT_PGI_soffset = 0x3a01,
- DW_AT_PGI_lstride = 0x3a02
+ /* APPLE LOCAL begin radar 5811943 - Fix type of pointers to blocks */
+ DW_AT_PGI_lstride = 0x3a02,
+ /* APPLE LOCAL begin radar 6386976 */
+ DW_AT_APPLE_block = 0x3fe4,
+ /* APPLE LOCAL end radar 5811943 - Fix type of pointers to blocks */
+ DW_AT_APPLE_major_runtime_vers = 0x3fe5,
+ DW_AT_APPLE_runtime_class = 0x3fe6
+ /* APPLE LOCAL end radar 6386976 */
};
#define DW_AT_lo_user 0x2000 /* Implementation-defined range start. */
OpenPOWER on IntegriCloud