commit two parts of my last patch that escaped, somehow
authorNathan Sidwell <nathan@gcc.gnu.org>
Mon, 21 Apr 2003 21:23:43 +0000 (21:23 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 21 Apr 2003 21:23:43 +0000 (21:23 +0000)
From-SVN: r65906

gcc/gcov.c
gcc/predict.c

index d24979f..8a41367 100644 (file)
@@ -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
index 4c6e23d..9bc7751 100644 (file)
@@ -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"