[NDS32] Look into LO_SUM's operand to determine whether it is a valid address.
authorjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2014 05:51:12 +0000 (05:51 +0000)
committerjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2014 05:51:12 +0000 (05:51 +0000)
commitec2d68da4f4b40f3931366fd7492fffd30ab9cfe
tree9a69c55ce0e872baff2bd2872726e1c528cbb2e0
parentaa51c13081f6dcc93a99d0395e3b4d342d088b4a
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217904 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/nds32/nds32.c