[RFC] broken build using bison-1.75

Michael Snyder msnyder@redhat.com
Wed Nov 6 12:23:00 GMT 2002


"Theodore A. Roth" wrote:
> 
> Hi,
> 
> Looks like debian testing is using bison-1.75 now (was using 1.35
> previously) which has some minor problems parsing some of the yacc files.
> 
> 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.
> 
> For what it's worth, here's my configure options:
> 
>   --target=avr --enable-build-warnings=-Werror
> 
> Ted Roth

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?



More information about the Gdb-patches mailing list