X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gcc%2Fada%2Fa-charac.ads;fp=gcc%2Fada%2Fa-charac.ads;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=5b7cd3a1eadeaa2a092f15ebafd7dc4387bf8c9e;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/ada/a-charac.ads b/gcc/ada/a-charac.ads deleted file mode 100644 index 5b7cd3a1..00000000 --- a/gcc/ada/a-charac.ads +++ /dev/null @@ -1,22 +0,0 @@ ------------------------------------------------------------------------------ --- -- --- GNAT RUNTIME COMPONENTS -- --- -- --- A D A . C H A R A C T E R 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.Characters is -pragma Pure (Characters); - -end Ada.Characters;