From 411f7850d7f7c165a303de713d0307b221420bce Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Thu, 15 May 2003 16:50:07 +0000 Subject: [PATCH] * pa.c (hppa_expand_prologue): Remove blockage. From-SVN: r66834 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.c | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d4be0bc64c..2da0549d77b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-15 John David Anglin + + * pa.c (hppa_expand_prologue): Remove blockage. + 2003-05-15 Wolfgang Bangerth * doc/bugreport.texi: Remove most of the bug reporting diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 158d2c17e64..d2cf7de665b 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -3638,14 +3638,6 @@ hppa_expand_prologue () } } } - - /* FIXME: expand_call and expand_millicode_call need to be fixed to - prevent insns with frame notes being scheduled in the delay slot - of calls. This causes problems because the dwarf2 output code - processes the insn list serially. For now, limit the migration - of prologue insns with a blockage. */ - if (DO_FRAME_NOTES) - emit_insn (gen_blockage ()); } /* Emit RTL to load REG from the memory location specified by BASE+DISP.