]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/arc/arc.c (arc_frame_info): Restore GTY marker.
authorJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 1 Oct 2013 21:59:46 +0000 (22:59 +0100)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 1 Oct 2013 21:59:46 +0000 (22:59 +0100)
From-SVN: r203092

gcc/ChangeLog
gcc/config/arc/arc.c

index 5738af9f21c9a4a4b2d030b5fc1d28ca326c91c7..47679d2c64f00e5b77f734a5624f8a666cc76550 100644 (file)
@@ -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.
index 3359415bfeaa9c1003e853beeeb01a4d03f04011..f2828f2db35d6dfd9c3235ed96df246c8f200f44 100644 (file)
@@ -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.  */