aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@gcc.gnu.org>2000-01-29 16:25:57 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2000-01-29 16:25:57 +0000
commit10b52f46188f1e93b43a435c6d2f589a974555fe (patch)
treea5c980de3a9adeea0a500fdac11c0e5eb2964085 /gcc
parent97119bb74455fe3c4131975c1230dbffdf2aee40 (diff)
downloadgcc-10b52f46188f1e93b43a435c6d2f589a974555fe.zip
gcc-10b52f46188f1e93b43a435c6d2f589a974555fe.tar.gz
gcc-10b52f46188f1e93b43a435c6d2f589a974555fe.tar.bz2
Fix entry for ns32k change of 01-27 - no VOIDmode for load effective address
From-SVN: r31688
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index abf652a..3aa5261 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -178,8 +178,7 @@ Fri Jan 28 10:57:58 2000 Jason Eckhardt <jle@cygnus.com>
known at compile time.
* ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
(udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
- instead of reg_or_mem_operand. Use VOIDmode for load or push
- effective address.
+ instead of reg_or_mem_operand.
* ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
not general_operand. Similarly use "=rm" or stricter, not "=g".