define SET_ASM_OP by default (for GAS).
authorRichard Earnshaw <erich@gnu.org>
Wed, 30 Jul 1997 12:50:57 +0000 (12:50 +0000)
committerRichard Earnshaw <erich@gnu.org>
Wed, 30 Jul 1997 12:50:57 +0000 (12:50 +0000)
From-SVN: r14559

gcc/config/arm/aout.h

index 32e76db3857457bdcfe28e768c1c6c0a0327db9e..7bddb1f5242c146ebf37264f5d61d1d01833cb76 100644 (file)
@@ -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"