diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-26 07:43:27 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-26 07:43:27 +0000 |
commit | e1a0cc7b7e807e6f0ae790da1a452af403121f9e (patch) | |
tree | 31e748acde00a186b9998864de91b99dd349ae1f /gcc/ada/g-altive.ads | |
parent | b67a70de8ab854b29584e4189198e5b40efa4cd5 (diff) | |
download | gcc-e1a0cc7b7e807e6f0ae790da1a452af403121f9e.tar.gz |
2008-03-26 Robert Dewar <dewar@adacore.com>
* back_end.adb, back_end.ads: Minor reformatting
* bindgen.adb: Minor clarification of comments
* fname.ads: Minor comment fixes
* g-altive.ads, g-catiio.ads, g-trasym.ads, prj.ads,
prj-nmsc.adb, sem_aggr.adb: Minor reformatting
* xeinfo.adb, xnmake.adb, xsinfo.adb, xtreeprs.adb,
xsnames.adb: Remove warnings off pragma no longer needed
* a-catizo.ads, a-calari.ads, a-calfor.adb,
a-calfor.ads: Fix header.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133585 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-altive.ads')
-rw-r--r-- | gcc/ada/g-altive.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-altive.ads b/gcc/ada/g-altive.ads index 5951358fada..bbfd0f51c3c 100644 --- a/gcc/ada/g-altive.ads +++ b/gcc/ada/g-altive.ads @@ -345,7 +345,7 @@ package GNAT.Altivec is -- support of the target. Note that this means that there may be -- minor differences in results between targets when the floating- -- point implementations are slightly different, as would happen - -- with normal non-altivec floating-point operations. In particular + -- with normal non-Altivec floating-point operations. In particular -- the Altivec simulations may yield slightly different results -- from those obtained on a true hardware Altivec target if the -- floating-point implementation is not 100% compatible. |