diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-01-03 16:39:16 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-01-03 16:39:16 +0100 |
commit | 8711f4199e1308712cca2a598e4ff5c2365c5882 (patch) | |
tree | bff325caf7df0e6121d43255366efb99eee5a5f7 /gcc | |
parent | 02d067765540af0b03de3cf925cbe90d0bb50083 (diff) | |
download | gcc-8711f4199e1308712cca2a598e4ff5c2365c5882.zip gcc-8711f4199e1308712cca2a598e4ff5c2365c5882.tar.gz gcc-8711f4199e1308712cca2a598e4ff5c2365c5882.tar.bz2 |
re PR ada/16949 (sinfo.ads refers to a SPITBOL program (creating sinfo.h) which is no longer there)
PR ada/16949
* sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
xsinfo.adb).
From-SVN: r92842
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sinfo.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 60a22be..7048cd4 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -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; |