]> gcc.gnu.org Git - gcc.git/commit
bootstrap: Include memmodel.h in btfout.c and ctfout.c before tm_p.h
authorJoseph Myers <joseph@codesourcery.com>
Tue, 29 Jun 2021 15:10:17 +0000 (15:10 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 29 Jun 2021 15:10:17 +0000 (15:10 +0000)
commit7d510b21194e0c3150c4b6256c92efef7b1e373e
tree77de77f7064a844b4b78086d1bc54063c658953c
parentaf9987e817f54806a18e45c5615b9a95b690e537
bootstrap: Include memmodel.h in btfout.c and ctfout.c before tm_p.h

This fixes a "use of enum 'memmodel' without previous declaration"
error in sparc-protos.h.

Minimally tested that this fixes the build-many-glibcs.py compilers
build for sparc64-linux-gnu.

* btfout.c, ctfout.c: Include "memmodel.h".
gcc/btfout.c
gcc/ctfout.c
This page took 0.053279 seconds and 5 git commands to generate.