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
3648099b
Commit
3648099b
authored
Aug 18, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Aug 18, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make insn-recog.c include function.h
From-SVN: r28750
parent
4c9d8fa8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/Makefile.in
+1
-1
gcc/genrecog.c
+1
-0
No files found.
gcc/ChangeLog
View file @
3648099b
Wed
Aug
18
06
:
37
:
44
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
Makefile
.
in
(
insn
-
recog
.
o
)
:
Update
dependencies
.
*
genrecog
.
c
(
main
)
:
Make
generated
file
include
"function.h"
.
Sat
Aug
14
00
:
54
:
57
1999
Geoffrey
Keating
<
geoffk
@cygnus
.
com
>
Sat
Aug
14
00
:
54
:
57
1999
Geoffrey
Keating
<
geoffk
@cygnus
.
com
>
*
cse
.
c
(
cse_insn
)
:
Call
never_reached_warning
when
a
jump
is
*
cse
.
c
(
cse_insn
)
:
Call
never_reached_warning
when
a
jump
is
...
...
gcc/Makefile.in
View file @
3648099b
...
@@ -1669,7 +1669,7 @@ s-emit : $(md_file) genemit $(srcdir)/move-if-change
...
@@ -1669,7 +1669,7 @@ s-emit : $(md_file) genemit $(srcdir)/move-if-change
touch s-emit
touch s-emit
insn-recog.o
:
insn-recog.c $(CONFIG_H) $(RTL_H) insn-config.h $(RECOG_H)
\
insn-recog.o
:
insn-recog.c $(CONFIG_H) $(RTL_H) insn-config.h $(RECOG_H)
\
real.h output.h flags.h system.h
real.h output.h flags.h system.h
function.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-recog.c
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-recog.c
insn-recog.c
:
s-recog ; @true
insn-recog.c
:
s-recog ; @true
...
...
gcc/genrecog.c
View file @
3648099b
...
@@ -1762,6 +1762,7 @@ from the machine description file `md'. */\n\n");
...
@@ -1762,6 +1762,7 @@ from the machine description file `md'. */\n\n");
printf
(
"#include
\"
config.h
\"\n
"
);
printf
(
"#include
\"
config.h
\"\n
"
);
printf
(
"#include
\"
system.h
\"\n
"
);
printf
(
"#include
\"
system.h
\"\n
"
);
printf
(
"#include
\"
rtl.h
\"\n
"
);
printf
(
"#include
\"
rtl.h
\"\n
"
);
printf
(
"#include
\"
function.h
\"\n
"
);
printf
(
"#include
\"
insn-config.h
\"\n
"
);
printf
(
"#include
\"
insn-config.h
\"\n
"
);
printf
(
"#include
\"
recog.h
\"\n
"
);
printf
(
"#include
\"
recog.h
\"\n
"
);
printf
(
"#include
\"
real.h
\"\n
"
);
printf
(
"#include
\"
real.h
\"\n
"
);
...
...
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