* toplev.c (compile_function): Unconditionally emit nop.
authorRichard Henderson <rth@cygnus.com>
Tue, 14 Sep 1999 22:14:31 +0000 (15:14 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 14 Sep 1999 22:14:31 +0000 (15:14 -0700)
From-SVN: r29412

gcc/ChangeLog
gcc/toplev.c

index 336aaa80e979e5b36ea367ea48164f6a1ba597ae..cdf1ee5ea11ad7b8b00332293918c6288879d652 100644 (file)
@@ -1,3 +1,7 @@
+Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
+
+       * toplev.c (compile_function): Unconditionally emit nop.
+
 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * haifa-sched.c (actual_hazard): Move declaration of variable
index 0be8824e753008d01fb15421bad47a16c6c8e307..a9e3e6070fd475c1aaad9d0e07e766ec8418d3dd 100644 (file)
@@ -3171,10 +3171,7 @@ compile_file (name)
     {
       /* It's best if we can write a nop here since some
         assemblers don't tolerate zeros in the text section.  */
-      if (insn_data[CODE_FOR_nop].template != 0)
-       output_asm_insn (get_insn_template (CODE_FOR_nop, NULL), NULL_PTR);
-      else
-       assemble_zeros (UNITS_PER_WORD);
+      output_asm_insn (get_insn_template (CODE_FOR_nop, NULL), NULL_PTR);
     }
 
   /* If dbx symbol table desired, initialize writing it