Mercurial > emacs
annotate src/s/sunos4shr.h @ 3729:b9d69ed987e7
* s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
and #define the latter.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 14 Jun 1993 15:35:55 +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 |