OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Jul 1992 23:21:06 +0000 (23:21 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Jul 1992 23:21:06 +0000 (23:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1435 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/libgcc2.c

index 603b784..01db80f 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");