summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-21 21:23:43 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-21 21:23:43 +0000
commite9fb8a644d960cfbeca88a7f9ef86b54701a79d0 (patch)
tree9488b731348ab0272cc16dc2311f3c81d9dbf150
parent4c4a1039ab8fa4fc34a09fc84c0fe85c6daf7125 (diff)
downloadppe42-gcc-e9fb8a644d960cfbeca88a7f9ef86b54701a79d0.tar.gz
ppe42-gcc-e9fb8a644d960cfbeca88a7f9ef86b54701a79d0.zip
commit two parts of my last patch that escaped, somehow
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65906 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/gcov.c1
-rw-r--r--gcc/predict.c2
2 files changed, 2 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud