mirror of git://gcc.gnu.org/git/gcc.git
Fix SPARC bootstrap: sancov.c needs memmodel.h
* sancov.c: Include memmodel.h. From-SVN: r251863
This commit is contained in:
parent
2db98b5a5f
commit
ed3d4d827d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue