From: DJ Delorie Date: Wed, 22 Apr 2009 21:58:55 +0000 (-0400) Subject: * config/m32c/m32c.h: Update GTY annotations to new syntax. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89043e8ac1a763e9791944acc993c6ef1d642e2a;p=gcc.git * config/m32c/m32c.h: Update GTY annotations to new syntax. From-SVN: r146618 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bc4f330f6a..9b32e3aa47f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-22 DJ Delorie + + * config/m32c/m32c.h: Update GTY annotations to new syntax. + 2009-04-22 Jakub Jelinek * alias.c (find_base_term): Move around LO_SUM case, so that diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h index e9bc711f684..9e0c921f2ce 100644 --- a/gcc/config/m32c/m32c.h +++ b/gcc/config/m32c/m32c.h @@ -100,7 +100,7 @@ extern int target_memregs; /* Defining data structures for per-function information */ -typedef struct machine_function GTY (()) +typedef struct GTY (()) machine_function { /* How much we adjust the stack when returning from an exception handler. */