diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-02-15 07:23:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-02-15 07:23:02 +0000 |
commit | 1d99c4771c273fc35215e4219b605249d07ef89c (patch) | |
tree | 99b1e348508e08bb1d47797d0ff37c5d8f3094a2 /gnu/egcs | |
parent | dbd5d5688e98cdb008bfacf18007e288bda8357c (diff) |
Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, the
default logic works better.
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/gcc/config/m88k/openbsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config/m88k/openbsd.h b/gnu/egcs/gcc/config/m88k/openbsd.h index 7f0d6191ba1..e1f492eadd8 100644 --- a/gnu/egcs/gcc/config/m88k/openbsd.h +++ b/gnu/egcs/gcc/config/m88k/openbsd.h @@ -29,6 +29,10 @@ Boston, MA 02111-1307, USA. */ #undef SET_ASM_OP #define SET_ASM_OP "equ" +/* <m88k/m88k.h> provided wrong SUPPORTS_WEAK and SUPPORTS_ONE_ONLY values */ +#undef SUPPORTS_WEAK +#undef SUPPORTS_ONE_ONLY + #define OBSD_HAS_CORRECT_ASM_OPS #define OBSD_OLD_GAS #define OBSD_NO_DYNAMIC_LIBRARIES |