Created attachment 321493 [details] Testprogram libbfd from binutils-2.18.50.0.9-5.fc10.i386 reports incorrect sizes of sections. The program I'll attach uses bfd to print the size of the text section of a binary file. When run on /usr/bin/nautilus, it prints dhcp-100-3-183:~% ./a.out /usr/bin/nautilus size of text section: 8067da0 This is incorrect. 0x8067da0 is actually the load address. readelf reports this: dhcp-100-3-183:~% readelf -S /usr/bin/nautilus [Nr] Name Type Addr Off Size ES Flg Lk Inf Al ... [15] .text PROGBITS 08067da0 025da0 0f8b0c 00 AX 0 0 16
It was broken by me - for Bug 457189 - Turn on 64-bit BFD support for i386, globally enable AC_SYS_LARGEFILE. for the combination of `-m32 --enable-64-bit-bfd'. The <bfd.h> file is generated incorrectly. One needs to remove now the former Jakub's part: # Fix multilib conflicts of generated values by __WORDSIZE-based expressions. as now all the targets have BFD_ARCH_SIZE 64.
Committed to the Rawhide CVS: * Thu Oct 30 2008 Jan Kratochvil <jan.kratochvil> 2.18.50.0.9-7 - Fix %{_prefix}/include/bfd.h on 32-bit hosts due the 64-bit BFD target support from 2.18.50.0.8-2 (BZ 468495).
libgtop2-2.24.0-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/libgtop2-2.24.0-2.fc10
libgtop2-2.24.0-2.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update libgtop2'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/f10/FEDORA-2008-10000
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping