https://sourceware.org/bugzilla/show_bug.cgi?id=20838
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nickc at redhat dot com --- Comment #1 from Nick Clifton <nickc at redhat dot com> --- Hi James, > The disam seems to skip the first byte if presented with another op > afterwards. Please let me know if this is a bug or intended behavior. I think that this is expected behaviour, but just to be sure, what are you expecting the disassembler to do ? Please note that the disassembler assumes that a symbol will always refer to the first byte of an instruction, not to any bytes inside the instruction. Thus if it encounters a symbol whilst halfway through disassembling a previous instruction it assumes that something strange is happening and it just disassemble the half instruction as .byte values. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils