diff options
Diffstat (limited to 'gcc/ada/bindusg.adb')
-rw-r--r-- | gcc/ada/bindusg.adb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/bindusg.adb b/gcc/ada/bindusg.adb index e5bae217018..31b0ba823f7 100644 --- a/gcc/ada/bindusg.adb +++ b/gcc/ada/bindusg.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2004 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 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- -- @@ -227,6 +227,11 @@ begin Write_Str ("ject consistency only)"); Write_Eol; + -- Line for X switch + + Write_Str (" -Xnnn Default exit status value = nnn"); + Write_Eol; + -- Line for -z switch Write_Str (" -z No main subprogram (zero main)"); |