From 04420943de5a7a92f94c7642b76990c77ca751f8 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 11 Nov 2009 19:13:50 +0000 Subject: * s/freebsd.h: * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o. --- src/s/netbsd.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/s/netbsd.h') diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 81fba0440f7..0d4d8724b1a 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -53,16 +53,6 @@ along with GNU Emacs. If not, see . */ /* Netbsd has POSIX-style pgrp behavior. */ #undef BSD_PGRPS -#if !defined (NO_SHARED_LIBS) && ! defined (__ELF__) -/* These definitions should work for either dynamic or static linking, - whichever is the default for `cc -nostdlib'. */ -#define HAVE_TEXT_START /* No need to define `start_of_text'. */ -#define START_FILES pre-crt0.o /usr/lib/crt0.o -#define UNEXEC unexsunos4.o -#define RUN_TIME_REMAP - -#endif /* not NO_SHARED_LIBS and not ELF */ - #if !defined (NO_SHARED_LIBS) && defined (__ELF__) #define START_FILES pre-crt0.o /usr/lib/crt0.o START_FILES_1 /usr/lib/crtbegin.o #define UNEXEC unexelf.o -- cgit v1.2.1