From: dj Date: Wed, 22 Apr 2009 21:58:55 +0000 (+0000) Subject: * config/m32c/m32c.h: Update GTY annotations to new syntax. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=146d70e9698f89212c5bd07bc3c5930beab964c8;p=thirdparty%2Fgcc.git * config/m32c/m32c.h: Update GTY annotations to new syntax. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146618 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bc4f330f6af..9b32e3aa47fa 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 e9bc711f684e..9e0c921f2cee 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. */