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-stzhas.ads | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gcc-4.3.1/gcc/ada/a-stzhas.ads (limited to 'gcc-4.3.1/gcc/ada/a-stzhas.ads') diff --git a/gcc-4.3.1/gcc/ada/a-stzhas.ads b/gcc-4.3.1/gcc/ada/a-stzhas.ads new file mode 100644 index 000000000..dea0ff146 --- /dev/null +++ b/gcc-4.3.1/gcc/ada/a-stzhas.ads @@ -0,0 +1,21 @@ +------------------------------------------------------------------------------ +-- -- +-- GNAT LIBRARY COMPONENTS -- +-- -- +-- A D A . S T R I N G S . W I D E _ W I D E _ H A S H -- +-- -- +-- 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.Containers; + +function Ada.Strings.Wide_Wide_Hash + (Key : Wide_Wide_String) return Containers.Hash_Type; + +pragma Pure (Ada.Strings.Wide_Wide_Hash); -- cgit v1.2.3