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
45c87b72
Commit
45c87b72
authored
May 26, 2008
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* s-vaflop.ads: Add comments for previous change
From-SVN: r135948
parent
3a5ab1fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
gcc/ada/s-vaflop.ads
+6
-1
No files found.
gcc/ada/s-vaflop.ads
View file @
45c87b72
...
@@ -150,7 +150,12 @@ package System.Vax_Float_Operations is
...
@@ -150,7 +150,12 @@ package System.Vax_Float_Operations is
function
Return_D
(
X
:
D
)
return
D
;
function
Return_D
(
X
:
D
)
return
D
;
function
Return_F
(
X
:
F
)
return
F
;
function
Return_F
(
X
:
F
)
return
F
;
function
Return_G
(
X
:
G
)
return
G
;
function
Return_G
(
X
:
G
)
return
G
;
--
Adjust
the
return
register
of
an
imported
function
--
Deal
with
returned
value
for
an
imported
function
where
the
function
--
result
is
of
VAX
Float
type
.
Usually
nothing
needs
to
be
done
,
and
these
--
functions
return
their
argument
unchanged
.
But
for
the
case
of
VMS
Alpha
--
the
return
value
is
already
in
$
f0
,
so
we
need
to
trick
the
compiler
--
into
thinking
that
we
are
moving
X
to
$
f0
.
See
bodies
for
this
case
--
for
the
Asm
sequence
generated
to
achieve
this
.
----------------------------------
----------------------------------
--
Routines
for
Valid
Attribute
--
--
Routines
for
Valid
Attribute
--
...
...
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