aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>1995-06-14 00:15:10 +0000
committerBrendan Kehoe <brendan@zen.org>1995-06-14 00:15:10 +0000
commit57ba525e3410eb2bb27007144f71a6814c2eeb9e (patch)
treecc7493f4f1c7d9336559e82513281d5b5cc9486b
parentdf2a0c93b32dcc2859f57589e62beaadffdad9e7 (diff)
downloadglibc-57ba525e3410eb2bb27007144f71a6814c2eeb9e.tar
glibc-57ba525e3410eb2bb27007144f71a6814c2eeb9e.tar.gz
glibc-57ba525e3410eb2bb27007144f71a6814c2eeb9e.tar.bz2
glibc-57ba525e3410eb2bb27007144f71a6814c2eeb9e.zip
undo previous change, not needed w/ configure fix
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/bsd/osf/alpha/sysdep.h3
2 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f9082ff99..fca79e1cb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,11 +7,6 @@ Tue Jun 13 15:45:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/stub/init-first.c: Don't include <hurd.h>.
[PIC] (soinit): Renamed to (global) _init.
-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>
* malloc/Makefile (gmalloc-routines): Remove valloc.
diff --git a/sysdeps/unix/bsd/osf/alpha/sysdep.h b/sysdeps/unix/bsd/osf/alpha/sysdep.h
index c302204b2b..fc661a6b86 100644
--- a/sysdeps/unix/bsd/osf/alpha/sysdep.h
+++ b/sysdeps/unix/bsd/osf/alpha/sysdep.h
@@ -19,9 +19,6 @@ 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