------- Comment #12 from danglin at gcc dot gnu dot org 2006-01-11 00:44 ------- Subject: Bug 20754
Author: danglin Date: Wed Jan 11 00:43:56 2006 New Revision: 109568 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109568 Log: 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. Modified: branches/gcc-4_0-branch/gcc/ChangeLog branches/gcc-4_0-branch/gcc/config/pa/pa-64.h branches/gcc-4_0-branch/gcc/config/pa/pa.c branches/gcc-4_0-branch/gcc/config/pa/pa.h branches/gcc-4_0-branch/gcc/config/pa/pa.md -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20754