From: Richard Earnshaw Date: Wed, 30 Jul 1997 12:51:32 +0000 (+0000) Subject: Don't define SET_ASM_OP for RISCiX X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32bf7057dd150c7cb1aba6e1f9dd96ad8d82cb7c;p=gcc.git Don't define SET_ASM_OP for RISCiX From-SVN: r14560 --- 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. */