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
b8835a42
Commit
b8835a42
authored
Nov 16, 2006
by
Mike Stump
Committed by
Mike Stump
Nov 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (targhooks.o): Add $(OPTABS_H).
From-SVN: r118904
parent
b9eae1a9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-1
No files found.
gcc/ChangeLog
View file @
b8835a42
2006
-
11
-
16
Mike
Stump
<
mrs
@apple
.
com
>
*
Makefile
.
in
(
targhooks
.
o
)
:
Add
$
(
OPTABS_H
).
2006
-
11
-
16
Dirk
Mueller
<
dmueller
@suse
.
de
>
*
tree
-
vrp
.
c
(
get_value_range
)
:
Use
XCNEW
instead
...
...
gcc/Makefile.in
View file @
b8835a42
...
...
@@ -2140,7 +2140,8 @@ opts-common.o : opts-common.c opts.h $(CONFIG_H) $(SYSTEM_H) \
coretypes.h intl.h
targhooks.o
:
targhooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H)
\
$(EXPR_H) $(TM_H) $(RTL_H) $(TM_P_H) $(FUNCTION_H) output.h toplev.h
\
$(MACHMODE_H) $(TARGET_DEF_H) $(TARGET_H) $(GGC_H) gt-targhooks.h
$(MACHMODE_H) $(TARGET_DEF_H) $(TARGET_H) $(GGC_H) gt-targhooks.h
\
$(OPTABS_H)
toplev.o
:
toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H)
\
version.h $(RTL_H) $(FUNCTION_H) $(FLAGS_H) xcoffout.h input.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