aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/makeusg.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/makeusg.adb')
-rw-r--r--gcc/ada/makeusg.adb10
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ada/makeusg.adb b/gcc/ada/makeusg.adb
index bc34387..f2889a2 100644
--- a/gcc/ada/makeusg.adb
+++ b/gcc/ada/makeusg.adb
@@ -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 @@ begin
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;