diff options
author | Ed Schonberg <schonber@gnat.com> | 2001-10-11 01:24:00 +0000 |
---|---|---|
committer | Geert Bosch <bosch@gcc.gnu.org> | 2001-10-11 03:24:00 +0200 |
commit | b83018cacae33cffd27b111cfc38e389497d1ae3 (patch) | |
tree | cc3fb850370f0028fbd794489ea9260722657b49 /gcc | |
parent | e834fe1fdfaada91d40314a8fd48a2f313ddcb40 (diff) | |
download | gcc-b83018cacae33cffd27b111cfc38e389497d1ae3.zip gcc-b83018cacae33cffd27b111cfc38e389497d1ae3.tar.gz gcc-b83018cacae33cffd27b111cfc38e389497d1ae3.tar.bz2 |
einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required is Flag174.
* einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
is Flag174.
From-SVN: r46172
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/einfo.adb | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d779dd8..a7705df 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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. diff --git a/gcc/ada/einfo.adb b/gcc/ada/einfo.adb index 6f7e0a3..b81df9b 100644 --- a/gcc/ada/einfo.adb +++ b/gcc/ada/einfo.adb @@ -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)); |