summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.h
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-23 09:47:51 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-23 09:47:51 +0000
commit0f41242a8443530cdd6e5ae7341980cfceb70d71 (patch)
tree7c4a3f8410ac345d95aa67dbee0ca424a47dd7aa /gcc/dwarf2out.h
parent9d7131bf5966e9d4bbaa1c082ed418c5b263b62d (diff)
downloadgcc-0f41242a8443530cdd6e5ae7341980cfceb70d71.tar.gz
PR debug/64511
* dwarf2out.c (struct dw_loc_descr_node): Add chain_next GTY markup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220031 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r--gcc/dwarf2out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h
index 7be3a31b6cb..a4d7df8cbea 100644
--- a/gcc/dwarf2out.h
+++ b/gcc/dwarf2out.h
@@ -205,7 +205,7 @@ struct GTY(()) dw_val_node {
/* 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