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
45b677bc
Commit
45b677bc
authored
Nov 30, 2001
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Nov 30, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix typo in comment.
From-SVN: r47464
parent
d3295e25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/config/cris/cris.h
+1
-1
No files found.
gcc/ChangeLog
View file @
45b677bc
...
...
@@ -6,6 +6,7 @@
clear
overlapped
value
,
don
'
t
just
CC_STATUS_INIT
.
*
config
/
cris
/
cris
.
h
(
EXTRA_CONSTRAINT_T
)
:
Fix
spacing
and
FIXME
.
Fix
typo
in
comment
.
(
LINK_SPEC
)
:
Remove
whitespace
at
end
of
line
.
2001
-
11
-
29
Jakub
Jelinek
<
jakub
@redhat
.
com
>
...
...
gcc/config/cris/cris.h
View file @
45b677bc
...
...
@@ -782,7 +782,7 @@ enum reg_class {NO_REGS, ALL_REGS, LIM_REG_CLASSES};
&& ((GET_CODE (XEXP (X, 0)) == MEM \
/* Double indirect: [[reg]] or [[reg+]]? */
\
&& (BASE_OR_AUTOINCR_P (XEXP (XEXP (X, 0), 0)))) \
/* Just an explicit
e
indirect reference: [const]? */
\
/* Just an explicit indirect reference: [const]? */
\
|| CONSTANT_P (XEXP (X, 0)) \
/* Something that is indexed; [...+...]? */
\
|| (GET_CODE (XEXP (X, 0)) == PLUS \
...
...
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