From 5b060d7b42aede611ef4b2c48360a28095a648ff Mon Sep 17 00:00:00 2001 From: radek Date: Tue, 4 Feb 2003 00:09:09 +0000 Subject: [PATCH] - added gcc32-bison_expect.patch Changed files: gcc.spec -> 1.134 gcc32-bison_expect.patch -> 1.1 --- gcc.spec | 2 ++ gcc32-bison_expect.patch | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 gcc32-bison_expect.patch diff --git a/gcc.spec b/gcc.spec index 579cb61..9d9e87f 100644 --- 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 index 0000000..d642fcf --- /dev/null +++ b/gcc32-bison_expect.patch @@ -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. */ -- 2.44.0