nios2: Add disas entries
Add nios2 disassembler support. This patch is composed from binutils files
from commit "Opcodes and assembler support for Nios II R2". The files from
binutils used in this patch are:
include/opcode/nios2.h
include/opcode/nios2r1.h
include/opcode/nios2r2.h
opcodes/nios2-opc.c
opcodes/nios2-dis.c
Checkpatch says total: 114 errors, 0 warnings, 3609 lines checked , which
is caused by a different coding style in those files. These warnings and
errors are not addressed To let these files be easily synchronized between
binutils and qemu.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Chris Wulff <[email protected]>
Cc: Jeff Da Silva <[email protected]>
Cc: Ley Foon Tan <[email protected]>
Cc: Sandra Loosemore <[email protected]>
Cc: Yves Vandervennet <[email protected]>
Reviewed-by: Alexander Graf <[email protected]>
Message-Id: <
20170118220146[email protected]>
Signed-off-by: Richard Henderson <[email protected]>