------- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-13 05:18 ------- During that time there was a couple of HPPA patches: 2006-01-16 John David Anglin <[EMAIL PROTECTED]>
* pa.md: Disparage copies between general and floating-point registers in 32-bit move patterns. 2006-01-10 John David Anglin <[EMAIL PROTECTED]> PR target/20754 * pa.md: Create separate 32 and 64-bit move patterns for SI, DI, SF and DF modes. Add alternatives to copy between general and floating point registers to the 32-bit patterns. * pa-64.h (SECONDARY_MEMORY_NEEDED_RTX): Delete undefine. * pa.h (SECONDARY_MEMORY_NEEDED_RTX): Delete define. (SECONDARY_MEMORY_NEEDED): Secondary memory is only needed when generating 64-bit code. * pa.c (output_move_double): Handle copies between general and floating registers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26255