From df62c1c110e8532b995b23540b7e3695729c0779 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Thu, 5 Nov 2009 15:11:04 -0800 Subject: Check in gcc sources for prebuilt toolchains in Eclair. --- gcc-4.3.1/gcc/ada/a-liwtio.ads | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gcc-4.3.1/gcc/ada/a-liwtio.ads (limited to 'gcc-4.3.1/gcc/ada/a-liwtio.ads') diff --git a/gcc-4.3.1/gcc/ada/a-liwtio.ads b/gcc-4.3.1/gcc/ada/a-liwtio.ads new file mode 100644 index 000000000..56fad9a67 --- /dev/null +++ b/gcc-4.3.1/gcc/ada/a-liwtio.ads @@ -0,0 +1,19 @@ +------------------------------------------------------------------------------ +-- -- +-- GNAT RUN-TIME COMPONENTS -- +-- -- +-- A D A . L O N G _ I N T E G E R _ W I D E _ 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. -- +-- -- +------------------------------------------------------------------------------ + +with Ada.Wide_Text_IO; + +package Ada.Long_Integer_Wide_Text_IO is + new Ada.Wide_Text_IO.Integer_IO (Long_Integer); -- cgit v1.2.3