|
From: Mark W. <ma...@kl...> - 2022-02-11 10:19:13
|
Hi Carl, On Thu, Feb 10, 2022 at 09:24:18AM -0800, Carl Love wrote: > I took a look and found the issue. There is a typo in an inline > assembly specification (00x7f140434 instead of 0x7f140434) that is > causing the assembler to error out. Here is the fix: > > ------------------ > [PATCH] Powerpc: Fix typo in assembly code specification. > > The extra 0 results in an assebler error: > Error: junk at end of line, first unrecognized character is `x' Thanks, that seems to have solved it. Odd this only was an issue for this rhel7 based builder. Apparently newer binutils accept the extra 0. Cheers, Mark |