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
1841f23b
Commit
1841f23b
authored
Feb 03, 1999
by
Bob Manson
Committed by
Richard Henderson
Feb 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed commit from last.
From-SVN: r24998
parent
36e839b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+1
-0
gcc/Makefile.in
+3
-1
No files found.
gcc/ChangeLog
View file @
1841f23b
...
...
@@ -24,6 +24,7 @@ Tue Feb 2 22:38:19 1999 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inri
Fri
Jan
29
21
:
00
:
56
1999
Bob
Manson
<
manson
@charmed
.
cygnus
.
com
>
*
resource
.
c
,
resource
.
h
:
New
files
.
*
Makefile
.
in
(
OBJS
)
:
Add
it
.
*
haifa
-
sched
.
c
(
regno_use_in
)
:
Moved
to
rtlanal
.
c
.
(
split_block_insns
)
:
Moved
to
recog
.
c
.
...
...
gcc/Makefile.in
View file @
1841f23b
...
...
@@ -673,7 +673,7 @@ OBJS = toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o \
insn-peep.o reorg.o
$(SCHED_PREFIX)
sched.o final.o recog.o reg-stack.o
\
insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o
\
profile.o insn-attrtab.o
$(out_object_file)
getpwd.o
$(EXTRA_OBJS)
convert.o
\
mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o
mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o
resource.o
# GEN files are listed separately, so they can be built before doing parallel
# makes for cc1 or cc1plus. Otherwise sequent parallel make attempts to load
...
...
@@ -1527,6 +1527,8 @@ cse.o : cse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h \
real.h insn-config.h $(RECOG_H) $(EXPR_H) toplev.h output.h
gcse.o
:
gcse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h
\
real.h insn-config.h $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H) output.h
resource.o
:
resource.c $(CONFIG_H) $(RTL_H) hard-reg-set.h system.h
\
$(BASIC_BLOCK_H) $(REGS_H) flags.h output.h resource.h
profile.o
:
profile.c $(CONFIG_H) system.h $(RTL_H) flags.h insn-flags.h
\
gcov-io.h $(TREE_H) output.h $(REGS_H) toplev.h insn-config.h
loop.o
:
loop.c $(CONFIG_H) system.h $(RTL_H) flags.h loop.h insn-config.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