This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Ada] Add GNAT.CRC32 as predefined unit


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]