mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 20:30:28 +08:00
* toplev.c (compile_function): Unconditionally emit nop.
From-SVN: r29412
This commit is contained in:
parent
1eda7a81d3
commit
5a26ca07ef
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user