From: bje Date: Sat, 18 Nov 2000 00:07:16 +0000 (+0000) Subject: 2000-11-18 Ben Elliston X-Git-Tag: upstream/4.9.2~97927 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=653da59be7482d6cfe6ab17e773915725b1b3748;p=platform%2Fupstream%2Flinaro-gcc.git 2000-11-18 Ben Elliston * config/sh/crt1.asm (start_l): Move PC-relative move instruction out of a branch delay slot. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37536 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2424815..c39c4fd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-11-18 Ben Elliston + + * config/sh/crt1.asm (start_l): Move PC-relative move instruction + out of a branch delay slot. + 2000-11-17 Richard Henderson * config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG. diff --git a/gcc/config/sh/crt1.asm b/gcc/config/sh/crt1.asm index a5eb4b4..54ce99e 100644 --- a/gcc/config/sh/crt1.asm +++ b/gcc/config/sh/crt1.asm @@ -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