diff options
author | Tom Rix <trix@redhat.com> | 2002-04-03 19:44:05 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2002-04-03 19:44:05 +0000 |
commit | fbdbf47268172a01de5154ff094b5fac54edab3b (patch) | |
tree | 740cdc6954a733edd45d705a96592a6a1236e22c /gas/ChangeLog | |
parent | b88a866a5a41e0916a9f69db9db76b0a531e676e (diff) | |
download | gdb-fbdbf47268172a01de5154ff094b5fac54edab3b.zip gdb-fbdbf47268172a01de5154ff094b5fac54edab3b.tar.gz gdb-fbdbf47268172a01de5154ff094b5fac54edab3b.tar.bz2 |
Various fixes and improvements for d10v.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fa2cfb0..f88e309 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,36 @@ +2002-04-03 Tom Rix <trix@redhat.com> + + * config/tc-d10v.c (d10v_insert_operand): Fix warning in as_bad_where. + (build_insn): Same. + (find_opcode): Fix warning in as_warn. + * config/tc-d10v.h: Update Copyright. + +2002-04-03 Alan Matsuoka <alanm@redhat.com> + Tom Rix <trix@redhat.com> + + From Jeff Knaggs <jknaggs@redhat.com> + * config/tc-d10v.c (check_resource_conflict): New function to + check for resource conflicts. + + From Jason Eckhardt <jle@redhat.com> + * config/tc-d10v.c (build_insn): Check for unresolved imm4 or + imm3 fields. + * config/tc-d10v.c (find_opcode): Emit a warning if one of the + reserved control registers is used. + * config/tc-d10v.c (build_insn): Check for unresolved imm4 or + imm3 fields. + + From 2001-03-28 Diego Novillo <dnovillo@redhat.com> + * tc-d10v.c (parallel_ok): Prevent packing only if the first + instruction cannot be packed. + + From 2001-03-30 Diego Novillo <dnovillo@redhat.com> + * gas/config/tc-d10v.c (check_resource_conflict): Only check + write-write conflicts. + (md_assemble): Reformat introductory comment. + * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its + arguments. + 2002-04-03 Alan Modra <amodra@bigpond.net.au> * symbols.c (resolve_symbol_value <O_uminus, O_bit_not, |