diff options
Diffstat (limited to 'gnu/egcs/gcc/config/mips/openbsd.h')
-rw-r--r-- | gnu/egcs/gcc/config/mips/openbsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <openbsd.h> +/* 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 |