|
From: Philippe W. <phi...@sk...> - 2022-02-11 10:27:34
|
Hello Mark and Carl, Thanks for having looked at this, sorry to not have been very active recently. I was intending to work on that this week-end (I have a lot/too many things to do at work these last months). Philippe On Fri, 2022-02-11 at 11:18 +0100, Mark Wielaard wrote: > 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 > |