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
9fd0c419
Commit
9fd0c419
authored
Jul 04, 2005
by
J"orn Rennecke
Committed by
Joern Rennecke
Jul 04, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
From-SVN: r101600
parent
7d300a99
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.c
+2
-1
No files found.
gcc/ChangeLog
View file @
9fd0c419
2005-07-04 J"orn Rennecke <joern.rennecke@st.com>
* sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
2005-07-03 Joseph S. Myers <joseph@codesourcery.com>
* bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
...
...
gcc/config/sh/sh.c
View file @
9fd0c419
...
...
@@ -1686,7 +1686,8 @@ output_branchy_insn (enum rtx_code code, const char *template,
const
char
*
output_ieee_ccmpeq
(
rtx
insn
,
rtx
*
operands
)
{
return
output_branchy_insn
(
NE
,
"bt
\t
%l9
\\
;fcmp/eq
\t
%1,%0"
,
insn
,
operands
);
return
output_branchy_insn
(
NE
,
"bt
\t
%l9
\n\t
fcmp/eq
\t
%1,%0"
,
insn
,
operands
);
}
/* Output the start of the assembler file. */
...
...
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