From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Bug Report: RHide Date: Tue, 06 Jan 1998 01:25:10 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 25 Message-ID: <68rtk4$bo1$1@news-hrz.uni-duisburg.de> References: <199801050743 DOT JAA00239 AT ankara DOT duzen DOT com DOT tr> <34B124C3 DOT D9D99A6D AT gmx DOT net> NNTP-Posting-Host: ppp83.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 05 Jan 1998 19:21:55 +0100, Robert Hoehne wrote: > S. M. Halloran wrote : > > > Moreover, the Borland IDE presented a summary of the lines and bytes > > of the code and data sections compiled (perhaps gcc can be coaxed > > into reporting this, although this is admittedly a low priority > > feature). > > gcc has no switch to report this, but I will think, how fast it would be > to examine the object files for getting the information. Isn't that a summary of the information that is presented by `objdump --section-headers @obj_file.lstī? Maybe it would be a Good Idea to add two optional command-line fields to RHIDE projects, one of them to be run before a build (for things like updating a version.c file) and one of them to be run after the build, e.g. to add a `objdump --section-headers @obj_file.lstī command that should be executed after a build. Regards... Michael