X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Fada%2Fa-ioexce.ads;fp=gcc%2Fada%2Fa-ioexce.ads;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=bfb2cfaf128684a4c8fdbd9b6b34e04f18d2d61c;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/ada/a-ioexce.ads b/gcc/ada/a-ioexce.ads deleted file mode 100644 index bfb2cfaf..00000000 --- a/gcc/ada/a-ioexce.ads +++ /dev/null @@ -1,30 +0,0 @@ ------------------------------------------------------------------------------- --- -- --- GNAT RUNTIME COMPONENTS -- --- -- --- A D A . I O _ E X C E P T I O N S -- --- -- --- S p e c -- --- -- --- $Revision: 1.1.16.1 $ --- -- --- This specification is adapted from the Ada Reference Manual for use with -- --- GNAT. In accordance with the copyright of that document, you can freely -- --- copy and modify this specification, provided that if you redistribute a -- --- modified version, any changes that you have made are clearly indicated. -- --- -- ------------------------------------------------------------------------------- - -package Ada.IO_Exceptions is -pragma Pure (IO_Exceptions); - - Status_Error : exception; - Mode_Error : exception; - Name_Error : exception; - Use_Error : exception; - Device_Error : exception; - End_Error : exception; - Data_Error : exception; - Layout_Error : exception; - -end Ada.IO_Exceptions;