From: Nathan Sidwell Date: Mon, 21 Apr 2003 21:23:43 +0000 (+0000) Subject: commit two parts of my last patch that escaped, somehow X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d79f9ec9ffb6aa93e0bd6479ac12564eb27b46c1;p=gcc.git commit two parts of my last patch that escaped, somehow From-SVN: r65906 --- diff --git a/gcc/gcov.c b/gcc/gcov.c index d24979fc6fd..8a413677993 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -53,6 +53,7 @@ Boston, MA 02111-1307, USA. */ #define IN_GCOV 1 #include "gcov-io.h" +#include "gcov-io.c" /* The bbg file is generated by -ftest-coverage option. The da file is generated by a program compiled with -fprofile-arcs. Their formats diff --git a/gcc/predict.c b/gcc/predict.c index 4c6e23d3fb0..9bc77512e51 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -47,7 +47,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "recog.h" #include "expr.h" #include "predict.h" -#include "profile.h" +#include "coverage.h" #include "sreal.h" #include "params.h" #include "target.h"