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
e173500e
Commit
e173500e
authored
Jan 11, 2019
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jan 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (PLUGIN_HEADERS): Add $(INSN_ATTR_H).
From-SVN: r267850
parent
8aa1550e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
gcc/config/i386/t-i386
+1
-1
No files found.
gcc/ChangeLog
View file @
e173500e
2019-01-11 Jakub Jelinek <jakub@redhat.com>
* Makefile.in (PLUGIN_HEADERS): Add $(INSN_ATTR_H).
2019-01-11 Steve Ellcey <sellcey@marvell.com>
* config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
...
...
gcc/Makefile.in
View file @
e173500e
...
...
@@ -3509,7 +3509,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
tree-ssa-loop-niter.h tree-ssa-ter.h tree-ssa-threadedge.h
\
tree-ssa-threadupdate.h inchash.h wide-int.h signop.h hash-map.h
\
hash-set.h dominance.h cfg.h cfgrtl.h cfganal.h cfgbuild.h cfgcleanup.h
\
lcm.h cfgloopmanip.h file-prefix-map.h builtins.def
\
lcm.h cfgloopmanip.h file-prefix-map.h builtins.def
$(INSN_ATTR_H)
\
pass-instances.def params.list
# generate the 'build fragment' b-header-vars
...
...
gcc/config/i386/t-i386
View file @
e173500e
...
...
@@ -17,7 +17,7 @@
# <http://www.gnu.org/licenses/>.
OPTIONS_H_EXTRA += $(srcdir)/config/i386/stringop.def
TM_H += $(srcdir)/config/i386/x86-tune.def
TM_H += $(srcdir)/config/i386/x86-tune.def
insn-attr-common.h
PASSES_EXTRA += $(srcdir)/config/i386/i386-passes.def
i386-c.o: $(srcdir)/config/i386/i386-c.c
...
...
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