*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sat, 4 Jul 1992 23:21:06 +0000 (23:21 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 4 Jul 1992 23:21:06 +0000 (23:21 +0000)
From-SVN: r1435

gcc/libgcc2.c

index 603b784eb44ef515e1af0ae71a368f79d31fb4af..01db80f3b7502354a233e03e71eb48ac0d46d570 100644 (file)
@@ -764,7 +764,7 @@ __fixunssfsi (float a)
 \f
 #ifdef L_varargs
 #ifdef __i860__
-#if defined(SVR4) || defined(__alliant__)
+#if defined(__svr4__) || defined(__alliant__)
        asm ("  .text");
        asm ("  .align  4");
 
@@ -829,7 +829,7 @@ asm ("___builtin_saveregs:");
        asm ("  bri     %r1");          /* delayed return */
        asm ("  st.l    %r28,12(%r16)"); /* pointer to overflow args */
 
-#else /* not SVR4 */
+#else /* not __SVR4__ */
        asm ("  .text");
        asm ("  .align  4");
 
@@ -867,7 +867,7 @@ asm ("___builtin_saveregs:");
        asm ("  mov     r30,sp");
                                /* recover stack and pass address to start 
                                   of data.  */
-#endif /* not SVR4 */
+#endif /* not __SVR4__ */
 #else /* not __i860__ */
 #ifdef __sparc__
        asm (".global __builtin_saveregs");