Fix PR 17387: ignore auto increment for loads where the destination register

and the address register are the same.
This commit is contained in:
Nick Clifton 1998-09-30 17:15:14 +00:00
parent d8ea6d40ee
commit 1ee490ca0b
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
Wed Sep 30 10:14:18 1998 Nick Clifton <nickc@cygnus.com>
* simops.c: If load instruction with auto increment/decrement
addressing is used when the destination register is the same as
the address register, then ignore the auto increment/decrement.
Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
* configure: Regenerated to track ../common/aclocal.m4 changes.