Mercurial > emacs
annotate src/s/sunos4shr.h @ 3814:52d398035be7
* m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We are
now calling the BSD[sg]etpgrp functions directly, so this library
is not needed; it just provides the BSD[sg]etpgrp functions under
the [sg]etpgrp names.
* callproc.c [IRIX] (child_setup): Don't call setpgrp this time.
It's already been called up in Fcall_process, and create_process.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 17 Jun 1993 23:25:37 +0000 |
parents | d7cacd332230 |
children | 328187f39c3a |
rev | line source |
---|---|
2733
d7cacd332230
* s/sunos4shr.h: Apply changes from David J. Mackenzie; this isn't
Jim Blandy <jimb@redhat.com>
parents:
625
diff
changeset
|
1 #include "sunos4-1.h" |
456 | 2 |
3 /* Say that the text segment of a.out includes the header; | |
4 the header actually occupies the first few bytes of the text segment | |
5 and is counted in hdr.a_text. */ | |
6 | |
7 /* Misleading! Actually gets loaded after crt0.o */ | |
8 #define START_FILES pre-crt0.o | |
9 | |
10 /* | |
11 * Kludge! can't get at symbol "start" in std crt0.o | |
12 * Who the #$%&* decided to remove the __ characters! | |
13 * Someone needs to fix this in sysdep.c with an #ifdef BROKEN_START in | |
14 * sysdep.c. We do not use this address so any value should do really. Still | |
15 * may need it in the future? | |
16 */ | |
17 #define BROKEN_START | |
18 #define TEXT_START 0x2020 | |
19 | |
20 #define UNEXEC unexsunos4.o | |
21 #define RUN_TIME_REMAP | |
625 | 22 #define LINKER cc |
2733
d7cacd332230
* s/sunos4shr.h: Apply changes from David J. Mackenzie; this isn't
Jim Blandy <jimb@redhat.com>
parents:
625
diff
changeset
|
23 |
d7cacd332230
* s/sunos4shr.h: Apply changes from David J. Mackenzie; this isn't
Jim Blandy <jimb@redhat.com>
parents:
625
diff
changeset
|
24 #undef LD_SWITCH_SYSTEM |