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:
Alexandre Oliva 2000-12-28 08:47:14 +00:00 committed by Alexandre Oliva
parent 1e2677023f
commit 78362efbc6
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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: