]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/m32c/m32c.h: Update GTY annotations to new syntax.
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Apr 2009 21:58:55 +0000 (21:58 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Apr 2009 21:58:55 +0000 (21:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146618 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m32c/m32c.h

index 7bc4f330f6af56e0194bd7b779230d6401c71b10..9b32e3aa47fa4bf046108f348105bcecff210ba9 100644 (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
index e9bc711f684e212813241b6f1808f33cb780590f..9e0c921f2ceead8001f0595f55730d44aefa36c5 100644 (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.  */