Commit c3e2d242 by Ben Elliston Committed by Ben Elliston

crt1.asm (start_l): Move PC-relative move instruction out of a branch delay slot.

2000-11-18  Ben Elliston  <bje@redhat.com>

	* config/sh/crt1.asm (start_l): Move PC-relative move instruction
	out of a branch delay slot.

From-SVN: r37536
parent 48adb36e
2000-11-18 Ben Elliston <bje@redhat.com>
* config/sh/crt1.asm (start_l): Move PC-relative move instruction
out of a branch delay slot.
2000-11-17 Richard Henderson <rth@redhat.com>
* config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
......
......@@ -51,8 +51,9 @@ start_l:
! arrange for exit to call fini
mov.l atexit_k,r0
jsr @r0
mov.l fini_k,r4
jsr @r0
nop
! call init
mov.l init_k,r0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment