aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1994-02-13 22:22:26 +0000
committerRoland McGrath1994-02-13 22:22:26 +0000
commitd1e08a36116f3bc202905b16a09b6d2e077fafd6 (patch)
tree67a43226a5453924471d90f03ac3f21fc8196bb3 /src
parent76cfb239c0cd15df6aaca73806860e67c805a360 (diff)
downloademacs-d1e08a36116f3bc202905b16a09b6d2e077fafd6.tar.gz
emacs-d1e08a36116f3bc202905b16a09b6d2e077fafd6.zip
(BROKEN_START, TEXT_START): Don't define.
(HAVE_TEXT_START): Define this instead.
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