* 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.
This commit is contained in:
parent
1b6860be30
commit
dab41351ea
|
@ -1,3 +1,8 @@
|
||||||
|
2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||||
|
|
||||||
|
* opcode/tic4x.h: Major rewrite of entire file. Define
|
||||||
|
instruction classes, and put each instruction into a class.
|
||||||
|
|
||||||
2002-11-14 Egor Duda <deo@logos-m.ru>
|
2002-11-14 Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
* bfdlink.h (struct bfd_link_info): Add new boolean
|
* bfdlink.h (struct bfd_link_info): Add new boolean
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue