OSDN Git Service

* 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)
commit303aad0b5e8f15594ed05834ba4c711872f13e61
treee47101f1691a3550dab4fc3e7ff25d5bf05ab459
parentcdcea6a87d41af47a99687e182f412048f54323e
* 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