* config/m32c/m32c.h: Update GTY annotations to new syntax.

From-SVN: r146618
This commit is contained in:
DJ Delorie 2009-04-22 17:58:55 -04:00 committed by DJ Delorie
parent 2c0eba5af0
commit 89043e8ac1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-04-22 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.h: Update GTY annotations to new syntax.
2009-04-22 Jakub Jelinek <jakub@redhat.com>
* alias.c (find_base_term): Move around LO_SUM case, so that

View File

@ -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. */