bootstrap: Include tm_p.h in btfout.c and ctfout.c.
commit095a01cf6e3883b3083cf339b680cdb39910f529
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 29 Jun 2021 02:54:42 +0000 (28 22:54 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 29 Jun 2021 02:59:54 +0000 (28 22:59 -0400)
treeaf8b7de7790e4235bf971348428744f913d7f8ee
parentc8abc2058e96dd12454078d66be9982dfebfd154
bootstrap: Include tm_p.h in btfout.c and ctfout.c.

btfout.c and ctfout.c reference target-specific macros that
may reference target-specific functions that are declared in a
target-specific header.  tm_p.h must be included to provide the
target-specific header.

gcc/ChangeLog:

* btfout.c: Include tm_p.h.
* ctfout.c: Same.
gcc/btfout.c
gcc/ctfout.c