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 <cel...@adacore.com> * makeusg.adb: Add lines for --create-map-file switches.
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;