This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260422 - in /trunk/gcc: ChangeLog config/nds32...
- From: jasonwucj at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 20 May 2018 16:03:46 -0000
- Subject: r260422 - in /trunk/gcc: ChangeLog config/nds32...
Author: jasonwucj
Date: Sun May 20 16:03:45 2018
New Revision: 260422
URL: https://gcc.gnu.org/viewcvs?rev=260422&root=gcc&view=rev
Log:
[NDS32] Set call address constraint.
gcc/
* config/nds32/constraints.md (S): New constraint.
* config/nds32/nds32.md (call_internal): Use constraint S.
(call_value_internal): Likewise.
(sibcall_internal): Likewise.
(sibcall_value_internal): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/nds32/constraints.md
trunk/gcc/config/nds32/nds32.md