mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 00:41:25 +08:00
avr.c (asm_file_start): output 0 as r0 and 1 as r1 in __tmp_reg__ and __zero_reg__ initialization.
* config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in __tmp_reg__ and __zero_reg__ initialization. From-SVN: r33567
This commit is contained in:
parent
a47ad784b1
commit
368256d894
@ -1,3 +1,8 @@
|
||||
Mon May 1 17:50:44 2000 Denis Chertykov <denisc@overta.ru>
|
||||
|
||||
* config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
|
||||
__tmp_reg__ and __zero_reg__ initialization.
|
||||
|
||||
2000-04-30 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* flow.c (propagate_one_insn): Mark sets even when the insn is dead.
|
||||
|
@ -3336,8 +3336,8 @@ asm_file_start (file)
|
||||
sprintf (buf, "0x%x", avr_mcu_type->stack);
|
||||
}
|
||||
|
||||
fputs ("__tmp_reg__ = r0\n"
|
||||
"__zero_reg__ = r1\n"
|
||||
fputs ("__tmp_reg__ = 0\n"
|
||||
"__zero_reg__ = 1\n"
|
||||
"_PC_ = 2\n", file);
|
||||
|
||||
commands_in_file = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user