This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217904 - in /trunk/gcc: ChangeLog config/nds32...
- From: jasonwucj at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 21 Nov 2014 05:51:13 -0000
- Subject: r217904 - in /trunk/gcc: ChangeLog config/nds32...
Author: jasonwucj
Date: Fri Nov 21 05:51:12 2014
New Revision: 217904
URL: https://gcc.gnu.org/viewcvs?rev=217904&root=gcc&view=rev
Log:
[NDS32] Look into LO_SUM's operand to determine whether it is a valid address.
gcc/
* config/nds32/nds32.c (nds32_legitimate_address_p): For LO_SUM,
we need to look into its operand to determine whether it is a valid
address.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/nds32/nds32.c