]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commit
* z8k-dis.c (instr_data_s): Change tabl_index from long to int.
authorChristian Groessler <chris@groessler.org>
Thu, 19 Jun 2003 13:46:37 +0000 (13:46 +0000)
committerChristian Groessler <chris@groessler.org>
Thu, 19 Jun 2003 13:46:37 +0000 (13:46 +0000)
commit377c5bd50f5b02befc5c6bf3153b892cc7ecad04
tree1e5939b2cca07dbcf319a68741efea2e982f5223
parent0651966c9fdbfb290a5e399f90ef696d58846b57
* z8k-dis.c (instr_data_s): Change tabl_index from long to int.
(print_insn_z8k): Correctly check return value from
z8k_lookup_instr call.
(unparse_instr): Handle CLASS_IRO case.
* z8kgen.c: Fix function definitions.  Fix formatting.
(opt): Add brk opcode alias for non-simulator breakpoint.  Add
missing and fix existing in/out and sin/sout opcode definitions.
(args): "@ri", "@ro" - add CLASS_IRO register usage for in/out
opcodes.
(internal): Check p->flags for non-zero before dereferencing it.
(gas): Add CLASS_IRO line.  Insert new OPC_xxx lines for the added
opcodes and renumber the remaining lines repectively.
(main): Remove "-d" command line switch.
* z8k-opc.h: Regenerate with new z8kgen.c.
opcodes/ChangeLog
opcodes/z8k-dis.c
opcodes/z8k-opc.h
opcodes/z8kgen.c