Painful problems with -fpic implementation on powerpc-sysv
Joern Rennecke
amylaar@cygnus.co.uk
Mon Aug 24 18:48:00 GMT 1998
> The movdf define_splits to load a const_double into an FPR
> currently have "... && reload_completed" as a final condition. Would
> changing this to "... && (reload_in_progress || reload_completed)" have a
> positive effect? This might allow reload to create the constant in GPRs
> and move it via the stack instead of creating a GOT symbol, depending on
> what reload is trying to accomplish when these failures are occurring.
reload doesn't try to do splits, hence changeing conditions of define_splits
should have no effect.
More information about the Gcc
mailing list