aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gnatmem.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2004-12-08 12:46:30 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2004-12-08 12:46:30 +0100
commit5f8abbd98b87a4dd80586a164d7f3b8eb81aa691 (patch)
treecb08c5e15b482ceb57d03bac66c94e79f3240ec8 /gcc/ada/gnatmem.adb
parentbd7f7a653fcfe6f9e6c62d18522d8792341cfd48 (diff)
downloadgcc-5f8abbd98b87a4dd80586a164d7f3b8eb81aa691.zip
gcc-5f8abbd98b87a4dd80586a164d7f3b8eb81aa691.tar.gz
gcc-5f8abbd98b87a4dd80586a164d7f3b8eb81aa691.tar.bz2
gnatmem.adb, [...]: Output the copyright message on a separate line from the version message.
* gnatmem.adb, gnatname.adb, gnatsym.adb, gprcmd.adb, vms_conv.adb: Output the copyright message on a separate line from the version message. From-SVN: r91885
Diffstat (limited to 'gcc/ada/gnatmem.adb')
-rw-r--r--gcc/ada/gnatmem.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/gnatmem.adb b/gcc/ada/gnatmem.adb
index 1b69183..f2a1377 100644
--- a/gcc/ada/gnatmem.adb
+++ b/gcc/ada/gnatmem.adb
@@ -55,7 +55,6 @@
with Gnatvsn; use Gnatvsn;
-
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Float_Text_IO;
with Ada.Integer_Text_IO;
@@ -233,8 +232,8 @@ procedure Gnatmem is
begin
New_Line;
Put ("GNATMEM ");
- Put (Gnat_Version_String);
- Put_Line (" Copyright 1997-2004 Free Software Foundation, Inc.");
+ Put_Line (Gnat_Version_String);
+ Put_Line ("Copyright 1997-2004 Free Software Foundation, Inc.");
New_Line;
Put_Line ("Usage: gnatmem switches [depth] exename");