From ce29b9d0db5f85f9a143bc696a1704b4a3ee4f74 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Wed, 30 Jul 1997 12:50:57 +0000 Subject: [PATCH] define SET_ASM_OP by default (for GAS). From-SVN: r14559 --- gcc/config/arm/aout.h | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.30.2