This is the mail archive of the gdb-patches@sourceware.org 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: [PATCH 2/8] Fix latent yacc-related bug in gdb/Makefile.in init.c rule


On 04/27/2016 03:49 AM, Tom Tromey wrote:
> gdb's Makefile.in does not currently scan .y files to add global
> initializers from these files to init.c.

Whoops.

> However, at least ada-exp.y tries to use this feature.

Eh.

> 
> This patch fixes the problem.
> 
> 2016-04-26  Tom Tromey  <tom@tromey.com>
> 
> 	* Makefile.in (init.c): Search .y files for initialization
> 	functions.

OK.

Thanks,
Pedro Alves


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