diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-15 01:45:29 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-15 01:45:29 +0000 |
commit | c87be58c4927111cb4ed51c87e7b86f8574539ad (patch) | |
tree | c17bf3e2056b7d66f52f1a34206e30e55490ecd9 /gcc/ada/comperr.ads | |
parent | 66bc87dbe1928c819d5bfcfd2562dda954237c54 (diff) | |
download | gcc-c87be58c4927111cb4ed51c87e7b86f8574539ad.tar.gz |
2002-11-14 Nathanael Nerode <neroden@gcc.gnu.org>
Closes PR ada/5856 and PR ada/6919 !
* bindgen.adb: Remove all references to Public_Version.
* comperr.adb: Remove all references to Public_Version and
GNATPRO_Version; correct bug reporting instructions.
* comperr.ads: Change to match bug box.
* gnatvsn.ads: Remove all references to Public version and
GNATPRO version.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59115 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/comperr.ads')
-rw-r--r-- | gcc/ada/comperr.ads | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/gcc/ada/comperr.ads b/gcc/ada/comperr.ads index ede0e274362..e235f01ff62 100644 --- a/gcc/ada/comperr.ads +++ b/gcc/ada/comperr.ads @@ -7,7 +7,7 @@ -- S p e c -- -- -- -- -- --- Copyright (C) 1992-2000 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2002 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- -- @@ -55,30 +55,13 @@ package Comperr is -- When comperr generates the "bug box". The first two lines contain -- information on the version number, type of abort, and source location. - -- Normally the remaining text is one of the following two forms - -- depending on the version number (p identifies public versions): + -- Normally the remaining text is of the following form: - -- Please submit bug report by email to report@gnat.com. - -- Use a subject line meaningful to you and us to track the bug. - -- (include your customer number #nnn in the subject line). + -- Please submit a bug report; see http://gcc.gnu.org/bugs.html. -- Include the entire contents of this bug box in the report. -- Include the exact gcc or gnatmake command that you entered. -- Also include sources listed below in gnatchop format - -- (concatenated together with no headers between files). - -- (use plain ASCII or MIME attachment, - -- or FTP to your customer directory). - -- See README.GNATPRO for full info on procedure for submitting bugs. - - -- or (public version case) - - -- Please submit bug report by email to report@gnat.com. - -- Use a subject line meaningful to you and us to track the bug. - -- (include your customer number #nnn in the subject line). - -- Include the entire contents of this bug box in the report. - -- Include the exact gcc or gnatmake command that you entered. - -- Also include sources listed below in gnatchop format - -- (concatenated together with no headers between files). - -- See gnatinfo.txt for full info on procedure for submitting bugs. + -- concatenated together with no headers between files. -- However, an alternative mechanism exists for easily substituting -- different text for this message. Compiler_Abort checks for the |