From d1e08a36116f3bc202905b16a09b6d2e077fafd6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 13 Feb 1994 22:22:26 +0000 Subject: [PATCH] (BROKEN_START, TEXT_START): Don't define. (HAVE_TEXT_START): Define this instead. --- src/s/netbsd.h | 4 +--- 1 file changed, 1 insertion(+), 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 @@ /* These definitions should work for either dynamic or static linking, whichever is the default for `cc -nostdlib'. */ -#define BROKEN_START -#define TEXT_START ({ extern void start() asm ("start"); &start; }) - +#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 -- 2.39.5