re PR ada/16949 (sinfo.ads refers to a SPITBOL program (creating sinfo.h) which is...
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:39:16 +0000 (16:39 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:39:16 +0000 (16:39 +0100)
PR ada/16949
* sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
xsinfo.adb).

From-SVN: r92842

gcc/ada/sinfo.ads

index 60a22be..7048cd4 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2004, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2005, 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- --
@@ -48,7 +48,7 @@
 
 --  WARNING: There is a C version of this package. Any changes to this
 --  source file must be properly reflected in this C header file sinfo.h
---  which is created automatically from sinfo.ads using xsinfo.spt.
+--  which is created automatically from sinfo.ads using xsinfo.adb.
 
 with Types;  use Types;
 with Uintp;  use Uintp;