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
0c94b59f
Commit
0c94b59f
authored
Dec 11, 2014
by
Eric Botcazou
Committed by
Eric Botcazou
Dec 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/md.texi (Insn Lengths): Fix description of (pc).
From-SVN: r218642
parent
3334c725
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/doc/md.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
0c94b59f
2014
-
12
-
11
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
doc
/
md
.
texi
(
Insn
Lengths
):
Fix
description
of
(
pc
).
2014
-
12
-
11
Jan
Hubicka
<
hubicka
@
ucw
.
cz
>
2014
-
12
-
11
Jan
Hubicka
<
hubicka
@
ucw
.
cz
>
PR
ipa
/
61324
PR
ipa
/
61324
gcc/doc/md.texi
View file @
0c94b59f
...
@@ -8330,9 +8330,9 @@ must be a @code{label_ref}.
...
@@ -8330,9 +8330,9 @@ must be a @code{label_ref}.
@cindex @code{pc} and attributes
@cindex @code{pc} and attributes
@item (pc)
@item (pc)
This refers to the address of the @emph{current} insn. It might have
For non-branch instructions and backward branch instructions, this refers
been more consistent with other usage to make this the address of the
to the address of the current insn. But for forward branch instructions,
@emph{next} insn but this would be confusing
because the length of the
this refers to the address of the next insn,
because the length of the
current insn is to be computed.
current insn is to be computed.
@end table
@end table
...
...
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