From 7323e99b3650ed8f4bed645cd6aa743444280919 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 24 Sep 1993 15:26:41 +0000 Subject: [PATCH] Add SET_ASM_OP From-SVN: r5444 --- gcc/config/i386/osfrose.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 3bb0f35053c..5d773afc2eb 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -530,6 +530,7 @@ while (0) #define TYPE_ASM_OP ".type" #define SIZE_ASM_OP ".size" #define WEAK_ASM_OP ".weak" +#define SET_ASM_OP ".set" /* The following macro defines the format used to output the second operand of the .type assembler directive. Different svr4 assemblers -- 2.30.2