diff options
author | Javier Miranda <miranda@adacore.com> | 2005-11-15 14:57:25 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-11-15 14:57:25 +0100 |
commit | 5dcc05e6bcbe1976ddfa17c82eb5b5e0f8654752 (patch) | |
tree | c8bd4516ebcae91ad0c744793dc4d13c62a2e40f /gcc/ada/s-fatlfl.ads | |
parent | 65f01153ab91c1e9e5e5273b8cb7e85e2a105b24 (diff) | |
download | gcc-5dcc05e6bcbe1976ddfa17c82eb5b5e0f8654752.tar.gz |
sem_disp.adb: Change name Is_Package to Is_Package_Or_Generic_Package
2005-11-14 Javier Miranda <miranda@adacore.com>
Robert Dewar <dewar@adacore.com>
Hristian Kirtchev <kirtchev@adacore.com>
* sem_disp.adb: Change name Is_Package to Is_Package_Or_Generic_Package
(Check_Dispatching_Operation): Protect the frontend againts
previously detected errors.
* Makefile.rtl: Add new instantiations of system.fat_gen
* s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads:
Change name of instantiated package for better consistency
with newly added system.fat_gen instantiations.
* s-filofl.ads, s-fishfl.ads, s-fvadfl.ads, s-fvaffl.ads,
s-fvagfl.ads: New files.
From-SVN: r106971
Diffstat (limited to 'gcc/ada/s-fatlfl.ads')
-rw-r--r-- | gcc/ada/s-fatlfl.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-fatlfl.ads b/gcc/ada/s-fatlfl.ads index bff94090190..844f1b4739a 100644 --- a/gcc/ada/s-fatlfl.ads +++ b/gcc/ada/s-fatlfl.ads @@ -44,6 +44,6 @@ package System.Fat_LFlt is -- (i.e. the individual floating-point attribute routines) are accessed -- by name using selected notation. - package Fat_Long_Float is new System.Fat_Gen (Long_Float); + package Attr_Long_Float is new System.Fat_Gen (Long_Float); end System.Fat_LFlt; |