comparison src/s/freebsd.h @ 9495:5825378d775b

(LD_SWITCH_SYSTEM): New definition.
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Oct 1994 23:28:02 +0000
parents e8f02eb00bbf
children 3b0788d087b6
comparison
equal deleted inserted replaced
9494:9a4ed505445e 9495:5825378d775b
43 43
44 /* freebsd has POSIX-style pgrp behavior. */ 44 /* freebsd has POSIX-style pgrp behavior. */
45 #undef BSD_PGRPS 45 #undef BSD_PGRPS
46 46
47 #ifndef NO_SHARED_LIBS 47 #ifndef NO_SHARED_LIBS
48 #define LD_SWITCH_SYSTEM -e start
48 #define HAVE_TEXT_START /* No need to define `start_of_text'. */ 49 #define HAVE_TEXT_START /* No need to define `start_of_text'. */
49 #define START_FILES pre-crt0.o /usr/lib/crt0.o 50 #define START_FILES pre-crt0.o /usr/lib/crt0.o
50 #define UNEXEC unexsunos4.o 51 #define UNEXEC unexsunos4.o
51 #define RUN_TIME_REMAP 52 #define RUN_TIME_REMAP
52 53