diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index 32e76db38574..7bddb1f5242c 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -248,4 +248,7 @@ do { char dstr[30]; \ #define ASM_COMMENT_START "@" #endif +/* This works for GAS and some other assemblers. */ +#define SET_ASM_OP ".set" + #include "arm/arm.h"