Add hppa-openbsd target
[official-gcc.git] / gcc / ada / a-ioexce.ads
blob901a5f517c45f01bc5b7336f943a3e90c8c45158
1 ------------------------------------------------------------------------------
2 -- --
3 -- GNAT RUNTIME COMPONENTS --
4 -- --
5 -- A D A . I O _ E X C E P T I O N S --
6 -- --
7 -- S p e c --
8 -- --
9 -- --
10 -- This specification is adapted from the Ada Reference Manual for use with --
11 -- GNAT. In accordance with the copyright of that document, you can freely --
12 -- copy and modify this specification, provided that if you redistribute a --
13 -- modified version, any changes that you have made are clearly indicated. --
14 -- --
15 ------------------------------------------------------------------------------
17 package Ada.IO_Exceptions is
18 pragma Pure (IO_Exceptions);
20 Status_Error : exception;
21 Mode_Error : exception;
22 Name_Error : exception;
23 Use_Error : exception;
24 Device_Error : exception;
25 End_Error : exception;
26 Data_Error : exception;
27 Layout_Error : exception;
29 end Ada.IO_Exceptions;