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
4b179e92
Commit
4b179e92
authored
Aug 18, 2004
by
Zack Weinberg
Committed by
Zack Weinberg
Aug 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (RTL_BASE_H): Update.
From-SVN: r86213
parent
826c9564
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+1
-0
gcc/Makefile.in
+2
-1
No files found.
gcc/ChangeLog
View file @
4b179e92
...
...
@@ -3,6 +3,7 @@
* insn-notes.def, reg-notes.def: New files.
* rtl.h: Use them to define enum insn_note and enum reg_note.
* rtl.c: Use them to define note_insn_name and reg_note_name.
* Makefile.in (RTL_BASE_H): Update.
* modulo-sched.c, sched-rgn.c, final.c: NOTE_DISABLE_SCHED_OF_BLOCK
renamed to NOTE_INSN_DISABLE_SCHED_OF_BLOCK.
...
...
gcc/Makefile.in
View file @
4b179e92
...
...
@@ -673,7 +673,8 @@ HOOKS_H = hooks.h
LANGHOOKS_DEF_H
=
langhooks-def.h
$(HOOKS_H)
TARGET_DEF_H
=
target-def.h
$(HOOKS_H)
MACHMODE_H
=
machmode.h mode-classes.def insn-modes.h
RTL_BASE_H
=
rtl.h rtl.def
$(MACHMODE_H)
input.h statistics.h
RTL_BASE_H
=
rtl.h rtl.def
$(MACHMODE_H)
reg-notes.def insn-notes.def
\
input.h statistics.h
RTL_H
=
$(RTL_BASE_H)
genrtl.h
PARAMS_H
=
params.h params.def
TREE_H
=
tree.h tree.def
$(MACHMODE_H)
tree-check.h builtins.def
\
...
...
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