diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1994-12-19 21:07:43 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1994-12-19 21:07:43 +0000 |
commit | 88cc1324ff0fdb8983b39166516ace7afb07f7ed (patch) | |
tree | 9b40e689a8734e7a6da6c33e2d9fd7561dc16870 /gas | |
parent | 49af8f35339c03d8af94900d4fccaf4bf78233ac (diff) | |
download | gdb-88cc1324ff0fdb8983b39166516ace7afb07f7ed.zip gdb-88cc1324ff0fdb8983b39166516ace7afb07f7ed.tar.gz gdb-88cc1324ff0fdb8983b39166516ace7afb07f7ed.tar.bz2 |
Various arc stuff.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f055691..98fa104 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +start-sanitize-arc +Mon Dec 19 12:57:09 1994 Doug Evans <dje@canuck.cygnus.com> + + * config/tc-arc.c (arc_insert_operand): Change reg parm to pointer + to table entry. All callers changed. + (md_shortopts): New argument -mmult. + (md_parse_option): Recognize it. + (md_show_usage): Print it. + (md_begin): If -mmult, say we have the new multiply and shift insns. + (md_assemble): Fix reloc generation for 32 bit immediate values. + Clean up modifier handling. Try next insn if fake operand says there's + an error. Update to new syntax of insertion/extraction fns. + Recognize predefined aux regs. Don't abort if insertion fn missing. +end-sanitize-arc + Mon Dec 19 13:49:07 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * configure.in: Recognize mips-sony-bsd and mips-dec-bsd, but |