On Thu, Jun 14, 2001 at 12:25:50PM -0700, H . J . Lu wrote: > 1. I see PIC_FUNCTION_ADDR_REGNUM be $25. gp is $28. How does your > patch restore $28? That should be pic_offset_table_rtx instead. > 2. I assum you set length to 8 for o64. Has anyone checked if the > instruction is 8 byte on o64? It may be 8 on o32 as well -- consider the nop that the assembler may add. > 2. Did you remove (set_attr "mode" "SI") for o64? As far as I can tell that is not used except for mult/div scheduling. r~