alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF as the base of a PLUS.

* alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
        as the base of a PLUS.

From-SVN: r30002
This commit is contained in:
Richard Henderson 1999-10-14 22:52:38 -07:00 committed by Richard Henderson
parent ccc5fd95b2
commit 0c5912f4cb
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Oct 14 22:51:55 1999 Richard Henderson <rth@cygnus.com>
* alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
as the base of a PLUS.
Fri Oct 15 18:36:07 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.md: Define mode for remaining unspec operators.

View File

@ -1452,6 +1452,9 @@ do { \
&& CONSTANT_ADDRESS_P (XEXP (X, 1))) \
goto ADDR; \
} \
else if (GET_CODE (tmp) == ADDRESSOF \
&& CONSTANT_ADDRESS_P (XEXP (X, 1))) \
goto ADDR; \
} \
}