diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-10-21 13:55:51 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-10-21 13:55:51 -0600 |
commit | 9d2128b88efdc7e0dacd8bef8468430ec4aff55c (patch) | |
tree | a89f5146b4c5b21e9193f27d00b2765b8dfe1702 | |
parent | e92f9bcf4d5c6d54954469b27835924194b02aa7 (diff) | |
download | gcc-9d2128b88efdc7e0dacd8bef8468430ec4aff55c.zip gcc-9d2128b88efdc7e0dacd8bef8468430ec4aff55c.tar.gz gcc-9d2128b88efdc7e0dacd8bef8468430ec4aff55c.tar.bz2 |
mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed addresses.
* mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
addresses.
* mn10200.md (neghi2): Provide an alternative which works if
the input and output register are the same.
[[Split portion of a mixed commit.]]
From-SVN: r16137.2
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93351b8..80ca81e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ Tue Oct 21 10:06:40 1997 Jeffrey A Law (law@cygnus.com) + * mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed + addresses. + * mn10200.md (neghi2): Provide an alternative which works if + the input and output register are the same. + * mn10300.c (print_operand): Handle 'S'. * mn10300.md (ashlsi3, lshrsi3, ashrsi3): Use %S for shift amount in last alternative |