From f13529c8735ee0a3f5b06af3e0a9f51105e6cfd7 Mon Sep 17 00:00:00 2001 From: erich Date: Wed, 30 Jul 1997 12:50:57 +0000 Subject: [PATCH] define SET_ASM_OP by default (for GAS). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14559 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.4.GIT