diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-26 17:51:48 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-26 17:51:48 +0200 |
commit | 6e96b5434da5483d528aea128c735626609fe2b6 (patch) | |
tree | 9b37d740ee79079d5b4cf17c366d0c324117e0c5 /gcc | |
parent | fda528a811058f19b16a525940b3ca1b0716e129 (diff) | |
download | gcc-6e96b5434da5483d528aea128c735626609fe2b6.zip gcc-6e96b5434da5483d528aea128c735626609fe2b6.tar.gz gcc-6e96b5434da5483d528aea128c735626609fe2b6.tar.bz2 |
* exp_vfpt.ads: Add ??? comment for last change
From-SVN: r135946
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/exp_vfpt.ads | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/exp_vfpt.ads b/gcc/ada/exp_vfpt.ads index 8bf02e7..fc73795 100644 --- a/gcc/ada/exp_vfpt.ads +++ b/gcc/ada/exp_vfpt.ads @@ -46,8 +46,10 @@ package Exp_VFpt is -- target type, or both, are Vax floating-point type. procedure Expand_Vax_Foreign_Return (N : Node_Id); - -- The node N is a call to a foreign function that returns a Vax - -- float value in a floating point register. + -- The node N is a call to a foreign function that returns a Vax float + -- value in a floating point register. + -- Yes, but what does it do??? there is no hint anywhere in the spec or + -- body comments, need full spec here ??? procedure Expand_Vax_Real_Literal (N : Node_Id); -- The node N is a real literal node where the type is a Vax floating-point |