aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-06-07 15:23:09 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2003-06-07 13:23:09 +0000
commit8c560c809f3f5583eb8a8104d8c052206a88a739 (patch)
tree182638fbb4ae0c1e8f855c875cc4b06befd4b1a0
parente62b6ea148dbc37744d9eaebd0a73f64aec64b5c (diff)
downloadgcc-8c560c809f3f5583eb8a8104d8c052206a88a739.zip
gcc-8c560c809f3f5583eb8a8104d8c052206a88a739.tar.gz
gcc-8c560c809f3f5583eb8a8104d8c052206a88a739.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in8
-rw-r--r--gcc/config/i386/i386.c3
3 files changed, 7 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e449a61..77c48b4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index c92a4c7..ba8531c 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index f36c99c..0efbcba 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -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