]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Allow initialization functions in .y files
authorTom Tromey <tom@tromey.com>
Wed, 10 Apr 2024 20:54:17 +0000 (14:54 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 14 May 2024 19:28:39 +0000 (13:28 -0600)
commitd1587e198f3a6c7b08c44b3ea643087de8ea25c5
tree2659601e893fbc40c84fe5333a72064c2d9a38cf
parent6bc4d69d3d76dceab9681578d9e5f99175ee0c39
Allow initialization functions in .y files

If you add an initialization function to a .y file, it will not show
up in init.c, because if the yacc output is in the build tree, it
won't be found.

This patch changes the Makefile to be more robust in this situation.
gdb/Makefile.in