summaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2002-11-16 12:23:23 +0000
committerSvein Seldal <svein@dev.seldal.com>2002-11-16 12:23:23 +0000
commit5c16756b728ec1086f468bcabb14f807fad44be8 (patch)
treef487a134af0f27462e782d8ece707c3389950372 /opcodes/ChangeLog
parent11cadb7389f6e608f3adad2f69f80427901ff8f9 (diff)
downloadgdb-5c16756b728ec1086f468bcabb14f807fad44be8.tar.gz
* 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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7366e94e887..b3d3d66610b 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
+
+ * tic4x-dis.c: (c4x_print_op): Add support for the new argument
+ format. Fix bug in 'N' register printer.
+
2002-11-12 Segher Boessenkool <segher@koffie.nl>
* ppc-dis.c (print_insn_powerpc): Correct condition register display.