* config/i386/i386.md (prologue_get_pc): Issue pop here ...
* config/i386/i386.c (load_pic_register): ... not here.
From-SVN: r55227
+2002-07-03 Richard Henderson <rth@redhat.com>
+
+ * config/i386/i386.md (prologue_get_pc): Issue pop here ...
+ * config/i386/i386.c (load_pic_register): ... not here.
+
2002-07-03 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
emit_insn (gen_prologue_get_pc (pic_offset_table_rtx, pclab));
- if (! TARGET_DEEP_BRANCH_PREDICTION)
- emit_insn (gen_popsi1 (pic_offset_table_rtx));
-
emit_insn (gen_prologue_set_got (pic_offset_table_rtx, gotsym, pclab));
}
{
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L",
CODE_LABEL_NUMBER (operands[1]));
+ return "pop{l}\t%0";
}
RET;
}