summaryrefslogtreecommitdiff
path: root/gcc/ada/s-fatlfl.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-15 13:57:25 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-15 13:57:25 +0000
commitb635a7dd19c16a5de85025bcb5b0240370663ebb (patch)
treec8bd4516ebcae91ad0c744793dc4d13c62a2e40f /gcc/ada/s-fatlfl.ads
parent1550b445ba9e02c6e698702506bd2fa2fa94443c (diff)
downloadgcc-b635a7dd19c16a5de85025bcb5b0240370663ebb.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106971 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-fatlfl.ads')
-rw-r--r--gcc/ada/s-fatlfl.ads2
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;