From 32bf7057dd150c7cb1aba6e1f9dd96ad8d82cb7c Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Wed, 30 Jul 1997 12:51:32 +0000 Subject: [PATCH] Don't define SET_ASM_OP for RISCiX From-SVN: r14560 --- gcc/config/arm/riscix.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/arm/riscix.h b/gcc/config/arm/riscix.h index 6a25ad30348..5ccb2131e6e 100644 --- a/gcc/config/arm/riscix.h +++ b/gcc/config/arm/riscix.h @@ -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. */ -- 2.30.2