diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-01 17:35:58 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-01 17:35:58 +0000 |
commit | 00d3ba549695493449314b2b2f73429563c51d81 (patch) | |
tree | 4753b2850a46f94172355bf28074811f899e6900 /gnu/egcs/gcc | |
parent | ca89cc4c407e511d0ba3c4c27d0b5bf6be1f857c (diff) |
Don't try to use .set on mips, it's special.
Diffstat (limited to 'gnu/egcs/gcc')
-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 |