[89281] trunk/dports/cross/arm-none-linux-gnueabi-gcc
jmr at macports.org
jmr at macports.org
Sun Jan 22 19:27:53 PST 2012
Revision: 89281
http://trac.macports.org/changeset/89281
Author: jmr at macports.org
Date: 2012-01-22 19:27:51 -0800 (Sun, 22 Jan 2012)
Log Message:
-----------
arm-none-linux-gnueabi-gcc: add files dir
Added Paths:
-----------
trunk/dports/cross/arm-none-linux-gnueabi-gcc/files/
trunk/dports/cross/arm-none-linux-gnueabi-gcc/files/c-parse.in.patch
Added: trunk/dports/cross/arm-none-linux-gnueabi-gcc/files/c-parse.in.patch
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-gcc/files/c-parse.in.patch (rev 0)
+++ trunk/dports/cross/arm-none-linux-gnueabi-gcc/files/c-parse.in.patch 2012-01-23 03:27:51 UTC (rev 89281)
@@ -0,0 +1,35 @@
+--- gcc/c-parse.in 2009/03/22 05:10:22 23
++++ gcc/c-parse.in 2009/04/13 17:05:33 24
+@@ -1730,7 +1730,7 @@
+
+ structsp_attr:
+ struct_head identifier '{'
+- { $$ = start_struct (RECORD_TYPE, $2);
++ { $<ttype>$ = start_struct (RECORD_TYPE, $2);
+ /* Start scope of tag before parsing components. */
+ }
+ component_decl_list '}' maybe_attribute
+@@ -1741,7 +1741,7 @@
+ nreverse ($3), chainon ($1, $5));
+ }
+ | union_head identifier '{'
+- { $$ = start_struct (UNION_TYPE, $2); }
++ { $<ttype>$ = start_struct (UNION_TYPE, $2); }
+ component_decl_list '}' maybe_attribute
+ { $$ = finish_struct ($<ttype>4, nreverse ($5),
+ chainon ($1, $7)); }
+@@ -1750,12 +1750,12 @@
+ nreverse ($3), chainon ($1, $5));
+ }
+ | enum_head identifier '{'
+- { $$ = start_enum ($2); }
++ { $<ttype>$ = start_enum ($2); }
+ enumlist maybecomma_warn '}' maybe_attribute
+ { $$ = finish_enum ($<ttype>4, nreverse ($5),
+ chainon ($1, $8)); }
+ | enum_head '{'
+- { $$ = start_enum (NULL_TREE); }
++ { $<ttype>$ = start_enum (NULL_TREE); }
+ enumlist maybecomma_warn '}' maybe_attribute
+ { $$ = finish_enum ($<ttype>3, nreverse ($4),
+ chainon ($1, $7)); }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120122/75064813/attachment.html>
More information about the macports-changes
mailing list