This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[Ada] Add GNAT.CRC32 as predefined unit
- To: gcc-patches at gcc dot gnu dot org
- Subject: [Ada] Add GNAT.CRC32 as predefined unit
- From: Geert Bosch <bosch at gnat dot com>
- Date: Thu, 11 Oct 2001 20:13:10 -0400 (EDT)
I committed the patch below.
-Geert
2001-10-11 Pascal Obry <obry@gnat.com>
* impunit.adb: Add GNAT.CRC32.
Index: impunit.adb
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/impunit.adb,v
retrieving revision 1.1
diff -t -c -r1.1 impunit.adb
*** impunit.adb 2001/10/02 14:15:37 1.1
--- impunit.adb 2001/10/12 00:08:18
***************
*** 191,196 ****
--- 191,197 ----
"g-cgicoo", -- GNAT.CGI.Cookie
"g-cgideb", -- GNAT.CGI.Debug
"g-comlin", -- GNAT.Command_Line
+ "g-crc32 ", -- GNAT.CRC32
"g-curexc", -- GNAT.Current_Exception
"g-debpoo", -- GNAT.Debug_Pools
"g-debuti", -- GNAT.Debug_Utilities