From: Brendan Kehoe Date: Tue, 13 Jun 1995 19:35:18 +0000 (+0000) Subject: * sysdeps/unix/bsd/osf/alpha/sysdep.h (HAVE_ASM_SET_DIRECTIVE): X-Git-Tag: glibc-2.16-ports-before-merge~3922 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39bd749af3749113d7a84c54018058e0051d5812;p=thirdparty%2Fglibc.git * sysdeps/unix/bsd/osf/alpha/sysdep.h (HAVE_ASM_SET_DIRECTIVE): Put in #undef. --- diff --git a/sysdeps/unix/bsd/osf/alpha/sysdep.h b/sysdeps/unix/bsd/osf/alpha/sysdep.h index fc661a6b867..c302204b2b0 100644 --- a/sysdeps/unix/bsd/osf/alpha/sysdep.h +++ b/sysdeps/unix/bsd/osf/alpha/sysdep.h @@ -19,6 +19,9 @@ Cambridge, MA 02139, USA. */ /* OSF/1 does not precede the asm names of C symbols with a `_'. */ #define NO_UNDERSCORES +/* We really can't handle the .set directive for weak aliases. */ +#undef HAVE_ASM_SET_DIRECTIVE + #include #ifdef ASSEMBLER