]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/bsd/osf/alpha/sysdep.h (HAVE_ASM_SET_DIRECTIVE): Put...
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)
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.

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

index a8e3eb4d4ec610fcc8cc41dd1e0d559ae892435b..8e2cd4a03aef9940726c6434350c16b766f2a311 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 Mon Jun 12 13:15:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * Makerules (lib%.so: lib%_pic.a): Moved this rule to after
index fc661a6b8671b51a16d7a5f5aad98a317ce31558..c302204b2b09eaa0ca7ecd15317bd83b13938d6f 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
This page took 0.043697 seconds and 5 git commands to generate.