diff options
author | erich <erich@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-30 12:50:57 +0000 |
---|---|---|
committer | erich <erich@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-30 12:50:57 +0000 |
commit | f13529c8735ee0a3f5b06af3e0a9f51105e6cfd7 (patch) | |
tree | 821742a5264e5b49fde294820cb99c56565f56bc /gcc/config/arm/aout.h | |
parent | 44b1d06d4f917c812636ca1d571049d81b42b35a (diff) | |
download | gcc-f13529c8735ee0a3f5b06af3e0a9f51105e6cfd7.tar.gz |
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
Diffstat (limited to 'gcc/config/arm/aout.h')
-rw-r--r-- | gcc/config/arm/aout.h | 3 |
1 files changed, 3 insertions, 0 deletions
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" |