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
d2db5e91
Commit
d2db5e91
authored
Sep 25, 2013
by
Tom Tromey
Committed by
Tom Tromey
Sep 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(clh 6)
From-SVN: r202893
parent
af33629e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/ChangeLog
+7
-0
gcc/Makefile.in
+4
-1
No files found.
gcc/ChangeLog
View file @
d2db5e91
2013
-
09
-
25
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
Makefile
.
in
(
generated_files
):
Add
options
.
h
,
target
-
hooks
-
def
.
h
,
insn
-
opinit
.
h
,
common
/
common
-
target
-
hooks
-
def
.
h
,
pass
-
instances
.
def
,
c
-
family
/
c
-
target
-
hooks
-
def
.
h
.
2013
-
09
-
25
Jeff
Law
<
law
@
redhat
.
com
>
2013
-
09
-
25
Jeff
Law
<
law
@
redhat
.
com
>
*
tree
-
ssa
-
threadedge
.
c
(
thread_across_edge
):
Use
foo
.
last
()
rather
*
tree
-
ssa
-
threadedge
.
c
(
thread_across_edge
):
Use
foo
.
last
()
rather
...
...
gcc/Makefile.in
View file @
d2db5e91
...
@@ -3894,7 +3894,10 @@ s-gtype: build/gengtype$(build_exeext) $(filter-out [%], $(GTFILES)) \
...
@@ -3894,7 +3894,10 @@ s-gtype: build/gengtype$(build_exeext) $(filter-out [%], $(GTFILES)) \
generated_files
=
config.h tm.h
$(TM_P_H)
$(TM_H)
multilib.h
\
generated_files
=
config.h tm.h
$(TM_P_H)
$(TM_H)
multilib.h
\
$(simple_generated_h)
specs.h
\
$(simple_generated_h)
specs.h
\
tree-check.h genrtl.h insn-modes.h tm-preds.h tm-constrs.h
\
tree-check.h genrtl.h insn-modes.h tm-preds.h tm-constrs.h
\
$(ALL_GTFILES_H)
gtype-desc.c gtype-desc.h gcov-iov.h
$(ALL_GTFILES_H)
gtype-desc.c gtype-desc.h gcov-iov.h
\
options.h target-hooks-def.h insn-opinit.h
\
common/common-target-hooks-def.h pass-instances.def
\
c-family/c-target-hooks-def.h
# In order for parallel make to really start compiling the expensive
# In order for parallel make to really start compiling the expensive
# objects from $(OBJS) as early as possible, build all their
# objects from $(OBJS) as early as possible, build all their
...
...
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