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
e1ea35da
Commit
e1ea35da
authored
Jul 29, 2014
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc update.
From-SVN: r213214
parent
20e3f942
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
gcc/ada/gnat_rm.texi
+9
-3
No files found.
gcc/ada/gnat_rm.texi
View file @
e1ea35da
...
...
@@ -4493,7 +4493,10 @@ end IO_Card;
@
findex
Lock_Free
@
noindent
Syntax
:
PLEASE
ADD
DOCUMENTATION
HERE
???
This
pragma
may
be
specified
for
protected
types
or
objects
.
It
specifies
that
the
implementation
of
protected
operations
must
be
implemented
without
locks
.
Compilation
fails
if
the
compiler
cannot
generate
lock
-
free
code
for
the
operations
.
@
node
Pragma
Long_Float
@
unnumberedsec
Pragma
Long_Float
...
...
@@ -8991,7 +8994,9 @@ this attribute.
@unnumberedsec Attribute Fast_Math
@findex Fast_Math
@noindent
PLEASE ADD DOCUMENTATION HERE???
@code{Standard'Fast_Math} (@code{Standard} is the only allowed
prefix) yields a static Boolean value that is True if pragma
@code{Fast_Math} is active, and False otherwise.
@node Attribute Fixed_Value
@unnumberedsec Attribute Fixed_Value
...
...
@@ -9162,7 +9167,8 @@ end Gen;
@unnumberedsec Attribute Lock_Free
@findex Lock_Free
@noindent
PLEASE ADD DOCUMENTATION HERE???
@code{P'Lock_Free}, where P is a protected object, returns True if a
pragma @code{Lock_Free} applies to P.
@node Attribute Loop_Entry
@unnumberedsec Attribute Loop_Entry
...
...
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