diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-23 12:03:21 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-23 12:03:21 +0200 |
commit | f8c6086ba8474e5997bec4d1f9c44e1ee6a7d601 (patch) | |
tree | 7ae7fba8e94011dd7ba6c2ee0a68fee53e23528e /gcc/ada/lib-writ.ads | |
parent | dfcfdc0a7ce79e58aa028a1c9313399fb5676d56 (diff) | |
download | gcc-f8c6086ba8474e5997bec4d1f9c44e1ee6a7d601.tar.gz |
[multiple changes]
2009-07-23 Arnaud Charlet <charlet@adacore.com>
* a-convec.adb: Add comments about suspicious/subtle code.
2009-07-23 Ed Schonberg <schonberg@adacore.com>
* einfo.ads: Document use of Alias in private overriding
2009-07-23 Thomas Quinot <quinot@adacore.com>
* sem_ch13.adb (Analyze_Attribute_Definition_Clause): For the case of
an array type, propagate alignment from first subtype to implicit base
type so that other subtypes (such as the itypes for aggregates of the
type) also receive the expected alignment.
* g-comlin.ads: Minor documentation clarification/rewording.
* scos.ads: Minor comments update.
* lib-writ.ads: Minor reformatting
From-SVN: r149991
Diffstat (limited to 'gcc/ada/lib-writ.ads')
-rw-r--r-- | gcc/ada/lib-writ.ads | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/lib-writ.ads b/gcc/ada/lib-writ.ads index 5a15fd302df..d5236773a3d 100644 --- a/gcc/ada/lib-writ.ads +++ b/gcc/ada/lib-writ.ads @@ -344,9 +344,9 @@ package Lib.Writ is -- name are separated by periods. The names themselves are in encoded -- form, as documented in Namet. - -- ------------------------ - -- -- I Interrupt States -- - -- ------------------------ + -- ------------------------- + -- -- I Interrupt States -- + -- ------------------------- -- I interrupt-number interrupt-state line-number @@ -363,9 +363,9 @@ package Lib.Writ is -- number of the corresponding Interrupt_State pragma. This is used -- in consistency messages. - -- ------------------------------------- - -- -- S Priority Specific Dispatching -- - -- ------------------------------------- + -- -------------------------------------- + -- -- S Priority Specific Dispatching -- + -- -------------------------------------- -- S policy_identifier first_priority last_priority line-number |