diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-16 15:14:01 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-16 15:14:01 +0000 |
commit | dd329d30040f8c9e493bf85514c364d5ac5d6551 (patch) | |
tree | 009b43e2a42820164aa4dc34cf57b12d25d56b3a /gcc/ada/targparm.ads | |
parent | 2eb0fcbc8f9d73d8061a4634e4e3c9169fc862d8 (diff) | |
download | gcc-dd329d30040f8c9e493bf85514c364d5ac5d6551.tar.gz |
2016-04-16 Basile Starynkevitch <basile@starynkevitch.net>
{{merging with even more of GCC 6, using subversion 1.9
svn merge -r230196:230700 ^/trunk
}}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@235061 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/targparm.ads')
-rw-r--r-- | gcc/ada/targparm.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/targparm.ads b/gcc/ada/targparm.ads index 21780d1b12c..ed24ea7f280 100644 --- a/gcc/ada/targparm.ads +++ b/gcc/ada/targparm.ads @@ -53,7 +53,7 @@ -- 1. Configuration pragmas, that must appear at the start of the file. -- Any such pragmas automatically apply to any unit compiled in the -- presence of this system file. Only a limited set of such pragmas --- may appear as documented in the corresponding section below, +-- may appear as documented in the corresponding section below. -- 2. Target parameters. These are boolean constants that are defined -- in the private part of the package giving fixed information @@ -107,7 +107,7 @@ package Targparm is -- If a pragma Detect_Blocking appears, then the flag Opt.Detect_Blocking -- is set to True. - -- if a pragma Suppress_Exception_Locations appears, then the flag + -- If a pragma Suppress_Exception_Locations appears, then the flag -- Opt.Exception_Locations_Suppressed is set to True. -- If a pragma Profile with a valid profile argument appears, then |