]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- added gcc32-bison_expect.patch
authorradek <radek@pld-linux.org>
Tue, 4 Feb 2003 00:09:09 +0000 (00:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.134
    gcc32-bison_expect.patch -> 1.1

gcc.spec
gcc32-bison_expect.patch [new file with mode: 0644]

index 579cb61b2186054165b501920b0f3b634bac2fbc..9d9e87f910241a1e9a2b9fc49fba55a8e9d4044f 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -67,6 +67,7 @@ Patch44:      gcc32-tls2.patch
 Patch45:       gcc32-tls3.patch
 Patch46:       gcc32-tls4.patch
 Patch47:       gcc32-tls5.patch
+Patch48:       gcc32-bison_expect.patch
 BuildRequires: autoconf
 BuildRequires: bison
 BuildRequires: fileutils >= 4.0.41
@@ -544,6 +545,7 @@ mv ksi-%{KSI_VERSION} gcc/ksi
 %patch45
 %patch46
 %patch47
+%patch48
 
 %patch6 -p1
 
diff --git a/gcc32-bison_expect.patch b/gcc32-bison_expect.patch
new file mode 100644 (file)
index 0000000..d642fcf
--- /dev/null
@@ -0,0 +1,11 @@
+--- gcc/c-parse.in~    Mon Feb  3 23:06:25 2003
++++ gcc/c-parse.in     Mon Feb  3 23:08:09 2003
+@@ -29,7 +29,7 @@
+    written by AT&T, but I have never seen it.  */
+ ifobjc
+-%expect 31 /* shift/reduce conflicts, and 1 reduce/reduce conflict.  */
++/* %expect 31 */ /* shift/reduce conflicts, and 1 reduce/reduce conflict.  */
+ end ifobjc
+ ifc
+ %expect 10 /* shift/reduce conflicts, and no reduce/reduce conflicts.  */
This page took 0.793346 seconds and 4 git commands to generate.