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
6d119d8f
Commit
6d119d8f
authored
14 years ago
by
Mingjie Xing
Committed by
Mingjie Xing
14 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in the comment.
From-SVN: r166927
parent
b0210d00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/resource.h
+1
-1
No files found.
gcc/ChangeLog
View file @
6d119d8f
2010
-
11
-
19
Mingjie
Xing
<
mingjie
.
xing
@gmail
.
com
>
*
resource
.
h
(
struct
resources
)
:
Fix
typo
in
the
comment
.
2010
-
11
-
19
Uros
Bizjak
<
ubizjak
@gmail
.
com
>
PR
target
/
46546
This diff is collapsed.
Click to expand it.
gcc/resource.h
View file @
6d119d8f
...
...
@@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
struct
resources
{
char
memory
;
/* Insn sets or needs a memory location. */
char
unch_memory
;
/* Insn sets o
f needs a
"unchanging" MEM. */
char
unch_memory
;
/* Insn sets o
r needs an
"unchanging" MEM. */
char
volatil
;
/* Insn sets or needs a volatile memory loc. */
char
cc
;
/* Insn sets or needs the condition codes. */
HARD_REG_SET
regs
;
/* Which registers are set or needed. */
...
...
This diff is collapsed.
Click to expand it.
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