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
This commit is contained in:
parent
e62b6ea148
commit
8c560c809f
3 changed files with 7 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
|
||||
|
|
|
@ -3548,14 +3548,6 @@ stagefeedback_copy: stagefeedback_build
|
|||
$(STAMP) stagefeedback_copy
|
||||
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:
|
||||
stage3_copy: stage3_build
|
||||
$(MAKE) stage3
|
||||
|
|
|
@ -15752,7 +15752,8 @@ ix86_reorg ()
|
|||
delete_insn (ret);
|
||||
}
|
||||
}
|
||||
k8_avoid_jump_misspredicts ();
|
||||
if (TARGET_K8)
|
||||
k8_avoid_jump_misspredicts ();
|
||||
}
|
||||
|
||||
/* Return nonzero when QImode register that must be represented via REX prefix
|
||||
|
|
Loading…
Add table
Reference in a new issue