Fix SPARC bootstrap: sancov.c needs memmodel.h
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 8 Sep 2017 08:35:23 +0000 (08:35 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 8 Sep 2017 08:35:23 +0000 (08:35 +0000)
* sancov.c: Include memmodel.h.

From-SVN: r251863

gcc/ChangeLog
gcc/sancov.c

index a58252e5c79dd2442e2617e9faef663ab6991ba8..0d3d6e4b84b7d9b38e52afafec2b58f864256fa2 100644 (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
index 1c8906d731ca22d6717b36cb82444b9d65db97ea..a6b5f8c734ee632bf8fb90f11c4a35d59e8d8346 100644 (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"