pa.c (emit_move_sequence): When making a reference to the data space before reload...
authorJeff Law <law@gcc.gnu.org>
Thu, 1 Oct 1992 17:03:46 +0000 (11:03 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 1 Oct 1992 17:03:46 +0000 (11:03 -0600)
commit2fbd8ac74e5d308cecbe27a0c3ce5a05f28770a0
tree509a9826c6be89b48856fb639d1c7a592ea28d83
parente4e13a012ed49f893fe33cd81266d42b52c03b48
pa.c (emit_move_sequence): When making a reference to the data space before reload...

* pa.c (emit_move_sequence): When making a reference to the data
space before reload, emit an insn sequence which is much more
likely to create "addil" instructions rather than "ldil; add"
sequences.  Doing so greatly reduces the chance of running into a
HPUX linker bug when compiling kernels.

From-SVN: r2296
gcc/config/pa/pa.c