diff options
Diffstat (limited to 'gcc/config/s390/s390.c')
-rw-r--r-- | gcc/config/s390/s390.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index 5c1f1b17f2b..7c485fd527c 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -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; |