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
31fd809b
Commit
31fd809b
authored
Aug 11, 2014
by
John David Anglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert last change.
From-SVN: r213835
parent
59f5868d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
+1
-9
gcc/ChangeLog
+0
-6
gcc/config/pa/pa.c
+1
-3
No files found.
gcc/ChangeLog
View file @
31fd809b
...
...
@@ -119,12 +119,6 @@
wk
constraints
.
Make
the
wy
constraint
documentation
match
them
implementation
.
2014
-
08
-
11
John
Dave
Anglin
<
danglin
@
gcc
.
gnu
.
org
>
PR
target
/
62038
*
config
/
pa
/
pa
.
c
(
pa_asm_output_mi_thunk
):
Use
a
branch
with
%
r31
link
register
.
2014
-
08
-
11
Mircea
Namolaru
<
mircea
.
namolaru
@
inria
.
fr
>
Replacement
of
isl_int
by
isl_val
...
...
gcc/config/pa/pa.c
View file @
31fd809b
...
...
@@ -8285,9 +8285,7 @@ pa_asm_output_mi_thunk (FILE *file, tree thunk_fndecl, HOST_WIDE_INT delta,
if
(
!
val_14
)
output_asm_insn
(
"addil L'%2,%%r26"
,
xoperands
);
/* An absolute branch without a link register is not considered
a call by GAS. We need a call to get a stub if necessary. */
output_asm_insn
(
"bl %0,%%r31"
,
xoperands
);
output_asm_insn
(
"b %0"
,
xoperands
);
if
(
val_14
)
{
...
...
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