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
44518ddd
Commit
44518ddd
authored
Nov 22, 2001
by
Zack Weinberg
Committed by
David Edelsohn
Nov 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rs6000.c (output_cbranch): Use $, not %$, in output template.
From-SVN: r47258
parent
89d684bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.c
+1
-1
No files found.
gcc/ChangeLog
View file @
44518ddd
2001
-
11
-
20
Zack
Weinberg
<
zack
@codesourcery
.
com
>
*
rs6000
.
c
(
output_cbranch
)
:
Use
$
,
not
%
$
,
in
output
template
.
2001
-
11
-
21
Bryce
McKinlay
<
bryce
@waitaki
.
otago
.
ac
.
nz
>
2001
-
11
-
21
Bryce
McKinlay
<
bryce
@waitaki
.
otago
.
ac
.
nz
>
*
tree
-
dump
.
c
:
Rename
from
c
-
dump
.
c
.
Include
c
-
tree
.
h
,
not
c
-
common
.
h
.
*
tree
-
dump
.
c
:
Rename
from
c
-
dump
.
c
.
Include
c
-
tree
.
h
,
not
c
-
common
.
h
.
...
...
gcc/config/rs6000/rs6000.c
View file @
44518ddd
...
@@ -5681,7 +5681,7 @@ output_cbranch (op, label, reversed, insn)
...
@@ -5681,7 +5681,7 @@ output_cbranch (op, label, reversed, insn)
/* If the branch distance was too far, we may have to use an
/* If the branch distance was too far, we may have to use an
unconditional branch to go the distance. */
unconditional branch to go the distance. */
if
(
need_longbranch
)
if
(
need_longbranch
)
s
+=
sprintf
(
s
,
",
%c$+8
\n\t
b %s"
,
'%'
,
label
);
s
+=
sprintf
(
s
,
",
$+8
\n\t
b %s"
,
label
);
else
else
s
+=
sprintf
(
s
,
",%s"
,
label
);
s
+=
sprintf
(
s
,
",%s"
,
label
);
}
}
...
...
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