This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] broken build using bison-1.75



On Wed, 6 Nov 2002, Michael Snyder wrote:

:) "Theodore A. Roth" wrote:
:) > The attached patch got gdb to compile for me using bison 1.75 and 1.35 on
:) > a debian system. The missing semicolons seem obvious fixes to me, but the
:) > new setup rule I added I'm not sure about since I can't test this myself
:) > and don't have a good understanding of yacc grammar.

<snip>

:) Yeah, bison has fallen into dis-use in favor of byacc.
:) I'll give you approval to check in all the missing semicolons.
:) As for the new setup rule, have you tested it using byacc?

Just compiled with byacc 1.9 and it didn't puke on the setup rule I added.

I not sure if my setup rule is the right thing to do and was hoping
someone with more experience could comment on it correctness (or lack
thereof). I based the change on the information at the end of this page:

  http://www.gnu.org/manual/bison/html_node/Mid-Rule-Actions.html

Ted Roth


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]