comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface for Errout
authorRobert Dewar <dewar@adacore.com>
Wed, 6 Jun 2007 10:18:16 +0000 (12:18 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Jun 2007 10:18:16 +0000 (12:18 +0200)
commit107cd232e104d0f53bc7924bff71251388668707
tree82394de02a1975c2f12ee1d2d138d5da654b88ed
parent4378d23433bf8b13db7f67d2a8667b03d583698e
comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface for Errout

2007-04-20  Robert Dewar  <dewar@adacore.com>

* comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface
for Errout

* errout.adb: New Finalize/Compilation_Errors/Output_Messages
implementation

* errout.ads (Finalize): Changed interface
(Output_Messages): New procedure
(Compilation_Errors): New Interface

* prepcomp.ads, prepcomp.adb (Parse_Preprocessing_Data_File): New
Finalize/Output_Messages interface for Errout
(Prepare_To_Preprocess): New Finalize/Output_Messages interface for
Errout.

From-SVN: r125374
gcc/ada/comperr.adb
gcc/ada/errout.adb
gcc/ada/errout.ads
gcc/ada/prepcomp.adb
gcc/ada/prepcomp.ads