comparison src/s/netbsd.h @ 5938:db25cb887e22

(BROKEN_START, TEXT_START): Don't define. (HAVE_TEXT_START): Define this instead.
author Roland McGrath <roland@gnu.org>
date Sun, 13 Feb 1994 22:22:26 +0000
parents 50216826c507
children 0d370ebc038a
comparison
equal deleted inserted replaced
5937:a5b94cc9cb11 5938:db25cb887e22
27 27
28 #define SYSV_SYSTEM_DIR 28 #define SYSV_SYSTEM_DIR
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
38 36
39 /* Try to make this work for both 0.9 and >0.9. */ 37 /* Try to make this work for both 0.9 and >0.9. */