undo previous change, not needed w/ configure fix

This commit is contained in:
Brendan Kehoe 1995-06-14 00:15:10 +00:00
parent df2a0c93b3
commit 57ba525e34
2 changed files with 0 additions and 8 deletions

View File

@ -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>. * sysdeps/stub/init-first.c: Don't include <hurd.h>.
[PIC] (soinit): Renamed to (global) _init. [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> Mon Jun 12 13:15:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* malloc/Makefile (gmalloc-routines): Remove valloc. * malloc/Makefile (gmalloc-routines): Remove valloc.

View File

@ -19,9 +19,6 @@ Cambridge, MA 02139, USA. */
/* OSF/1 does not precede the asm names of C symbols with a `_'. */ /* OSF/1 does not precede the asm names of C symbols with a `_'. */
#define NO_UNDERSCORES #define NO_UNDERSCORES
/* We really can't handle the .set directive for weak aliases. */
#undef HAVE_ASM_SET_DIRECTIVE
#include <sysdeps/unix/sysdep.h> #include <sysdeps/unix/sysdep.h>
#ifdef ASSEMBLER #ifdef ASSEMBLER