Fix SPARC bootstrap: sancov.c needs memmodel.h

* sancov.c: Include memmodel.h.

From-SVN: r251863
This commit is contained in:
Rainer Orth 2017-09-08 08:35:23 +00:00 committed by Rainer Orth
parent 2db98b5a5f
commit ed3d4d827d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2017-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* sancov.c: Include memmodel.h.
2017-09-07 Eric Botcazou <ebotcazou@adacore.com>
PR target/80897

View File

@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
#include "basic-block.h"
#include "options.h"
#include "flags.h"
#include "memmodel.h"
#include "tm_p.h"
#include "stmt.h"
#include "gimple-iterator.h"