pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the 'T' constraint.

2002-05-01  Jeff Law  <law@redhat.com>

	* pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
	'T' constraint.

From-SVN: r53027
This commit is contained in:
Jeff Law 2002-05-01 17:17:57 -06:00 committed by John David Anglin
parent e92a4045ac
commit ecab2143c0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-05-01 Jeff Law <law@redhat.com>
* pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
'T' constraint.
2002-05-01 Joel Brobecker <brobecker@gnat.com>
* dbxout.c (dbxout_type): Emit size information for range types,

View File

@ -1240,6 +1240,7 @@ extern int may_call_alloca;
? GET_MODE (OP) \
: DFmode), \
XEXP (OP, 0)) \
&& GET_CODE (XEXP (OP, 0)) != LO_SUM \
&& !(GET_CODE (XEXP (OP, 0)) == PLUS \
&& (GET_CODE (XEXP (XEXP (OP, 0), 0)) == MULT\
|| GET_CODE (XEXP (XEXP (OP, 0), 1)) == MULT)))\