summaryrefslogtreecommitdiff
path: root/src/s/netbsd.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-11-11 19:13:50 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-11-11 19:13:50 +0000
commit04420943de5a7a92f94c7642b76990c77ca751f8 (patch)
treeeffb4eb869d3e3b1cc851c0996e9a654fb69609e /src/s/netbsd.h
parent2db2f23269d5fab0cbae7c13ae9e35f275d09d99 (diff)
downloademacs-04420943de5a7a92f94c7642b76990c77ca751f8.tar.gz
* s/freebsd.h:
* s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
Diffstat (limited to 'src/s/netbsd.h')
-rw-r--r--src/s/netbsd.h10
1 files changed, 0 insertions, 10 deletions
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 <http://www.gnu.org/licenses/>. */
/* 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