From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,54f7f479fcf42585 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.73.229 with SMTP id o5mr3564408pbv.7.1326368515767; Thu, 12 Jan 2012 03:41:55 -0800 (PST) Path: lh20ni173571pbb.0!nntp.google.com!news1.google.com!postnews.google.com!g41g2000yqa.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: gnatmem Date: Thu, 12 Jan 2012 03:41:55 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 X-Trace: posting.google.com 1326368515 27933 127.0.0.1 (12 Jan 2012 11:41:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 12 Jan 2012 11:41:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g41g2000yqa.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:8.0.1) Gecko/20111127 Firefox/8.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-01-12T03:41:55-08:00 List-Id: Ludovic Brenta wrote on comp.lang.ada: > The fact that gnatmem is not in the package gnat-4.6 is an oversight > on my part. I'll fix it. Note that the fix will appear in Debian > unstable, then possibly Debian testing, before it migrates to Ubuntu. I checked. gnatmem is no longer part of GCC and no longer available from a public source repository, but only as part of GNAT GPL Edition; the sources are separate from the sources of GCC or GNAT. This ChangeLog entry from the Subversion repository for GCC is explicit: ------------------------------------------------------------------------ r165776 | charlet | 2010-10-21 06:27:26 -0700 (Thu, 21 Oct 2010) | 15 lines Changed paths: M /trunk/gcc/ada/ChangeLog M /trunk/gcc/ada/einfo.ads M /trunk/gcc/ada/gcc-interface/Makefile.in D /trunk/gcc/ada/gmem.c D /trunk/gcc/ada/gnatmem.adb D /trunk/gcc/ada/memroot.adb D /trunk/gcc/ada/memroot.ads M /trunk/gcc/ada/sem_ch3.adb 2010-10-21 Robert Dewar * sem_ch3.adb: Minor reformatting. 2010-10-21 Thomas Quinot * einfo.ads (Next_Girder_Discriminant): Remove obsolete description for removed routine. 2010-10-21 Nicolas Roche * gnatmem.adb, memroot.adb, memroot.ads, gmem.c, gcc-interface/Makefile.in: Remove gnatmem specific files. If someone would like to package gnatmem from GNAT GPL Edition for Debian, they are welcome and I'll sponsor the package; but in the mean time I recommend valgrind. -- Ludovic Brenta. gnat maintainer in Debian