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
a2900460
Commit
a2900460
authored
Oct 06, 2002
by
Richard Henderson
Committed by
Richard Henderson
Oct 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint.
From-SVN: r57871
parent
ff025ab9
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.md
+1
-1
No files found.
gcc/ChangeLog
View file @
a2900460
2002
-
10
-
06
Richard
Henderson
<
rth
@redhat
.
com
>
2002
-
10
-
06
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
rs6000
/
rs6000
.
md
(
load_toc_v4_PIC_2
)
:
Fix
base
constraint
.
2002
-
10
-
06
Richard
Henderson
<
rth
@redhat
.
com
>
PR
optimization
/
2960
PR
optimization
/
2960
*
toplev
.
c
(
rest_of_compilation
)
:
Don
'
t
copy_loop_headers
if
*
toplev
.
c
(
rest_of_compilation
)
:
Don
'
t
copy_loop_headers
if
optimize_size
.
optimize_size
.
...
...
gcc/config/rs6000/rs6000.md
View file @
a2900460
...
@@ -10217,7 +10217,7 @@
...
@@ -10217,7 +10217,7 @@
(define_insn "load_toc_v4_PIC_2"
(define_insn "load_toc_v4_PIC_2"
[
(set (match_operand:SI 0 "gpc_reg_operand" "=r")
[
(set (match_operand:SI 0 "gpc_reg_operand" "=r")
(mem:SI (plus:SI (match_operand:SI 1 "gpc_reg_operand" "
r
")
(mem:SI (plus:SI (match_operand:SI 1 "gpc_reg_operand" "
b
")
(minus:SI (match_operand:SI 2 "immediate_operand" "s")
(minus:SI (match_operand:SI 2 "immediate_operand" "s")
(match_operand:SI 3 "immediate_operand" "s")))))]
(match_operand:SI 3 "immediate_operand" "s")))))]
"TARGET_ELF && DEFAULT_ABI != ABI_AIX && flag_pic == 2"
"TARGET_ELF && DEFAULT_ABI != ABI_AIX && flag_pic == 2"
...
...
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