*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sat, 18 Apr 1992 00:05:15 +0000 (00:05 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 18 Apr 1992 00:05:15 +0000 (00:05 +0000)
From-SVN: r771

gcc/config.sub
gcc/config/ns32k/ns32k.md

index 49d8e1f..2bfef02 100755 (executable)
@@ -160,7 +160,7 @@ case $basic_machine in
                ;;
        encore | umax | mmax)
                basic_machine=ns32k-encore
-               os=-sysv
+               os=-bsd
                ;;
        genix)
                basic_machine=ns32k-ns
index faeade9..107ad41 100644 (file)
       rtx temp = XEXP (operands[0], 0);
       if (CONSTANT_ADDRESS_P (temp))
        {
+#ifdef ENCORE_ASM
+         return \"bsr %?%0\";
+#else
 #ifdef CALL_MEMREF_IMPLICIT
          operands[0] = temp;
          return \"bsr %0\";
          return \"bsr %?%a0\";
 #endif
 #endif
+#endif
        }
       if (GET_CODE (XEXP (operands[0], 0)) == REG)
 #if defined (GNX_V3) || defined (CALL_MEMREF_IMPLICIT)
       rtx temp = XEXP (operands[1], 0);
       if (CONSTANT_ADDRESS_P (temp))
        {
+#ifdef ENCORE_ASM
+         return \"bsr %?%1\";
+#else
 #ifdef CALL_MEMREF_IMPLICIT
          operands[1] = temp;
          return \"bsr %1\";
          return \"bsr %?%a1\";
 #endif
 #endif
+#endif
        }
       if (GET_CODE (XEXP (operands[1], 0)) == REG)
 #if defined (GNX_V3) || defined (CALL_MEMREF_IMPLICIT)