einfo.ads: Minor reformatting
authorGeert Bosch <bosch@gcc.gnu.org>
Tue, 11 Dec 2001 22:11:45 +0000 (23:11 +0100)
committerGeert Bosch <bosch@gcc.gnu.org>
Tue, 11 Dec 2001 22:11:45 +0000 (23:11 +0100)
commit980f237d115e7d58e664c063e0aade7dafd636ea
tree9a2ec6960caa6e0b10445d061c7f8838db87d84c
parent290986ede68c7fb27f1ec54c63aa7c2398601444
einfo.ads: Minor reformatting

* einfo.ads: Minor reformatting

* exp_ch5.adb: Add comment for previous.change

* ali.adb: New interface for extended typeref stuff.

* ali.ads: New interface for typeref stuff.

* checks.adb (Apply_Alignment_Check): New procedure.

* debug.adb: Add -gnatdM for modified ALI output

* exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.

* lib-xref.adb: Extend generation of <..> notation to cover
subtype/object types. Note that this is a complete rewrite,
getting rid of the very nasty quadratic algorithm previously
used for derived type output.

* lib-xref.ads: Extend description of <..> notation to cover
subtype/object types. Uses {..} for these other cases.
Also use (..) for pointer types.

* sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.

* exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
(Known_Aligned_Enough): Replaces Must_Be_Aligned.

From-SVN: r47896
gcc/ada/ali.adb
gcc/ada/ali.ads
gcc/ada/checks.adb
gcc/ada/debug.adb
gcc/ada/einfo.ads
gcc/ada/exp_ch5.adb
gcc/ada/exp_pakd.adb
gcc/ada/lib-xref.adb
gcc/ada/lib-xref.ads
gcc/ada/sem_util.adb