diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-09 10:38:54 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-09 10:38:54 +0000 |
commit | 15175b09198ccc90607e9d00c38dbc3321c0a5f2 (patch) | |
tree | 31ba08971e0c8db8e92b164c64a7ddadbd742ba1 /gcc/ada/bindusg.adb | |
parent | 7efd77ab65d7f00004ea2f4f4ebf554e10037289 (diff) | |
download | gcc-15175b09198ccc90607e9d00c38dbc3321c0a5f2.tar.gz |
2009-04-09 Robert Dewar <dewar@adacore.com>
* binderr.adb, errout.adb, errutil.adb: New circuitry for handling
Maximum_Messages.
* erroutc.adb, erroutc.ads (Warnings_Suppressed): Now tests global
warning status as well.
* opt.ads (Maximum_Messages): New name for Maximum_Errors.
* switch-b.adb, switch-c.adb: Change name Maximum_Errors to
Maximum_Messages.
* bindusg.adb, usage.adb: Update line for -gnatm switch
* gnat_ugn.texi: Update documentation for -gnatmnn compiler switch and
-mnn binder switch.
* sem_ch10.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145822 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/bindusg.adb')
-rw-r--r-- | gcc/ada/bindusg.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/bindusg.adb b/gcc/ada/bindusg.adb index a70aaa9ee96..19d0c147b86 100644 --- a/gcc/ada/bindusg.adb +++ b/gcc/ada/bindusg.adb @@ -142,7 +142,7 @@ package body Bindusg is -- Line for -m switch - Write_Line (" -mnnn Limit number of detected errors " & + Write_Line (" -mnnn Limit number of detected errors/warnings " & "to nnn (1-999999)"); -- Line for -M switch |