OSDN Git Service

PR rtl-optimization/14782
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jun 2004 23:49:04 +0000 (23:49 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jun 2004 23:49:04 +0000 (23:49 +0000)
commit047e31217cbb6af2c833f5dc47d96c72940eae02
tree849135555b08d2fca700a6e4b72f2efaba5ccb2f
parentb57e33a433988215880ee38d0f392bba7a5c8726
PR rtl-optimization/14782
* pa.c (emit_move_sequence): Use SFmode for 4-byte modes when doing
the address checks for secondary reloads for loads from and stores
to floating-point registers.
* pa.h (EXTRA_CONSTRAINT, case T): Use SFmode for 4-byte modes
in the address check.  Move work around for ELF32 targets to
GO_IF_LEGITIMATE_ADDRESS.
(GO_IF_LEGITIMATE_ADDRESS): Require constant offsets to be
correctly aligned for DImode loads and stores.  Don't allow long
SFmode displacements on ELF32.

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