diff options
author | Joern Rennecke <amylaar@gcc.gnu.org> | 2013-10-01 22:59:46 +0100 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2013-10-01 22:59:46 +0100 |
commit | 6cdfeeb43d54c750b818601d9c7229943ffb16ea (patch) | |
tree | b1cc38febd48f4cfb5d95e9515933f062e7603db | |
parent | 1465e5cf7a5d32d06a5e57488d65d329a461b7b9 (diff) | |
download | gcc-6cdfeeb43d54c750b818601d9c7229943ffb16ea.zip gcc-6cdfeeb43d54c750b818601d9c7229943ffb16ea.tar.gz gcc-6cdfeeb43d54c750b818601d9c7229943ffb16ea.tar.bz2 |
* config/arc/arc.c (arc_frame_info): Restore GTY marker.
From-SVN: r203092
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/arc/arc.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5738af9..47679d2 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 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. */ |