Mercurial > emacs
annotate src/s/sunos4shr.h @ 5020:94de08fd8a7c
(Fnext_single_property_change): Fix missing \n\.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 15 Nov 1993 06:41:45 +0000 |
| parents | 23978f12007b |
| children | 8755e1e3faf1 |
| 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 |
|
4165
328187f39c3a
(SYSTEM_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
2733
diff
changeset
|
25 |
|
328187f39c3a
(SYSTEM_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
2733
diff
changeset
|
26 #undef SYSTEM_MALLOC |
|
328187f39c3a
(SYSTEM_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
2733
diff
changeset
|
27 #define GNU_MALLOC |
|
328187f39c3a
(SYSTEM_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
2733
diff
changeset
|
28 #define REL_ALLOC |
| 4205 | 29 |
| 30 /* khera@cs.duke.edu says this is needed. */ | |
| 31 #define memmove(to, from, size) bcopy (from, to, size) |
