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
+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.
! 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