aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arc
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>2013-10-01 22:59:46 +0100
committerJoern Rennecke <amylaar@gcc.gnu.org>2013-10-01 22:59:46 +0100
commit6cdfeeb43d54c750b818601d9c7229943ffb16ea (patch)
treeb1cc38febd48f4cfb5d95e9515933f062e7603db /gcc/config/arc
parent1465e5cf7a5d32d06a5e57488d65d329a461b7b9 (diff)
downloadgcc-6cdfeeb43d54c750b818601d9c7229943ffb16ea.zip
gcc-6cdfeeb43d54c750b818601d9c7229943ffb16ea.tar.gz
gcc-6cdfeeb43d54c750b818601d9c7229943ffb16ea.tar.bz2
* config/arc/arc.c (arc_frame_info): Restore GTY marker.
From-SVN: r203092
Diffstat (limited to 'gcc/config/arc')
-rw-r--r--gcc/config/arc/arc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c
index 3359415..f2828f2 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. */