This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r118316 - /trunk/gcc/ada/s-scaval.adb
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Oct 2006 18:11:33 -0000
- Subject: r118316 - /trunk/gcc/ada/s-scaval.adb
Author: charlet
Date: Tue Oct 31 18:11:33 2006
New Revision: 118316
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118316
Log:
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.
Modified:
trunk/gcc/ada/s-scaval.adb