summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gcc/buildfix_new_bison.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-09-10 01:49:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-09-10 01:49:02 (GMT)
commit81d44f51cb5f57d25b9b15ee9ca3d29f10acc2e3 (patch)
treeb7b6b4dc32135207ce797de52e49e9afc238cb74 /abs/core-testing/gcc/buildfix_new_bison.patch
parent5c35c43b8a5d3e1912e4fcb44cc1e210b20322ca (diff)
downloadlinhes_pkgbuild-81d44f51cb5f57d25b9b15ee9ca3d29f10acc2e3.zip
linhes_pkgbuild-81d44f51cb5f57d25b9b15ee9ca3d29f10acc2e3.tar.gz
linhes_pkgbuild-81d44f51cb5f57d25b9b15ee9ca3d29f10acc2e3.tar.bz2
gcc: update to 4.5.1
Diffstat (limited to 'abs/core-testing/gcc/buildfix_new_bison.patch')
-rw-r--r--abs/core-testing/gcc/buildfix_new_bison.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/core-testing/gcc/buildfix_new_bison.patch b/abs/core-testing/gcc/buildfix_new_bison.patch
deleted file mode 100644
index 01b8880..0000000
--- a/abs/core-testing/gcc/buildfix_new_bison.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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: