diff options
author | Nick Clifton <nickc@redhat.com> | 1998-02-13 21:52:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-02-13 21:52:13 +0000 |
commit | 8e7a5a048aa35777f3a69fd0ba9d29bb5541138a (patch) | |
tree | f2b07d6e4aa8dfe9f13557865d8ba6db24d94ca3 /gas/ChangeLog | |
parent | ba4da4fe4e8c040302f11a210c1bd3cc23b7e4b2 (diff) | |
download | gdb-8e7a5a048aa35777f3a69fd0ba9d29bb5541138a.zip gdb-8e7a5a048aa35777f3a69fd0ba9d29bb5541138a.tar.gz gdb-8e7a5a048aa35777f3a69fd0ba9d29bb5541138a.tar.bz2 |
Reverted writes_to_pc() back to old version of code until PC operands are
supported by cgen.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f7ae276..f547dc8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,14 +5,15 @@ Fri Feb 13 16:41:42 1998 Ian Lance Taylor <ian@cygnus.com> * doc/Makefile.am (AUTOMAKE_OPTIONS): Define. * doc/Makefile.in: Rebuild. +start-sanitize-m32rx 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. + (writes_to_pc): New function., but with new code suppressed for now. (md_assemble): Call first_writes_to_seconds_operands(). - +end-sanitize-m32rx Fri Feb 13 00:47:44 1998 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (macro_build): Handle operand type 'C'. |