------- Comment #5 from rsandifo at gcc dot gnu dot org 2008-02-02 09:45 ------- Subject: Bug 31388
Author: rsandifo Date: Sat Feb 2 09:44:21 2008 New Revision: 132066 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132066 Log: gcc/ PR target/31388 * config/mips/mips.md (load_const_gp_<mode>): New insns. * config/mips/mips.c (gen_load_const_gp): New function. (mips_split_symbol): Avoid using or creating the MIPS16 GP pseudo register if no_new_pseudos. (mips16_gp_pseudo_reg): Use gen_load_const_gp. Modified: branches/gcc-4_2-branch/gcc/ChangeLog branches/gcc-4_2-branch/gcc/config/mips/mips.c branches/gcc-4_2-branch/gcc/config/mips/mips.md -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31388