Make sure SET_ASM_OP is undefined; the Alpha assembler uses .set

for assembler options.
This commit is contained in:
thorpej 2001-12-15 16:49:57 +00:00
parent 8918a1ba7f
commit f589c8c881
1 changed files with 3 additions and 0 deletions

View File

@ -422,6 +422,9 @@ dtors_section () \
different pseudo-op names for these, they may be overridden in the different pseudo-op names for these, they may be overridden in the
file which includes this one. */ file which includes this one. */
#undef TYPE_ASM_OP
#undef SIZE_ASM_OP
#undef SET_ASM_OP /* no equivalent */
#define TYPE_ASM_OP ".type" #define TYPE_ASM_OP ".type"
#define SIZE_ASM_OP ".size" #define SIZE_ASM_OP ".size"