From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- gcc43/buildfix_new_bison.patch | 243 ----------------------------------------- 1 file changed, 243 deletions(-) delete mode 100644 gcc43/buildfix_new_bison.patch (limited to 'gcc43/buildfix_new_bison.patch') diff --git a/gcc43/buildfix_new_bison.patch b/gcc43/buildfix_new_bison.patch deleted file mode 100644 index bd2eadf..0000000 --- a/gcc43/buildfix_new_bison.patch +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - - -Arch Linux Repositories [packages] View of /gcc/repos/core-i686/buildfix_new_bison.patch - - - - - - - - - -
- - -
- - -
-
-
-
- -
- -
- - - - -[packages] -/ - - - -gcc -/ - - - -repos -/ - - - -core-i686 -/ - - - -buildfix_new_bison.patch - - - - -
- - -
- -
-

View of /gcc/repos/core-i686/buildfix_new_bison.patch

- -

- -Parent Directory Parent Directory - -| Revision Log Revision Log - - - - -

- -
-
-Revision 19322 - -(download) - -(annotate) - -
Thu Nov 20 11:36:53 2008 UTC -(6 months ago) -by andyrtr - -
Original Path: gcc/trunk/buildfix_new_bison.patch - - - - - - -
File size: 423 byte(s) - - - -
upgpkg: gcc 4.3.2-2
-    rebuild for new binutils/glibc
- -
-
---- gcc/treelang/parse.y	2007-07-18 08:19:29.000000000 +0000
-+++ gcc/treelang/parse.y.new	2008-11-20 06:40:00.013275486 +0000
-@@ -369,7 +369,6 @@
-   current_function = NULL;
- }
- ;
--
- variable_defs_opt:
- /* Nil.  */ {
-   $$ = 0;
-@@ -685,9 +684,9 @@
- 
- expressions_with_commas_opt:
- /* Nil.  */ {
--$$ = 0
-+$$ = 0;
- }
--|expressions_with_commas { $$ = $1 }
-+|expressions_with_commas { $$ = $1; }
- ;
- 
- expressions_with_commas:
-
-
- -
-
-Copyright © 2002-2008 -Judd Vinet and -Aaron Griffin. -
-The Arch Linux name and logo are recognized trademarks. Some rights reserved. -
- - - - - -- cgit v1.2.3-24-g4f1b