OSDN Git Service

* einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
authorbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2001 01:24:00 +0000 (01:24 +0000)
committerbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2001 01:24:00 +0000 (01:24 +0000)
is Flag174.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46172 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/einfo.adb

index d779dd8..a7705df 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-10  Ed Schonberg <schonber@gnat.com>
+
+       * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required 
+       is Flag174.
+
 2001-10-10  Geert Bosch  <bosch@gnat.com>
 
        * snames.ads: Add new names for project facility.
index 6f7e0a3..b81df9b 100644 (file)
@@ -5798,7 +5798,7 @@ package body Einfo is
       W ("Depends_On_Private",            Flag14  (Id));
       W ("Discard_Names",                 Flag88  (Id));
       W ("Elaborate_All_Desirable",       Flag146 (Id));
-      W ("Elaboration_Entity_Required",   Flag175 (Id));
+      W ("Elaboration_Entity_Required",   Flag174 (Id));
       W ("Entry_Accepted",                Flag152 (Id));
       W ("Finalize_Storage_Only",         Flag158 (Id));
       W ("From_With_Type",                Flag159 (Id));