]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/s390/s390.c
hashtab.h: Update GTY annotations to new syntax
[thirdparty/gcc.git] / gcc / config / s390 / s390.c
index 5c1f1b17f2b096b7e0cb4c0f937cc42c818b3ee8..7c485fd527c2d9e2be0c6ab6a63dbafa6b50494d 100644 (file)
@@ -260,7 +260,7 @@ HOST_WIDE_INT s390_stack_guard = 0;
 /* The following structure is embedded in the machine 
    specific part of struct function.  */
 
-struct s390_frame_layout GTY (())
+struct GTY (()) s390_frame_layout
 {
   /* Offset within stack frame.  */
   HOST_WIDE_INT gprs_offset;
@@ -303,7 +303,7 @@ struct s390_frame_layout GTY (())
 
 /* Define the structure for the machine field in struct function.  */
 
-struct machine_function GTY(())
+struct GTY(()) machine_function
 {
   struct s390_frame_layout frame_layout;