2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-21 23:41:13 +08:00

define SET_ASM_OP by default (for GAS).

From-SVN: r14559
This commit is contained in:
Richard Earnshaw 1997-07-30 12:50:57 +00:00
parent f5967c596a
commit ce29b9d0db

@ -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"