* config/m32c/m32c.h: Update GTY annotations to new syntax.
From-SVN: r146618
This commit is contained in:
parent
2c0eba5af0
commit
89043e8ac1
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user