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
f895fc2a
Commit
f895fc2a
authored
13 years ago
by
Romain Geissler
Committed by
Christian Bruel
13 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install c-tree.h as a plugin header
From-SVN: r177690
parent
20fe71c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
f895fc2a
2011-08-02 Romain Geissler <romain.geissler@gmail.com>
* Makefile.in (PLUGIN_HEADERS): Add C_TREE_H.
2011-08-12 Richard Sandiford <rdsandiford@googlemail.com>
* config/arm/arm.c (get_label_padding): New function.
...
...
This diff is collapsed.
Click to expand it.
gcc/Makefile.in
View file @
f895fc2a
...
...
@@ -4610,7 +4610,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(GGC_H)
$(TREE_DUMP_H)
$(PRETTY_PRINT_H)
$(OPTS_H)
$(PARAMS_H)
plugin.def
\
$(tm_file_list)
$(tm_include_list)
$(tm_p_file_list)
$(tm_p_include_list)
\
$(host_xm_file_list)
$(host_xm_include_list)
$(xm_include_list)
\
intl.h
$(PLUGIN_VERSION_H)
$(DIAGNOSTIC_H)
\
intl.h
$(PLUGIN_VERSION_H)
$(DIAGNOSTIC_H)
${
C_TREE_H
}
\
$(C_COMMON_H)
c-family/c-objc.h
$(C_PRETTY_PRINT_H)
\
tree-iterator.h
$(PLUGIN_H)
$(TREE_FLOW_H)
langhooks.h incpath.h debug.h
\
$(EXCEPT_H)
tree-ssa-sccvn.h real.h output.h
$(IPA_UTILS_H)
\
...
...
This diff is collapsed.
Click to expand it.
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