You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is HUNK_DEBUG allowed as a first block inside a hunk? From various sources it seems that only CODE, DATA and BSS are allowed as first blocks in each hunk in a "load" file? (at least in OS 1.3, but that assumption is also followed by libbfd).
I think that this fork of libbfd can have a bug, though I'm sorry if the fault is on me.
The core problem I have is that
strip
(norobjdump
) doesn't work for files generated by m68k-amigaos-g++ from the 13.2 branch:I've debugged a little bit and I've found that the amigaos.c vec is refusing to load this HUNK file. The refusal is generated by this line:
https://github.com/bebbo/binutils-gdb/blame/101c27d0af524ce77cf34ca73cdfdfbbc5361ec2/bfd/amigaos.c#L1100
The
hunk_type
in the iteration that generates an error is HUNK_RELOC32 for my case.The text was updated successfully, but these errors were encountered: