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
6b3783de
Commit
6b3783de
authored
Sep 08, 2000
by
Alexandre Oliva
Committed by
Alexandre Oliva
Sep 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
From-SVN: r36266
parent
9af354b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.md
+2
-2
No files found.
gcc/ChangeLog
View file @
6b3783de
2000-09-08 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
2000-09-08 Bernd Schmidt <bernds@redhat.co.uk>
* combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
...
...
gcc/config/sh/sh.md
View file @
6b3783de
...
...
@@ -3516,7 +3516,7 @@ else
(unspec [(match_operand:SI 1 "" "")] 9))
(const (plus:SI (label_ref (match_operand:SI 2 "" ""))
(const_int 2))))))
(use (match_dup
2
))]
(use (match_dup
3
))]
;; Even though the PIC register is not really used by the call
;; sequence in which this is expanded, the PLT code assumes the PIC
;; register is set, so we must not skip its initialization. Since
...
...
@@ -3530,7 +3530,7 @@ else
;; shared libraries.
"" "
{
operands[
2
] = pic_offset_table_rtx;
operands[
3
] = pic_offset_table_rtx;
current_function_uses_pic_offset_table = 1;
}")
...
...
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