* gas/config/tc-tic4x.c: Remove c4x_pseudo_ignore function.
authorSvein Seldal <svein@dev.seldal.com>
Sat, 16 Nov 2002 12:23:23 +0000 (12:23 +0000)
committerSvein Seldal <svein@dev.seldal.com>
Sat, 16 Nov 2002 12:23:23 +0000 (12:23 +0000)
commit44287f6039771c802eb0e6f371f3882d8cdac901
tree88b0e3c652e61cd047261997b2e41260cd2e10eb
parent18cde8d5ad64dbd34ca0f86458d5b5fb631de1eb
* gas/config/tc-tic4x.c: Remove c4x_pseudo_ignore function.
  (c4x_operands_match): Added check for 8-bits LDF insn. Give
  warning when using constant direct bigger than 2^16. Add the new
  arguments.
* include/opcode/tic4x.h: Major rewrite of entire file. Define
  instruction classes, and put each instruction into a class.
* opcodes/tic4x-dis.c: (c4x_print_op): Add support for the new
  argument format. Fix bug in 'N' register printer.
gas/ChangeLog
gas/config/tc-tic4x.c
include/ChangeLog
include/opcode/tic4x.h
opcodes/ChangeLog
opcodes/tic4x-dis.c