Commit 32bf7057 by Richard Earnshaw

Don't define SET_ASM_OP for RISCiX

From-SVN: r14560
parent ce29b9d0
...@@ -122,6 +122,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -122,6 +122,9 @@ Boston, MA 02111-1307, USA. */
#include "arm/aout.h" #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 /* 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 not much point handling apcs_pc), and we want to add the right #defines
when using the include files. */ when using the include files. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment