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
e7f731a7
Commit
e7f731a7
authored
May 19, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
May 19, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
From-SVN: r34011
parent
a8393d5d
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 @
e7f731a7
2000
-
05
-
18
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
Makefile
.
in
(
STAGESTUFF
)
:
Fix
typo
in
spelling
of
s
-
under
.
2000
-
05
-
18
Richard
Henderson
<
rth
@cygnus
.
com
>
2000
-
05
-
18
Richard
Henderson
<
rth
@cygnus
.
com
>
*
rtlanal
.
c
(
insn_dependant_p
,
insn_dependant_p_1
)
:
New
.
*
rtlanal
.
c
(
insn_dependant_p
,
insn_dependant_p_1
)
:
New
.
...
...
gcc/Makefile.in
View file @
e7f731a7
...
@@ -706,7 +706,7 @@ GEN= genemit genoutput genrecog genextract genflags gencodes genconfig \
...
@@ -706,7 +706,7 @@ GEN= genemit genoutput genrecog genextract genflags gencodes genconfig \
STAGESTUFF
=
*
$(objext)
insn-flags.h insn-config.h insn-codes.h
\
STAGESTUFF
=
*
$(objext)
insn-flags.h insn-config.h insn-codes.h
\
insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c
\
insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c
\
insn-attr.h insn-attrtab.c insn-opinit.c tree-check.h
\
insn-attr.h insn-attrtab.c insn-opinit.c tree-check.h
\
s-flags s-config s-codes s-mlib s-under
s
s-genrtl
\
s-flags s-config s-codes s-mlib s-under s-genrtl
\
s-output s-recog s-emit s-extract s-peep s-check
\
s-output s-recog s-emit s-extract s-peep s-check
\
s-attr s-attrtab s-opinit s-crt0
\
s-attr s-attrtab s-opinit s-crt0
\
genemit
$(build_exeext)
genoutput
$(build_exeext)
genrecog
$(build_exeext)
\
genemit
$(build_exeext)
genoutput
$(build_exeext)
genrecog
$(build_exeext)
\
...
...
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