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
c3fc86c9
Commit
c3fc86c9
authored
25 years ago
by
Jim Wilson
Committed by
Jim Wilson
25 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make fatal_insn calls in md file work.
* genoutput.c: Include toplev.h. From-SVN: r29908
parent
4239024f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/genoutput.c
+1
-1
No files found.
gcc/ChangeLog
View file @
c3fc86c9
Mon
Oct
11
20
:
18
:
41
1999
Jim
Wilson
<
wilson
@cygnus
.
com
>
*
genoutput
.
c
:
Include
toplev
.
h
.
Mon
Oct
11
18
:
56
:
14
1999
Jim
Wilson
<
wilson
@cygnus
.
com
>
*
config
/
sparc
/
liteelf
.
h
(
INIT_SECTION_ASM_OP
,
FINI_SECTION_ASM_OP
)
:
...
...
This diff is collapsed.
Click to expand it.
gcc/genoutput.c
View file @
c3fc86c9
...
...
@@ -232,7 +232,7 @@ from the machine description file `md'. */\n\n");
printf
(
"#include
\"
insn-attr.h
\"\n\n
"
);
printf
(
"#include
\"
insn-codes.h
\"\n\n
"
);
printf
(
"#include
\"
recog.h
\"\n\n
"
);
printf
(
"#include
\"
toplev.h
\"\n
"
);
printf
(
"#include
\"
output.h
\"\n
"
);
}
...
...
This diff is collapsed.
Click to expand it.
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