diff options
Diffstat (limited to 'gcc/ada/hostparm.ads')
-rw-r--r-- | gcc/ada/hostparm.ads | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ada/hostparm.ads b/gcc/ada/hostparm.ads index 603f401..4d128cc 100644 --- a/gcc/ada/hostparm.ads +++ b/gcc/ada/hostparm.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2020, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2021, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -56,9 +56,10 @@ package Hostparm is -- of file names in the library, must be at least Max_Line_Length, but -- can be larger. - Tag_Errors : constant Boolean := False; + Tag_Errors : constant Boolean := True; -- If set to true, then brief form error messages will be prefaced by - -- the string "error:". Used as default for Opt.Unique_Error_Tag. + -- the string "error:". Used as default for Opt.Unique_Error_Tag. Disabled + -- by gnatd_U. Exclude_Missing_Objects : constant Boolean := True; -- If set to true, gnatbind will exclude from consideration all |