OSDN Git Service

* Makefile.in (stageprofile_build): Kill redundant target.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jun 2003 13:23:09 +0000 (13:23 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jun 2003 13:23:09 +0000 (13:23 +0000)
* i386.c (mdep_reorg): Don't pad jumps for Athlon.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67586 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in
gcc/config/i386/i386.c

index e449a61..77c48b4 100644 (file)
@@ -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.
index c92a4c7..ba8531c 100644 (file)
@@ -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
index f36c99c..0efbcba 100644 (file)
@@ -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