aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/ada/a-llctio.ads
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-10-13 16:28:19 -0700
committerDan Albert <danalbert@google.com>2015-10-13 16:28:19 -0700
commita8c075f72b231c37823661ba0d7d082a21cd39d9 (patch)
tree395aa3b848d56037292e50466643453485073018 /gcc-4.8/gcc/ada/a-llctio.ads
parent5aff2e0142aca13849b4e51de503e71d5010efa6 (diff)
downloadtoolchain_gcc-a8c075f72b231c37823661ba0d7d082a21cd39d9.tar.gz
toolchain_gcc-a8c075f72b231c37823661ba0d7d082a21cd39d9.tar.bz2
toolchain_gcc-a8c075f72b231c37823661ba0d7d082a21cd39d9.zip
Remove gcc-4.8.
Change-Id: Iee9c6985c613f58c82e33a91722d371579eb290f
Diffstat (limited to 'gcc-4.8/gcc/ada/a-llctio.ads')
-rw-r--r--gcc-4.8/gcc/ada/a-llctio.ads24
1 files changed, 0 insertions, 24 deletions
diff --git a/gcc-4.8/gcc/ada/a-llctio.ads b/gcc-4.8/gcc/ada/a-llctio.ads
deleted file mode 100644
index 3b53bf7c7..000000000
--- a/gcc-4.8/gcc/ada/a-llctio.ads
+++ /dev/null
@@ -1,24 +0,0 @@
-------------------------------------------------------------------------------
--- --
--- GNAT RUN-TIME COMPONENTS --
--- --
--- A D A . L O N G _ L O N G _ C O M P L E X _ T E X T _ I O --
--- --
--- 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. --
--- --
-------------------------------------------------------------------------------
-
--- Ada 2005 AI-328
-
-with Ada.Text_IO.Complex_IO;
-with Ada.Numerics.Long_Long_Complex_Types;
-
-pragma Elaborate_All (Ada.Text_IO.Complex_IO);
-
-package Ada.Long_Long_Complex_Text_IO is
- new Ada.Text_IO.Complex_IO (Ada.Numerics.Long_Long_Complex_Types);