From: Rainer Orth Date: Fri, 8 Sep 2017 08:35:23 +0000 (+0000) Subject: Fix SPARC bootstrap: sancov.c needs memmodel.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed3d4d827dd6fd753aa16ff2b91b03b197181bf7;p=gcc.git Fix SPARC bootstrap: sancov.c needs memmodel.h * sancov.c: Include memmodel.h. From-SVN: r251863 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a58252e5c79..0d3d6e4b84b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-09-08 Rainer Orth + + * sancov.c: Include memmodel.h. + 2017-09-07 Eric Botcazou PR target/80897 diff --git a/gcc/sancov.c b/gcc/sancov.c index 1c8906d731c..a6b5f8c734e 100644 --- a/gcc/sancov.c +++ b/gcc/sancov.c @@ -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"