s-scaval.adb (Initialize): Add new Boolean flag AFloat that is set True when...
authorGary Dismukes <dismukes@adacore.com>
Tue, 31 Oct 2006 18:11:33 +0000 (19:11 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 31 Oct 2006 18:11:33 +0000 (19:11 +0100)
commitd5ef47fb25f583d46b42dd53917aa5ff5990bccb
treeea95b3aa662fae2b864235be8f1577ec8f4b6824
parentf7753fbb7e1eae498bc99d9edd8ac90c6dee0096
s-scaval.adb (Initialize): Add new Boolean flag AFloat that is set True when...

2006-10-31  Gary Dismukes  <dismukes@adacore.com>

* s-scaval.adb (Initialize): Add new Boolean flag AFloat that is set
True when AAMP extended floating-point is in use (48-bit). Change type
ByteLF to ByteLLF, add new array type ByteLF and condition the size of
the two byte array types on AFloat. Change type of IV_Ilf overlay
variable from Byte8 to ByteLF. Add appropriate initializations of
floating-point overlays for AAMP cases.

From-SVN: r118316
gcc/ada/s-scaval.adb