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,b29ea596843b99f5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.231.138 with SMTP id tg10mr20658629pbc.7.1332799426969; Mon, 26 Mar 2012 15:03:46 -0700 (PDT) Path: z9ni5144pbe.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: help bridging C and Ada Date: Mon, 26 Mar 2012 22:03:46 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Date: Mon, 26 Mar 2012 22:03:46 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="DkTdSjxOCm6DqG+Uf7eArg"; logging-data="32719"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19s0XyoZ2/r7CbafmAz6U/z8C81lMhX6Qs=" User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Cancel-Lock: sha1:Vf6IEszZW1lZrD22C78sVvWnUHo= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-03-26T22:03:46+00:00 List-Id: On Mon, 26 Mar 2012 14:05:51 +0200, J-P. Rosen wrote: > Le 26/03/2012 12:03, Brian Drummond a écrit : >> I would use -fdump-ada-spec in one folder, just for reference. >> Then use -slim in my project, and bring across the LEAST you can get >> away with ... > > AdaDep is a small utility that can help you there. It analyzes your > units, and tells you, for each unit you with, which elements are really > used. > > AdaDep is free software, and available from Adalog's components and > utilities page: > http://www.adalog.fr/compo2.htm Good to know, thanks! - Brian