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
44b325d2
Commit
44b325d2
authored
Feb 05, 2016
by
Dominik Vogt
Committed by
Andreas Krebbel
Feb 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S/390: Correct documentation
gcc/ChangeLog * doc/extend.texi: S/390: Correct some typos. From-SVN: r233172
parent
f181bf90
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/extend.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
44b325d2
2016-02-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
* doc/extend.texi: S/390: Correct some typos.
2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
...
...
gcc/doc/extend.texi
View file @
44b325d2
...
...
@@ -16710,7 +16710,7 @@ Generates the @code{wait} machine instruction.
@subsection S/390 System z Built-in Functions
@deftypefn {Built-in Function} int __builtin_tbegin (void*)
Generates the @code{tbegin} machine instruction starting a
non-constrain
t
hardware transaction. If the parameter is non-NULL the
non-constrain
ed
hardware transaction. If the parameter is non-NULL the
memory area is used to store the transaction diagnostic buffer and
will be passed as first operand to @code{tbegin}. This buffer can be
defined using the @code{struct __htm_tdb} C struct defined in
...
...
@@ -16723,7 +16723,7 @@ instruction by definition overwrites the content of all FPRs. The
compiler will generate code which saves and restores the FPRs. For
soft-float code it is recommended to used the @code{*_nofloat}
variant. In order to prevent a TDB from being written it is required
to pass a
n constant zero value as parameter. Passing the
zero value
to pass a
constant zero value as parameter. Passing a
zero value
through a variable is not sufficient. Although modifications of
access registers inside the transaction will not trigger an
transaction abort it is not supported to actually modify them. Access
...
...
@@ -16784,7 +16784,7 @@ handler code.
@end deftypefn
@deftypefn {Built-in Function} void __builtin_tbeginc (void)
Generates the @code{tbeginc} machine instruction starting a constrain
t
Generates the @code{tbeginc} machine instruction starting a constrain
ed
hardware transaction. The second operand is set to @code{0xff08}.
@end deftypefn
...
...
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