aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
diff options
context:
space:
mode:
authorRichard Earnshaw <erich@gnu.org>1997-07-30 12:50:57 +0000
committerRichard Earnshaw <erich@gnu.org>1997-07-30 12:50:57 +0000
commitce29b9d0db5f85f9a143bc696a1704b4a3ee4f74 (patch)
tree821742a5264e5b49fde294820cb99c56565f56bc /gcc/config/arm
parentf5967c596a15e19e4ba82a6bc9019e496eac6cf8 (diff)
downloadgcc-ce29b9d0db5f85f9a143bc696a1704b4a3ee4f74.zip
gcc-ce29b9d0db5f85f9a143bc696a1704b4a3ee4f74.tar.gz
gcc-ce29b9d0db5f85f9a143bc696a1704b4a3ee4f74.tar.bz2
define SET_ASM_OP by default (for GAS).
From-SVN: r14559
Diffstat (limited to 'gcc/config/arm')
-rw-r--r--gcc/config/arm/aout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h
index 32e76db..7bddb1f 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"