* sysdeps/unix/bsd/osf/alpha/sysdep.h (HAVE_ASM_SET_DIRECTIVE):
authorBrendan Kehoe <brendan@zen.org>
Tue, 13 Jun 1995 19:35:18 +0000 (19:35 +0000)
committerBrendan Kehoe <brendan@zen.org>
Tue, 13 Jun 1995 19:35:18 +0000 (19:35 +0000)
        Put in #undef.

sysdeps/unix/bsd/osf/alpha/sysdep.h

index fc661a6..c302204 100644 (file)
@@ -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 <sysdeps/unix/sysdep.h>
 
 #ifdef ASSEMBLER