Scott Christley <scottc@net-community.com>

* sparc.md (call): Don't bound structure return size to 0xfff.

From-SVN: r30214
This commit is contained in:
Scott Christley 1999-10-27 08:43:23 +00:00 committed by Richard Henderson
parent d9b830ce25
commit 8232d28f13
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 27 01:42:26 1999 Scott Christley <scottc@net-community.com>
* sparc.md (call): Don't bound structure return size to 0xfff.
Wed Oct 27 00:56:59 1999 Richard Henderson <rth@cygnus.com>
* resource.c (mark_target_live_regs): Check that the target

View File

@ -7397,7 +7397,7 @@
(VOIDmode,
gen_rtvec (3,
gen_rtx_SET (VOIDmode, pc_rtx, XEXP (operands[0], 0)),
GEN_INT (INTVAL (operands[3]) & 0xfff),
operands[3],
gen_rtx_CLOBBER (VOIDmode, gen_rtx_REG (Pmode, 15)))));
else
emit_jump_insn
@ -7428,7 +7428,7 @@
(gen_rtx_PARALLEL
(VOIDmode,
gen_rtvec (3, gen_rtx_CALL (VOIDmode, fn_rtx, nregs_rtx),
GEN_INT (INTVAL (operands[3]) & 0xfff),
operands[3],
gen_rtx_CLOBBER (VOIDmode, gen_rtx_REG (Pmode, 15)))));
else
emit_call_insn