From 6cdfeeb43d54c750b818601d9c7229943ffb16ea Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Tue, 1 Oct 2013 22:59:46 +0100 Subject: [PATCH] * config/arc/arc.c (arc_frame_info): Restore GTY marker. From-SVN: r203092 --- gcc/ChangeLog | 1 - gcc/config/arc/arc.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5738af9f21c..47679d2c64f 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 3359415bfea..f2828f2db35 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. */ -- 2.30.2