aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Earnshaw <erich@gnu.org>1997-07-30 12:51:32 +0000
committerRichard Earnshaw <erich@gnu.org>1997-07-30 12:51:32 +0000
commit32bf7057dd150c7cb1aba6e1f9dd96ad8d82cb7c (patch)
tree00f2e0735ca857a8f751020440bdc3e9074ef693
parentce29b9d0db5f85f9a143bc696a1704b4a3ee4f74 (diff)
downloadgcc-32bf7057dd150c7cb1aba6e1f9dd96ad8d82cb7c.zip
gcc-32bf7057dd150c7cb1aba6e1f9dd96ad8d82cb7c.tar.gz
gcc-32bf7057dd150c7cb1aba6e1f9dd96ad8d82cb7c.tar.bz2
Don't define SET_ASM_OP for RISCiX
From-SVN: r14560
-rw-r--r--gcc/config/arm/riscix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/riscix.h b/gcc/config/arm/riscix.h
index 6a25ad3..5ccb213 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. */