Makefile.in (stageprofile_build): Kill redundant target.
authorJan Hubicka <jh@suse.cz>
Sat, 7 Jun 2003 13:23:09 +0000 (15:23 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 7 Jun 2003 13:23:09 +0000 (13:23 +0000)
* Makefile.in (stageprofile_build): Kill redundant target.
* i386.c (mdep_reorg): Don't pad jumps for Athlon.

From-SVN: r67586

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

index e449a61ca6a8f660c8dbb03b19f4d8bf395c53fb..77c48b44c3f9bb24997daf7bb000d8cedfbaf4c3 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 c92a4c7356c75dd088fa6dc80a8c7d143f6ac88a..ba8531c22fb8ac8b7c21c578c327834c4ff675df 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 f36c99ca20018134bc40cec45f3e31ab69a16e58..0efbcba1e3c0611b3200c04a2450653e25d11e4c 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