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
6abe71eb
Commit
6abe71eb
authored
Mar 24, 2011
by
Richard Henderson
Committed by
Richard Henderson
Mar 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alpha: Revert change to input_operand for 32-bit vms.
From-SVN: r171428
parent
8039ca76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/config/alpha/predicates.md
+2
-1
No files found.
gcc/ChangeLog
View file @
6abe71eb
2011-02-24 Richard Henderson <rth@redhat.com>
* config/alpha/predicates.md (input_operand): Revert last change;
update comment to mention 32-bit VMS rather than Windows.
2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
* function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
...
...
gcc/config/alpha/predicates.md
View file @
6abe71eb
...
...
@@ -195,7 +195,8 @@
|| gotdtp_symbolic_operand (op, mode)
|| gottp_symbolic_operand (op, mode));
}
return mode == Pmode;
/
* VMS still has a 32-bit mode. *
/
return mode == ptr_mode || mode == Pmode;
case HIGH:
return (TARGET_EXPLICIT_RELOCS
...
...
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