[Bug binutils/11582] BFD structure linkage is broken

2022-07-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=11582 Alan Modra changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

[Bug binutils/11582] BFD structure linkage is broken

2010-05-14 Thread dzidzitop at lavabit dot com
--- Additional Comments From dzidzitop at lavabit dot com 2010-05-14 07:07 --- Objdump uses special API functions which uses internal (properly linked data structures). The data structures which are claimed to be binary-format-independent are linked wrong. If my code is wrong please

[Bug binutils/11582] BFD structure linkage is broken

2010-05-13 Thread amodra at gmail dot com
--- Additional Comments From amodra at gmail dot com 2010-05-14 03:54 --- Take a look at vmas shown by objdump -h. They are different to those shown by your program. Find out why by looking at the source to objdump. -- What|Removed |Added

[Bug binutils/11582] BFD structure linkage is broken

2010-05-08 Thread dzidzitop at lavabit dot com
--- Additional Comments From dzidzitop at lavabit dot com 2010-05-08 16:49 --- Created an attachment (id=4774) -- (http://sourceware.org/bugzilla/attachment.cgi?id=4774action=view) an C++ ELF binary which main.cpp could be tested on --

[Bug binutils/11582] BFD structure linkage is broken

2010-05-08 Thread dzidzitop at lavabit dot com
--- Additional Comments From dzidzitop at lavabit dot com 2010-05-08 16:52 --- Created an attachment (id=4775) -- (http://sourceware.org/bugzilla/attachment.cgi?id=4775action=view) A program that demonstates the bug A program that demonstates that 1) many bfd sections have zero (or

[Bug binutils/11582] BFD structure linkage is broken

2010-05-08 Thread amodra at gmail dot com
--- Additional Comments From amodra at gmail dot com 2010-05-08 22:31 --- Silly error in using abfd-sections. -- What|Removed |Added Status|NEW