Backported from mainline
2015-01-23 Jakub Jelinek <jakub@redhat.com>
PR debug/64511
* dwarf2out.c (struct dw_loc_descr_node): Add chain_next
GTY markup.
From-SVN: r220322
2015-02-01 Jakub Jelinek <jakub@redhat.com>
Backported from mainline
+ 2015-01-23 Jakub Jelinek <jakub@redhat.com>
+
+ PR debug/64511
+ * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
+ GTY markup.
+
2015-01-20 Jakub Jelinek <jakub@redhat.com>
PR debug/64663
/* Locations in memory are described using a sequence of stack machine
operations. */
-struct GTY(()) dw_loc_descr_node {
+struct GTY((chain_next ("%h.dw_loc_next"))) dw_loc_descr_node {
dw_loc_descr_ref dw_loc_next;
ENUM_BITFIELD (dwarf_location_atom) dw_loc_opc : 8;
/* Used to distinguish DW_OP_addr with a direct symbol relocation