From: Ben Elliston Date: Thu, 24 Jul 2008 03:35:02 +0000 (+0000) Subject: rs6000-c.c: Move GTY(()) markers to match conventional usage. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce26ee21273d142d14a55bdd71a0c38875f4f052;p=platform%2Fupstream%2Fgcc.git rs6000-c.c: Move GTY(()) markers to match conventional usage. * config/rs6000/rs6000-c.c: Move GTY(()) markers to match conventional usage. From-SVN: r138104 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4124fd0..545ca14 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-24 Ben Elliston + + * config/rs6000/rs6000-c.c: Move GTY(()) markers to match + conventional usage. + 2008-07-23 Aaron W. LaFramboise * configure: Regenerate. diff --git a/gcc/config/rs6000/rs6000-c.c b/gcc/config/rs6000/rs6000-c.c index ce1ec4b..76c9235 100644 --- a/gcc/config/rs6000/rs6000-c.c +++ b/gcc/config/rs6000/rs6000-c.c @@ -85,12 +85,12 @@ rs6000_pragma_longcall (cpp_reader *pfile ATTRIBUTE_UNUSED) #define builtin_assert(TXT) cpp_assert (pfile, TXT) /* Keep the AltiVec keywords handy for fast comparisons. */ -static tree __vector_keyword; -static tree vector_keyword; -static tree __pixel_keyword; -static tree pixel_keyword; -static tree __bool_keyword; -static tree bool_keyword; +static GTY(()) tree __vector_keyword; +static GTY(()) tree vector_keyword; +static GTY(()) tree __pixel_keyword; +static GTY(()) tree pixel_keyword; +static GTY(()) tree __bool_keyword; +static GTY(()) tree bool_keyword; /* Preserved across calls. */ static tree expand_bool_pixel;