Hi Michael, On 20/02/19 6:20 AM, Michael Ellerman wrote: > Sandipan Das <sandi...@linux.ibm.com> writes: > >> This adds emulation support for the following integer instructions: >> * Deliver A Random Number (darn) > > This doesn't build with old binutils. We need to support old binutils. > > {standard input}:4343: Error: Unrecognized opcode: `darn' > > > You need to use PPC_DARN(). > > cheers > > [...]
Thanks for pointing these out. Will post v2 with the required changes. - Sandipan