From: "Theodore A. Roth" <troth@openavr.org>
To: Johannes Stezenbach <js@convergence.de>
Cc: Michael Snyder <msnyder@redhat.com>,
"Theodore A. Roth" <troth@openavr.org>,
<gdb-patches@sources.redhat.com>
Subject: Re: [RFC] broken build using bison-1.75
Date: Wed, 06 Nov 2002 13:57:00 -0000 [thread overview]
Message-ID: <Pine.LNX.4.44.0211061349110.12303-100000@knuth.amplepower.com> (raw)
In-Reply-To: <20021106213830.GA20109@convergence.de>
On Wed, 6 Nov 2002, Johannes Stezenbach wrote:
:) Hi,
:)
:) I just fumbled with this two days ago, but did not post to the
:) list immediately because I'm not subscribed. The fix is similar
:) to what the binutils people were doing.
:)
:) /bin/sh ../../gdb+dejagnu-5.3-branch-20021031/gdb/../ylwrap "bison -y" ../../gdb+dejagnu-5.3-branch-20021031/gdb/c-exp.y y.tab.c c-exp.tmp --
:) /home/js/MIPS/toolchain/mips-linux-gdb/gdb/../../gdb+dejagnu-5.3-branch-20021031/gdb/c-exp.y:248.5-251.3: type clash (`voidval' `') on default action
:) /home/js/MIPS/toolchain/mips-linux-gdb/gdb/../../gdb+dejagnu-5.3-branch-20021031/gdb/c-exp.y:251.5: parse error, unexpected ":", expecting ";" or "|"
:) make[1]: *** [c-exp.tab.c] Error 1
Yup, that's exactly what I'm seeing.
:)
:) --- gdb+dejagnu-5.3-branch-20021031/gdb/p-exp.y.orig 2002-11-04 21:15:06.000000000 +0100
:) +++ gdb+dejagnu-5.3-branch-20021031/gdb/p-exp.y 2002-11-04 21:18:35.000000000 +0100
:) @@ -233,7 +233,8 @@
:) start : { current_type = NULL;
:) search_field = 0;
:) }
:) - normal_start;
:) + normal_start {}
:) + ;
:)
:) normal_start :
:) exp1
:)
That looks much nicer and simpler than my fix. Do you have a reference to
what the binutils people are doing so I can try to grok the fix?
Ted Roth
next prev parent reply other threads:[~2002-11-06 21:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-06 13:38 Johannes Stezenbach
2002-11-06 13:57 ` Theodore A. Roth [this message]
2002-11-06 14:05 ` Johannes Stezenbach
2002-11-06 14:31 ` [RFA] (second rev) " Theodore A. Roth
2002-11-06 14:41 ` Michael Snyder
2002-11-06 14:57 ` Theodore A. Roth
-- strict thread matches above, loose matches on Subject: below --
2002-11-05 9:54 [RFC] " Theodore A. Roth
2002-11-06 12:23 ` Michael Snyder
2002-11-06 12:54 ` Theodore A. Roth
2002-11-06 13:25 ` Michael Snyder
2002-11-07 9:47 ` Jim Blandy
2002-11-07 12:05 ` Jim Blandy
2002-11-07 12:14 ` Jim Blandy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.44.0211061349110.12303-100000@knuth.amplepower.com \
--to=troth@openavr.org \
--cc=gdb-patches@sources.redhat.com \
--cc=js@convergence.de \
--cc=msnyder@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox