diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/bsd/osf/alpha/sysdep.h | 3 |
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 |