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:
parent
48adb36e99
commit
c3e2d242ce
@ -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>
|
2000-11-17 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
|
* config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
|
||||||
|
@ -51,8 +51,9 @@ start_l:
|
|||||||
|
|
||||||
! arrange for exit to call fini
|
! arrange for exit to call fini
|
||||||
mov.l atexit_k,r0
|
mov.l atexit_k,r0
|
||||||
jsr @r0
|
|
||||||
mov.l fini_k,r4
|
mov.l fini_k,r4
|
||||||
|
jsr @r0
|
||||||
|
nop
|
||||||
|
|
||||||
! call init
|
! call init
|
||||||
mov.l init_k,r0
|
mov.l init_k,r0
|
||||||
|
Loading…
Reference in New Issue
Block a user