Hi Michael,
On 20/02/19 6:20 AM, Michael Ellerman wrote:
> Sandipan Das 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}:434
Sandipan Das 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().
che
This adds emulation support for the following integer instructions:
* Deliver A Random Number (darn)
Signed-off-by: Sandipan Das
---
arch/powerpc/lib/sstep.c | 19 +++
1 file changed, 19 insertions(+)
diff --git a/arch/powerpc/lib/sstep.c b/arch/powerpc/lib/sstep.c
index b40ec