diff options
author | Brendan Kehoe <brendan@zen.org> | 1995-06-13 19:35:18 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@zen.org> | 1995-06-13 19:35:18 +0000 |
commit | bddb308102180f10ddba007e9aa552757123e666 (patch) | |
tree | d29be0a80ebd0547c929866dd769aac64e56c48a | |
parent | 1a2df358c8b1bc40035e30fe12cc4187655dd326 (diff) | |
download | glibc-bddb308102180f10ddba007e9aa552757123e666.tar.gz glibc-bddb308102180f10ddba007e9aa552757123e666.tar.xz glibc-bddb308102180f10ddba007e9aa552757123e666.zip |
* 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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/bsd/osf/alpha/sysdep.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a8e3eb4d4e..8e2cd4a03a 100644 --- 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 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 <sysdeps/unix/sysdep.h> #ifdef ASSEMBLER |