mirror of git://gcc.gnu.org/git/gcc.git
crt1.S (start): Don't do VBR_SETUP for SH2E.
* config/sh/crt1.S (start): Don't do VBR_SETUP for SH2E. From-SVN: r205360
This commit is contained in:
parent
7457ebb81d
commit
82552a29d4
|
|
@ -1,3 +1,7 @@
|
|||
2013-11-25 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
* config/sh/crt1.S (start): Don't do VBR_SETUP for SH2E.
|
||||
|
||||
2013-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* config/t-softfp (soft-fp-objects-base): New variable.
|
||||
|
|
|
|||
|
|
@ -697,7 +697,7 @@ profiling_enabled:
|
|||
start:
|
||||
mov.l stack_k,r15
|
||||
|
||||
#if defined (__SH3__) || (defined (__SH_FPU_ANY__) && ! defined (__SH2A__)) || defined (__SH4_NOFPU__)
|
||||
#if defined (__SH3__) || (defined (__SH_FPU_ANY__) && ! defined (__SH2E__) && ! defined (__SH2A__)) || defined (__SH4_NOFPU__)
|
||||
#define VBR_SETUP
|
||||
! before zeroing the bss ...
|
||||
! if the vbr is already set to vbr_start then the program has been restarted
|
||||
|
|
|
|||
Loading…
Reference in New Issue