From: Joern Rennecke Date: Tue, 1 Oct 2013 21:59:46 +0000 (+0100) Subject: * config/arc/arc.c (arc_frame_info): Restore GTY marker. X-Git-Tag: releases/gcc-4.9.0~3770 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cdfeeb43d54c750b818601d9c7229943ffb16ea;p=thirdparty%2Fgcc.git * config/arc/arc.c (arc_frame_info): Restore GTY marker. From-SVN: r203092 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5738af9f21c9..47679d2c64f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -25,7 +25,6 @@ plain comment about bl_s. * config/arc/arc.c (stdio.h): Don't include directly. - (arc_frame_info): Remove GTY marker. (arc_expand_epilogue): Remove [0]: Remove fp_restored_p. Remove if (1) condition. (arc_encode_section_info): Fix comment. diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c index 3359415bfeaa..f2828f2db35d 100644 --- a/gcc/config/arc/arc.c +++ b/gcc/config/arc/arc.c @@ -1808,7 +1808,7 @@ Notes: /* Structure to be filled in by arc_compute_frame_size with register save masks, and offsets for the current function. */ -struct arc_frame_info +struct GTY (()) arc_frame_info { unsigned int total_size; /* # bytes that the entire frame takes up. */ unsigned int extra_size; /* # bytes of extra stuff. */