> Renlin Li wrote: > Hi Andrew, > > Previously, there is a discussion thread in binutils mailing list: > > https://sourceware.org/ml/binutils/2015-04/msg00032.html > > Nick proposed a way to fix, Richard Henderson hold similar opinion as you.
Both Nick and Richard H seem to think it is an issue with unaligned instructions rather than an alignment bug in the debug code in the assembler (probably due to the misleading error message). Although it would work, since we don't have/need unaligned instructions that proposed patch is not the right fix for this issue. Anyway aligning the debug tables correctly should be a safe and trivial fix. Wilco