Commit d79f9ec9 by Nathan Sidwell

commit two parts of my last patch that escaped, somehow

From-SVN: r65906
parent 6a48df45
...@@ -53,6 +53,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -53,6 +53,7 @@ Boston, MA 02111-1307, USA. */
#define IN_GCOV 1 #define IN_GCOV 1
#include "gcov-io.h" #include "gcov-io.h"
#include "gcov-io.c"
/* The bbg file is generated by -ftest-coverage option. The da file is /* The bbg file is generated by -ftest-coverage option. The da file is
generated by a program compiled with -fprofile-arcs. Their formats generated by a program compiled with -fprofile-arcs. Their formats
......
...@@ -47,7 +47,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -47,7 +47,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "recog.h" #include "recog.h"
#include "expr.h" #include "expr.h"
#include "predict.h" #include "predict.h"
#include "profile.h" #include "coverage.h"
#include "sreal.h" #include "sreal.h"
#include "params.h" #include "params.h"
#include "target.h" #include "target.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment