From: Richard Earnshaw Date: Wed, 30 Jul 1997 12:50:57 +0000 (+0000) Subject: define SET_ASM_OP by default (for GAS). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce29b9d0db5f85f9a143bc696a1704b4a3ee4f74;p=gcc.git define SET_ASM_OP by default (for GAS). From-SVN: r14559 --- diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index 32e76db3857..7bddb1f5242 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"