mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 22:00:17 +08:00
pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands when generating PIC code.
* pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands when generating PIC code. From-SVN: r82474
This commit is contained in:
parent
d1eea9c043
commit
97509a89b1
@ -1,3 +1,8 @@
|
||||
2004-05-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands
|
||||
when generating PIC code.
|
||||
|
||||
2004-05-30 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
* c-decl.c (c_expand_body_1): Remove and fold back into ...
|
||||
|
@ -1929,6 +1929,7 @@ emit_move_sequence (rtx *operands, enum machine_mode mode, rtx scratch_reg)
|
||||
operands[1] = force_const_mem (mode, operand1);
|
||||
operands[1] = legitimize_pic_address (XEXP (operands[1], 0),
|
||||
mode, temp);
|
||||
operands[1] = gen_rtx_MEM (mode, operands[1]);
|
||||
emit_move_sequence (operands, mode, temp);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user