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
e79df5ce
Commit
e79df5ce
authored
Jun 08, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Jun 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand.
From-SVN: r100738
parent
f1c9d07d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/config/c4x/c4x.h
+1
-2
No files found.
gcc/ChangeLog
View file @
e79df5ce
2005-06-08 Kazu Hirata <kazu@codesourcery.com>
* config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand.
2005-06-07 Eric Christopher <echristo@redhat.com>
* system.h: Poison EXTRA_CC_MODES.
...
...
gcc/config/c4x/c4x.h
View file @
e79df5ce
...
...
@@ -1699,8 +1699,7 @@ if (final_sequence != NULL_RTX) \
{"any_operand", {SUBREG, REG, MEM, CONST_INT, CONST_DOUBLE}}, \
{"par_ind_operand", {MEM}}, \
{"parallel_operand", {SUBREG, REG, MEM}}, \
{"symbolic_address_operand", {SYMBOL_REF, LABEL_REF, CONST}}, \
{"mem_operand", {MEM}},
{"symbolic_address_operand", {SYMBOL_REF, LABEL_REF, CONST}},
/* Define the intrinsic functions for the c3x/c4x. */
...
...
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