Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: question about objdump output format ? X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message Date: Fri, 24 May 2002 20:05:38 +1000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: "Ralf Habacker" , "Cygwin-Apps" , "Binutils" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g4OA5pX07224 > -----Original Message----- > From: Ralf Habacker [mailto:Ralf DOT Habacker AT freenet DOT de] > Sent: Friday, May 24, 2002 8:02 PM > To: Robert Collins; Cygwin-Apps; Binutils > Subject: RE: question about objdump output format ? > > > > > A side effect of this is, that objdump > > > prints each line twice (the second line contains no additional > > > infos), which blows up listing on bigger libs (for example about > > > 35000 lines of 100860 for the kdecore dll from kde 2.2.2), so my > > > question is, are there any objections for removing this ? > > > > > > 001540f0 0017f218 ffffffff ffffffff 00189390 00003934 > > > > > > DLL Name: qt-2-3.dll > > > vma: Hint/Ord Member-Name > > > 181798 844 _7QString$null 5ff556b8 (1) > > ... > > > 5ff556b8 844 _7QString$null (2) > > > > Yes, it is providing differnet information. The extra info is the > > bound address, and thus should not be removed. > > > But this is printed already in line (1), so line (2) gives no > more informations Oops. I missed that. If you made (1) look like the following, I have no obbjection to (2) going: vma: Hint/Ord Member-Name Bound-To 181798 844 _7QString$null 5ff556b8 (1) Rob