crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing the trailing `__'.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 28 Dec 2000 08:47:14 +0000 (08:47 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 28 Dec 2000 08:47:14 +0000 (08:47 +0000)
* config/sh/crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing
the trailing `__'.

From-SVN: r38510

gcc/ChangeLog
gcc/config/sh/crt1.asm

index 6cb60d93f039755d8409627fb0a430cc3c1ef221..77ff6269d4ed13974ce3b22f150a7e1558caae18 100644 (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
index 54ce99e1495b423bb9778cc9d1ae9a5414812c42..61ff8e425f37659e04860d4db72851cdc7a4c5a0 100644 (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: