diff options
author | Nick Clifton <nickc@redhat.com> | 1998-02-13 18:01:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-02-13 18:01:19 +0000 |
commit | 6cf2575a22d46da4665ff690f7bb844e301978fa (patch) | |
tree | 728325adc62b367b4a7ddacc95b244e42a6b2575 /gas/ChangeLog | |
parent | 6eacba2e77adff62f2f86381b9f0c09624464e29 (diff) | |
download | gdb-6cf2575a22d46da4665ff690f7bb844e301978fa.zip gdb-6cf2575a22d46da4665ff690f7bb844e301978fa.tar.gz gdb-6cf2575a22d46da4665ff690f7bb844e301978fa.tar.bz2 |
Parallelisation code changed to used cgen's new ins operands feature.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dff036e..735981c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 13 09:57:11 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-m32r.c (first_writes_to_seconds_operands): New + function. Replaces get_src_reg(), check_for_side_effects(), + reads_from_src_reg(). Uses new insn operand features of cgen. + (writes_to_pc): New function. + (md_assemble): Call first_writes_to_seconds_operands(). + Fri Feb 13 00:47:44 1998 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (macro_build): Handle operand type 'C'. |