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
2ec37136
Commit
2ec37136
authored
Oct 17, 2001
by
Florian Weimer
Committed by
Richard Henderson
Oct 16, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stmt.c (expand_asm_operands): Update commentary.
From-SVN: r46301
parent
abe72dd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/stmt.c
+3
-1
No files found.
gcc/ChangeLog
View file @
2ec37136
2001
-
10
-
16
Florian
Weimer
<
fw
@deneb
.
enyo
.
de
>
*
stmt
.
c
(
expand_asm_operands
)
:
Update
commentary
.
2001
-
10
-
16
Stan
Shebs
<
shebs
@apple
.
com
>
*
config
/
darwin
.
h
(
GCC_NAME
)
:
Remove
,
no
longer
used
.
...
...
gcc/stmt.c
View file @
2ec37136
...
...
@@ -1458,7 +1458,9 @@ parse_output_constraint (constraint_p,
STRING is the instruction template.
OUTPUTS is a list of output arguments (lvalues); INPUTS a list of inputs.
Each output or input has an expression in the TREE_VALUE and
a constraint-string in the TREE_PURPOSE.
and a tree list in TREE_PURPOSE which in turn contains a constraint
name in TREE_VALUE (or NULL_TREE) and a constraint string
in TREE_PURPOSE.
CLOBBERS is a list of STRING_CST nodes each naming a hard register
that is clobbered by this insn.
...
...
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