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
0027ed3d
Commit
0027ed3d
authored
Aug 03, 2015
by
Segher Boessenkool
Committed by
Segher Boessenkool
Aug 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
From-SVN: r226514
parent
c0503346
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+5
-5
No files found.
gcc/ChangeLog
View file @
0027ed3d
2015-08-03 Segher Boessenkool <segher@kernel.crashing.org>
* Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
2015-08-03 Patrick Palka <ppalka@gcc.gnu.org>
* tree-ssa-uninit.c (find_uninit_use): Declare and pass to
...
...
gcc/Makefile.in
View file @
0027ed3d
...
...
@@ -1165,10 +1165,12 @@ C_COMMON_OBJS = c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o \
c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o
# Language-independent object files.
# We put the
insn-*.o files first so that a parallel make will build
#
them sooner, because they are large and otherwise tend to be th
e
# last objects to finish building.
# We put the
*-match.o and insn-*.o files first so that a parallel make
#
will build them sooner, because they are large and otherwise tend to b
e
#
the
last objects to finish building.
OBJS
=
\
gimple-match.o
\
generic-match.o
\
insn-attrtab.o
\
insn-automata.o
\
insn-dfatab.o
\
...
...
@@ -1263,8 +1265,6 @@ OBJS = \
gimple-fold.o
\
gimple-laddress.o
\
gimple-low.o
\
gimple-match.o
\
generic-match.o
\
gimple-pretty-print.o
\
gimple-ssa-isolate-paths.o
\
gimple-ssa-strength-reduction.o
\
...
...
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