Don't define SET_ASM_OP for RISCiX
authorRichard Earnshaw <erich@gnu.org>
Wed, 30 Jul 1997 12:51:32 +0000 (12:51 +0000)
committerRichard Earnshaw <erich@gnu.org>
Wed, 30 Jul 1997 12:51:32 +0000 (12:51 +0000)
From-SVN: r14560

gcc/config/arm/riscix.h

index 6a25ad3034811940d784ce98f7d39a4371832ff8..5ccb2131e6ea3c92fb5e1a84bef448c0b621dea0 100644 (file)
@@ -122,6 +122,9 @@ Boston, MA 02111-1307, USA.  */
 
 #include "arm/aout.h"
 
+/* The RISCiX assembler does not understand .set */
+#undef SET_ASM_OP
+
 /* Override CPP_SPEC, there's no point handling endianness (and probably
    not much point handling apcs_pc), and we want to add the right #defines
    when using the include files.  */