crt1.asm (start_l): __SH4_SINGLE_ONLY__' was missing the trailing
__'.
* config/sh/crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing the trailing `__'. From-SVN: r38510
This commit is contained in:
parent
1e2677023f
commit
78362efbc6
@ -1,3 +1,8 @@
|
||||
2000-12-28 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* config/sh/crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing
|
||||
the trailing `__'.
|
||||
|
||||
2000-12-28 <lehotsky@tiac.net>
|
||||
|
||||
* expmed.c (store_bit_field): Correctly compute smallest mode that
|
||||
|
@ -42,7 +42,7 @@ start_l:
|
||||
cmp/ge r0,r1
|
||||
bt start_l
|
||||
|
||||
#if defined (__SH3E__) || defined(__SH4_SINGLE__) || defined(__SH4__) || defined(__SH4_SINGLE_ONLY)
|
||||
#if defined (__SH3E__) || defined(__SH4_SINGLE__) || defined(__SH4__) || defined(__SH4_SINGLE_ONLY__)
|
||||
mov.l set_fpscr_k, r1
|
||||
jsr @r1
|
||||
mov #0,r4
|
||||
@ -75,7 +75,7 @@ start_l:
|
||||
#if defined (__SH3E__) || defined(__SH4_SINGLE__) || defined(__SH4__) || defined(__SH4_SINGLE_ONLY__)
|
||||
set_fpscr_k:
|
||||
.long ___set_fpscr
|
||||
#endif /* defined (__SH3E__) || defined(__SH4_SINGLE__) || defined(__SH4__) || defined(SH4_SINGLE_ONLY) */
|
||||
#endif /* defined (__SH3E__) || defined(__SH4_SINGLE__) || defined(__SH4__) || defined(__SH4_SINGLE_ONLY__) */
|
||||
stack_k:
|
||||
.long _stack
|
||||
edata_k:
|
||||
|
Loading…
Reference in New Issue
Block a user