Commit 8c560c80 by Jan Hubicka Committed by Jan Hubicka

Makefile.in (stageprofile_build): Kill redundant target.

	* Makefile.in (stageprofile_build): Kill redundant target.
	* i386.c (mdep_reorg): Don't pad jumps for Athlon.

From-SVN: r67586
parent e62b6ea1
Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
* Makefile.in (stageprofile_build): Kill redundant target.
* i386.c (mdep_reorg): Don't pad jumps for Athlon.
2003-06-07 Andreas Jaeger <aj@suse.de> 2003-06-07 Andreas Jaeger <aj@suse.de>
* doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation. * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
......
...@@ -3548,14 +3548,6 @@ stagefeedback_copy: stagefeedback_build ...@@ -3548,14 +3548,6 @@ stagefeedback_copy: stagefeedback_build
$(STAMP) stagefeedback_copy $(STAMP) stagefeedback_copy
echo stagefeedback2_build > stage_last echo stagefeedback2_build > stage_last
stageprofile_build: stage1_copy
$(MAKE) CC="$(STAGE_CC_WRAPPER) stage1/xgcc$(exeext) -Bstage1/ -B$(build_tooldir)/bin/" BUILD_CC="$(STAGE_CC_WRAPPER) stage1/xgcc$(exeext) -Bstage1/ -B$(build_tooldir)/bin/" \
STAGE_PREFIX=stage1/ \
$(POSTSTAGE1_FLAGS_TO_PASS) \
$(STAGEPROFILE_FLAGS_TO_PASS)
$(STAMP) stageprofile_build
echo stageprofile_build > stage_last
# For bootstrap4: # For bootstrap4:
stage3_copy: stage3_build stage3_copy: stage3_build
$(MAKE) stage3 $(MAKE) stage3
......
...@@ -15752,6 +15752,7 @@ ix86_reorg () ...@@ -15752,6 +15752,7 @@ ix86_reorg ()
delete_insn (ret); delete_insn (ret);
} }
} }
if (TARGET_K8)
k8_avoid_jump_misspredicts (); k8_avoid_jump_misspredicts ();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment