binutils/binutils-2.28-DW_AT_export_symbols.patch
2017-07-20 12:08:54 +01:00

15 lines
597 B
Diff

--- binutils.orig/include/dwarf2.def 2017-07-20 09:05:22.616764282 +0100
+++ binutils-2.28/include/dwarf2.def 2017-07-20 09:05:59.168330104 +0100
@@ -310,6 +310,11 @@ DW_AT (DW_AT_enum_class, 0x6d)
DW_AT (DW_AT_linkage_name, 0x6e)
/* DWARF 5. */
DW_AT (DW_AT_noreturn, 0x87)
+DW_AT (DW_AT_alignment, 0x88)
+DW_AT (DW_AT_export_symbols, 0x89)
+DW_AT (DW_AT_deleted, 0x8a)
+DW_AT (DW_AT_defaulted, 0x8b)
+DW_AT (DW_AT_loclists_base, 0x8c)
DW_AT_DUP (DW_AT_lo_user, 0x2000) /* Implementation-defined range start. */
DW_AT_DUP (DW_AT_hi_user, 0x3fff) /* Implementation-defined range end. */