> > 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
Ralf
