aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindusg.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2012-07-30 17:21:46 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2012-07-30 17:21:46 +0200
commita5fe079c34eeafbc36a1620fbd9ab5aa974c6413 (patch)
tree84b44adda5548733a0ba71ebd9458374b667579b /gcc/ada/bindusg.adb
parentea2af26ac9d3ed57ffbd4ae28538c8f51ba63536 (diff)
downloadgcc-a5fe079c34eeafbc36a1620fbd9ab5aa974c6413.zip
gcc-a5fe079c34eeafbc36a1620fbd9ab5aa974c6413.tar.gz
gcc-a5fe079c34eeafbc36a1620fbd9ab5aa974c6413.tar.bz2
[multiple changes]
2012-07-30 Robert Dewar <dewar@adacore.com> * bindusg.adb: Clarify file in -A lines. 2012-07-30 Robert Dewar <dewar@adacore.com> * freeze.adb: Minor reformatting. 2012-07-30 Robert Dewar <dewar@adacore.com> * gnatcmd.adb, makeutl.adb, makeutl.ads: Minor code reorganization. 2012-07-30 Vincent Pucci <pucci@adacore.com> * exp_ch9.adb (Build_Lock_Free_Unprotected_Subprogram_Body): Minor reformatting. * sem_ch9.adb (Allows_Lock_Free_Implementation): Minor reformatting. Capture the correct error message in case of a quantified expression. 2012-07-30 Thomas Quinot <quinot@adacore.com> * g-socket.adb (Get_Socket_Option, Set_Socket_Option): On Windows, the value is a milliseconds count in a DWORD, not a struct timeval. From-SVN: r189979
Diffstat (limited to 'gcc/ada/bindusg.adb')
-rw-r--r--gcc/ada/bindusg.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/bindusg.adb b/gcc/ada/bindusg.adb
index 6b1751b..e9d3950 100644
--- a/gcc/ada/bindusg.adb
+++ b/gcc/ada/bindusg.adb
@@ -76,9 +76,10 @@ package body Bindusg is
Write_Line (" -a Automatically initialize elaboration " &
"procedure");
- -- Line for -A switch
+ -- Lines for -A switch
- Write_Line (" -A[=file] Give list of ALI files in partition");
+ Write_Line (" -A Give list of ALI files in partition");
+ Write_Line (" -A=file Write ALI file list to named file");
-- Line for -b switch