aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/netbsd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 622fe17b8db..7e75f233266 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -29,9 +29,7 @@
29 29
30/* These definitions should work for either dynamic or static linking, 30/* These definitions should work for either dynamic or static linking,
31 whichever is the default for `cc -nostdlib'. */ 31 whichever is the default for `cc -nostdlib'. */
32#define BROKEN_START 32#define HAVE_TEXT_START /* No need to define `start_of_text'. */
33#define TEXT_START ({ extern void start() asm ("start"); &start; })
34
35#define START_FILES pre-crt0.o /usr/lib/crt0.o 33#define START_FILES pre-crt0.o /usr/lib/crt0.o
36#define UNEXEC unexsunos4.o 34#define UNEXEC unexsunos4.o
37#define RUN_TIME_REMAP 35#define RUN_TIME_REMAP