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
53f26922
Commit
53f26922
authored
May 28, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(insn_name_ptr): Declare as variable.
(optabs): Fix typo in floatuns case. From-SVN: r4582
parent
1b6d951b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
gcc/genopinit.c
+4
-1
No files found.
gcc/genopinit.c
View file @
53f26922
...
...
@@ -74,7 +74,7 @@ char *optabs[] =
"fixtrunctab[(int) %A][(int) %B][0] = CODE_FOR_%(fix_trunc%F\%a%I\%b2%)"
,
"fixtrunctab[(int) %A][(int) %B][1] = CODE_FOR_%(fixuns_trunc%F\%a%I\%b2%)"
,
"floattab[(int) %B][(int) %A][0] = CODE_FOR_%(float%I\%a%F\%b2%)"
,
"floattab[(int) %B][(int) %A][1] = CODE_FOR_%(floatuns%I\%a%F\%b%)"
,
"floattab[(int) %B][(int) %A][1] = CODE_FOR_%(floatuns%I\%a%F\%b
2
%)"
,
"add_optab->handlers[(int) %A].insn_code = CODE_FOR_%(add%a3%)"
,
"sub_optab->handlers[(int) %A].insn_code = CODE_FOR_%(sub%a3%)"
,
"smul_optab->handlers[(int) %A].insn_code = CODE_FOR_%(mul%a3%)"
,
...
...
@@ -121,6 +121,9 @@ char *optabs[] =
"reload_out_optab[(int) %A] = CODE_FOR_%(reload_out%a%)"
,
"movstr_optab[(int) %A] = CODE_FOR_%(movstr%a%)"
};
/* Allow linking with print-rtl.c. */
char
**
insn_name_ptr
;
static
void
gen_insn
(
insn
)
rtx
insn
;
...
...
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