diff options
Diffstat (limited to 'gcc/ada/ada.ads')
-rw-r--r-- | gcc/ada/ada.ads | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gcc/ada/ada.ads b/gcc/ada/ada.ads deleted file mode 100644 index 4c2a3d0..0000000 --- a/gcc/ada/ada.ads +++ /dev/null @@ -1,20 +0,0 @@ ------------------------------------------------------------------------------- --- -- --- GNAT RUN-TIME COMPONENTS -- --- -- --- A D A -- --- -- --- S p e c -- --- -- --- This specification is derived 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 is - pragma No_Elaboration_Code_All; - pragma Pure; - -end Ada; |