commit two parts of my last patch that escaped, somehow

From-SVN: r65906
This commit is contained in:
Nathan Sidwell 2003-04-21 21:23:43 +00:00
parent 6a48df451f
commit d79f9ec9ff
2 changed files with 2 additions and 1 deletions

View 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

View 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"