From bddb308102180f10ddba007e9aa552757123e666 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Tue, 13 Jun 1995 19:35:18 +0000 Subject: * sysdeps/unix/bsd/osf/alpha/sysdep.h (HAVE_ASM_SET_DIRECTIVE): Put in #undef. Tue Jun 13 12:13:18 1995 Brendan Kehoe (brendan@zen.org) * sysdeps/unix/bsd/osf/alpha/sysdep.h (HAVE_ASM_SET_DIRECTIVE): Put in #undef. --- sysdeps/unix/bsd/osf/alpha/sysdep.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/unix/bsd') diff --git a/sysdeps/unix/bsd/osf/alpha/sysdep.h b/sysdeps/unix/bsd/osf/alpha/sysdep.h index fc661a6b86..c302204b2b 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 -- cgit v1.2.3