From 00d3ba549695493449314b2b2f73429563c51d81 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Wed, 1 Sep 1999 17:35:58 +0000 Subject: Don't try to use .set on mips, it's special. --- gnu/egcs/gcc/config/mips/openbsd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/egcs/gcc') diff --git a/gnu/egcs/gcc/config/mips/openbsd.h b/gnu/egcs/gcc/config/mips/openbsd.h index be676a9a78c..dcc5fc6f2c7 100644 --- a/gnu/egcs/gcc/config/mips/openbsd.h +++ b/gnu/egcs/gcc/config/mips/openbsd.h @@ -51,6 +51,10 @@ Boston, MA 02111-1307, USA. */ #define OBSD_HAS_CORRECT_SPECS #include +/* mips assembler uses .set for arcane purposes. __attribute__((alias)) + and friends won't work until we get recent binutils with .weakext + support. */ +#undef SET_ASM_OP /* Run-time target specifications. */ #if TARGET_ENDIAN_DEFAULT != 0 -- cgit v1.2.3