merge from gcc

This commit is contained in:
DJ Delorie 2014-10-14 18:02:03 +00:00
parent 6a56366a9e
commit 34e2edb76a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-10-02 Mark Wielaard <mjw@redhat.com>
PR debug/63239
* dwarf2.def (DW_AT_GNU_deleted): New attribute.
2014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
* libiberty.h (PEX_STDOUT_APPEND): New flag.

View File

@ -383,6 +383,8 @@ DW_AT (DW_AT_GNU_all_call_sites, 0x2117)
DW_AT (DW_AT_GNU_all_source_call_sites, 0x2118)
/* Section offset into .debug_macro section. */
DW_AT (DW_AT_GNU_macros, 0x2119)
/* Attribute for C++ deleted special member functions (= delete;). */
DW_AT (DW_AT_GNU_deleted, 0x211a)
/* Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFission. */
DW_AT (DW_AT_GNU_dwo_name, 0x2130)
DW_AT (DW_AT_GNU_dwo_id, 0x2131)