Blame SOURCES/gcc32-ia64-expand_load_address.patch

727081
2004-10-05  Richard Henderson  <rth@redhat.com>
727081
727081
	* config/ia64/ia64.c (ia64_expand_load_address): Recurse for
727081
	base of addition.
727081
727081
--- gcc/config/ia64/ia64.c	2003/11/21 14:18:53	1.139.2.15.8.11
727081
+++ gcc/config/ia64/ia64.c	2004/10/05 22:24:12	1.139.2.15.8.12
727081
@@ -1052,8 +1052,7 @@
727081
       if (! scratch)
727081
 	scratch = no_new_pseudos ? subtarget : gen_reg_rtx (DImode);
727081
 
727081
-      emit_insn (gen_load_symptr (subtarget, plus_constant (sym, hi),
727081
-				  scratch));
727081
+      ia64_expand_load_address (subtarget, plus_constant (sym, hi), scratch);
727081
       emit_insn (gen_adddi3 (temp, subtarget, GEN_INT (lo)));
727081
     }
727081
   else