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
This commit is contained in:
Ben Elliston 2000-11-18 00:07:16 +00:00 committed by Ben Elliston
parent 48adb36e99
commit c3e2d242ce
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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