diff mbox

[Ada] update gnatmake usage

Message ID 20110805133246.GA32523@adacore.com
State New
Headers show

Commit Message

Arnaud Charlet Aug. 5, 2011, 1:32 p.m. UTC
Switches --create-map-file and --create-map-file-<mapfile> are added to
the gnatmake usage. Lines for these switches should be in the output of
gnatmake --help.

Tested on x86_64-pc-linux-gnu, committed on trunk

2011-08-05  Vincent Celier  <celier@adacore.com>

	* makeusg.adb: Add lines for --create-map-file switches.
diff mbox

Patch

Index: makeusg.adb
===================================================================
--- makeusg.adb	(revision 177274)
+++ makeusg.adb	(working copy)
@@ -6,7 +6,7 @@ 
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1992-2010, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2011, 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- --
@@ -249,6 +249,14 @@ 
    Write_Eol;
    Write_Eol;
 
+   Write_Str ("  --create-map-file   Create map file mainprog.map");
+   Write_Eol;
+
+   Write_Str ("  --create-map-file=mapfile");
+   Write_Eol;
+   Write_Str ("                      Create map file mapfile");
+   Write_Eol;
+
    Write_Str ("  --GCC=command       Use this gcc command");
    Write_Eol;