* config/openbsd.h: Define SET_ASM_OP.
* tm.texi: cross-reference SET_ASM_OP in the index.
From-SVN: r28938
+Fri Aug 27 14:01:19 1999 Marc Espie <espie@cvs.openbsd.org>
+
+ * config/openbsd.h: Define SET_ASM_OP.
+ * tm.texi: cross-reference SET_ASM_OP in the index.
+
1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>
* rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
/* 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. */
A C statement to output to the stdio stream @var{stream} assembler code
which defines (equates) the symbol @var{name} to have the value @var{value}.
+@findex SET_ASM_OP
If SET_ASM_OP is defined, a default definition is provided which is
correct for most systems.
and @var{low} are already known by the assembler so that the difference
resolves into a constant.
+@findex SET_ASM_OP
If SET_ASM_OP is defined, a default definition is provided which is
correct for most systems.