From 203cb4ef87f1ac254c1a063f2a9b4d7e1639dd5e Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Fri, 27 Aug 1999 21:03:30 +0000 Subject: Marc Espie * config/openbsd.h: Define SET_ASM_OP. * tm.texi: cross-reference SET_ASM_OP in the index. From-SVN: r28938 --- gcc/config/openbsd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc/config/openbsd.h') diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h index 30f2494..e95fbda 100644 --- a/gcc/config/openbsd.h +++ b/gcc/config/openbsd.h @@ -165,13 +165,16 @@ Boston, MA 02111-1307, USA. */ /* OpenBSD assembler is hacked to have .type & .size support even in a.out format object files. Functions size are supported but not activated - yet (look for GRACE_PERIOD_EXPIRED in gas/config/obj-aout.c). */ + yet (look for GRACE_PERIOD_EXPIRED in gas/config/obj-aout.c). + SET_ASM_OP is needed for attribute alias to work. */ #undef TYPE_ASM_OP #undef SIZE_ASM_OP +#undef SET_ASM_OP #define TYPE_ASM_OP ".type" #define SIZE_ASM_OP ".size" +#define SET_ASM_OP ".set" /* The following macro defines the format used to output the second operand of the .type assembler directive. */ -- cgit v1.1