OSDN Git Service

Add bug number:
[pf3gnuchains/gcc-fork.git] / boehm-gc / mips_sgi_mach_dep.s
index bae9b5e..cadacf5 100644 (file)
@@ -1,5 +1,10 @@
 #include <sys/regdef.h>
 #include <sys/asm.h>
+/* This file must be preprocessed.  But the SGI assembler always does  */
+/* that.  Furthermore, a generic preprocessor won't do, since some of  */
+/* the SGI-supplied include files rely on behavior of the MIPS                 */
+/* assembler.  Hence we treat and name this file as though it required */
+/* no preprocessing.                                                   */
 
 # define call_push(x)     move    $4,x;    jal     GC_push_one
 
@@ -19,7 +24,7 @@
 #   endif
     SAVE_GP(GPOFF)
     REG_S      ra,RAOFF(sp)
-#   if (_MIPS_SIM == _MIPS_SIM_ABI32)
+#   if (_MIPS_SIM == _ABIO32)
        call_push($2)
        call_push($3)
 #   endif