Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d79f9ec9
Commit
d79f9ec9
authored
Apr 21, 2003
by
Nathan Sidwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit two parts of my last patch that escaped, somehow
From-SVN: r65906
parent
6a48df45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/gcov.c
+1
-0
gcc/predict.c
+1
-1
No files found.
gcc/gcov.c
View file @
d79f9ec9
...
@@ -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
...
...
gcc/predict.c
View file @
d79f9ec9
...
@@ -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 "
profil
e.h"
#include "
coverag
e.h"
#include "sreal.h"
#include "sreal.h"
#include "params.h"
#include "params.h"
#include "target.h"
#include "target.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment