Comment 14 for bug 705689

Revision history for this message
Dr. David Alan Gilbert (davidgil-uk) wrote : Re: unity-2d-launcher crashes with segfault error on armel (natty only)

Hi Jani,
  Assuming for the moment that sed didn't trip over any other matching chunk of binary, ok, but....

  It's not clear to me why the assembler is warning on that branch; can you disassemble the 4 or 5 instructions leading up to that?
My reading of binutils is that it prints that message for a branch that is not the last element of an IT block, and in the original code quoted the branch should be the last one.

I don't see anything that marks unpredictability due to the shadow of a teq; and I don't see anything in the ARM ARM that says it's unpredictable.

Dave