aboutsummaryrefslogtreecommitdiff
path: root/gas/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
commit44287f6039771c802eb0e6f371f3882d8cdac901 (patch)
tree88b0e3c652e61cd047261997b2e41260cd2e10eb /gas/ChangeLog
parent18cde8d5ad64dbd34ca0f86458d5b5fb631de1eb (diff)
downloadgdb-44287f6039771c802eb0e6f371f3882d8cdac901.zip
gdb-44287f6039771c802eb0e6f371f3882d8cdac901.tar.gz
gdb-44287f6039771c802eb0e6f371f3882d8cdac901.tar.bz2
* 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 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1f4e9f7..7c3c96d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
+
+ * 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.
+
2002-11-11 Christopher Faylor <cgf@redhat.com>
* configure.in: Use .gdbinit under Cygwin.