diff options
Diffstat (limited to 'gcc/ada/debug.ads')
-rw-r--r-- | gcc/ada/debug.ads | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ada/debug.ads b/gcc/ada/debug.ads index dcc849bafbf..e1735274bcd 100644 --- a/gcc/ada/debug.ads +++ b/gcc/ada/debug.ads @@ -6,9 +6,9 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.31 $ +-- $Revision$ -- -- --- Copyright (C) 1992-1999 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2002 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- -- @@ -37,16 +37,17 @@ package Debug is pragma Preelaborate (Debug); -- This package contains global flags used to control the inclusion --- of debugging code in various phases of the compiler. +-- of debugging code in various phases of the compiler. Some of these +-- flags are also used by the binder and gnatmake. ------------------------- -- Dynamic Debug Flags -- ------------------------- - -- Thirty six flags that can be used to active various specialized + -- Sixty two flags that can be used to active various specialized -- debugging output information. The flags are preset to False, which -- corresponds to the given output being suppressed. The individual - -- flags can be turned on using the undocumented switch /dxxx where + -- flags can be turned on using the undocumented switch dxxx where -- xxx is a string of letters for flags to be turned on. Documentation -- on the current usage of these flags is contained in the body of Debug -- rather than the spec, so that we don't have to recompile the world |