Mercurial > emacs
annotate src/s/sunos4shr.h @ 20892:18f3cb26243f before-miles-orphaned-changes gcc-2_8_1-980401 gcc-2_8_1-980407 gcc-2_8_1-980412 gcc-2_8_1-980413 gcc-2_8_1-RELEASE gcc_2_8_1-980315 libc-980214 libc-980215 libc-980216 libc-980217 libc-980218 libc-980219 libc-980220 libc-980221 libc-980222 libc-980223 libc-980224 libc-980225 libc-980226 libc-980227 libc-980228 libc-980301 libc-980302 libc-980303 libc-980304 libc-980306 libc-980307 libc-980308 libc-980309 libc-980310 libc-980311 libc-980312 libc-980313 libc-980314 libc-980315 libc-980316 libc-980317 libc-980318 libc-980319 libc-980320 libc-980321 libc-980322 libc-980323 libc-980324 libc-980325 libc-980326 libc-980327 libc-980328 libc-980329 libc-980330 libc-980331 libc-980401 libc-980402 libc-980403 libc-980404 libc-980405 libc-980406 libc-980407 libc-980408 libc-980409 libc-980410 libc-980411 libc-980412 libc-980413 libc-980414 libc-980428 libc-980429 libc-980430 libc-980501 libc-980502 libc-980503 libc-980504 libc-980505 libc-980506 libc-980507 libc-980508 libc-980509 libc-980510 libc-980512 libc-980513 libc-980514 libc-980515 libc-980516 libc-980517 libc-980518 libc-980519 libc-980520 libc-980521 libc-980522 libc-980523 libc-980524 libc-980525 libc-980526 libc-980527 libc-980528 libc-980529 libc-980530 libc-980531 libc-980601 libc-980602 libc-980603 libc-980604 libc-980605 libc-980606 libc-980607 libc-980608 libc-980609 libc-980610 libc-980611 libc-980612 libc-980613
Add PentiumII (i786). Add '7' to all i[3456] entries.
Add AMD and Cyrix names for P5 and P6.
author | Richard Kenner <kenner@gnu.org> |
---|---|
date | Fri, 13 Feb 1998 12:16:46 +0000 |
parents | 193352043c50 |
children | 5be79e4f188a |
rev | line source |
---|---|
5039
8755e1e3faf1
(GNU_MALLOC, REL_ALLOC): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4205
diff
changeset
|
1 /* This file permits building Emacs with a shared libc on Sunos 4. |
8755e1e3faf1
(GNU_MALLOC, REL_ALLOC): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4205
diff
changeset
|
2 To make this work, you must completely replace your C shared library |
9031 | 3 using one of the SunOS 4.1.x jumbo replacement patches from Sun. |
4 Here are the patch numbers for Sunos 4.1.3: | |
5 100890-10 SunOS 4.1.3: domestic libc jumbo patch | |
6 100891-10 SunOS 4.1.3: international libc jumbo patch */ | |
7 | |
5039
8755e1e3faf1
(GNU_MALLOC, REL_ALLOC): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4205
diff
changeset
|
8 |
2733
d7cacd332230
* s/sunos4shr.h: Apply changes from David J. Mackenzie; this isn't
Jim Blandy <jimb@redhat.com>
parents:
625
diff
changeset
|
9 #include "sunos4-1.h" |
456 | 10 |
11 /* Say that the text segment of a.out includes the header; | |
12 the header actually occupies the first few bytes of the text segment | |
13 and is counted in hdr.a_text. */ | |
14 | |
15 /* Misleading! Actually gets loaded after crt0.o */ | |
16 #define START_FILES pre-crt0.o | |
17 | |
18 /* | |
19 * Kludge! can't get at symbol "start" in std crt0.o | |
20 * Who the #$%&* decided to remove the __ characters! | |
21 * Someone needs to fix this in sysdep.c with an #ifdef BROKEN_START in | |
22 * sysdep.c. We do not use this address so any value should do really. Still | |
23 * may need it in the future? | |
24 */ | |
25 #define BROKEN_START | |
26 #define TEXT_START 0x2020 | |
27 | |
28 #define UNEXEC unexsunos4.o | |
29 #define RUN_TIME_REMAP | |
11615
7fa33c87242c
(ORDINARY_LINK): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
9073
diff
changeset
|
30 #define ORDINARY_LINK |
12585
771e75e8ebb5
(SUNOS4_SHARED_LIBRARIES): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12459
diff
changeset
|
31 #define SUNOS4_SHARED_LIBRARIES |
2733
d7cacd332230
* s/sunos4shr.h: Apply changes from David J. Mackenzie; this isn't
Jim Blandy <jimb@redhat.com>
parents:
625
diff
changeset
|
32 |
d7cacd332230
* s/sunos4shr.h: Apply changes from David J. Mackenzie; this isn't
Jim Blandy <jimb@redhat.com>
parents:
625
diff
changeset
|
33 #undef LD_SWITCH_SYSTEM |
18586
41f11018aeb5
(LD_SWITCH_SYSTEM_TEMACS): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
13863
diff
changeset
|
34 #undef LD_SWITCH_SYSTEM_TEMACS |
4165
328187f39c3a
(SYSTEM_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
2733
diff
changeset
|
35 |
328187f39c3a
(SYSTEM_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
2733
diff
changeset
|
36 #undef SYSTEM_MALLOC |
5039
8755e1e3faf1
(GNU_MALLOC, REL_ALLOC): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4205
diff
changeset
|
37 #ifndef GNU_MALLOC |
4165
328187f39c3a
(SYSTEM_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
2733
diff
changeset
|
38 #define GNU_MALLOC |
5039
8755e1e3faf1
(GNU_MALLOC, REL_ALLOC): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4205
diff
changeset
|
39 #endif |
8755e1e3faf1
(GNU_MALLOC, REL_ALLOC): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4205
diff
changeset
|
40 #ifndef REL_ALLOC |
4165
328187f39c3a
(SYSTEM_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
2733
diff
changeset
|
41 #define REL_ALLOC |
5039
8755e1e3faf1
(GNU_MALLOC, REL_ALLOC): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4205
diff
changeset
|
42 #endif |
4205 | 43 |
44 /* khera@cs.duke.edu says this is needed. */ | |
45 #define memmove(to, from, size) bcopy (from, to, size) | |
9073
43aa8427db01
(USE_DL_STUBS): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9031
diff
changeset
|
46 |
43aa8427db01
(USE_DL_STUBS): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9031
diff
changeset
|
47 #undef USE_DL_STUBS |
12459
d1da7f16002c
(LIBXMU): New definitions (two alternative ones).
Richard M. Stallman <rms@gnu.org>
parents:
11615
diff
changeset
|
48 |
13863
8b143e9a5394
(LIBXMU): Replace previous change.
Richard M. Stallman <rms@gnu.org>
parents:
13711
diff
changeset
|
49 #ifndef HAVE_X11R6 |
8b143e9a5394
(LIBXMU): Replace previous change.
Richard M. Stallman <rms@gnu.org>
parents:
13711
diff
changeset
|
50 /* With X11R5 it was reported that linking -lXmu dynamically |
8b143e9a5394
(LIBXMU): Replace previous change.
Richard M. Stallman <rms@gnu.org>
parents:
13711
diff
changeset
|
51 did not work. With X11R6, it does work; and since normally |
8b143e9a5394
(LIBXMU): Replace previous change.
Richard M. Stallman <rms@gnu.org>
parents:
13711
diff
changeset
|
52 only the dynamic libraries are available, we should use them. */ |
19039
193352043c50
(LIBXMU): Alternative definition if CANNOT_DUMP.
Richard M. Stallman <rms@gnu.org>
parents:
18586
diff
changeset
|
53 #ifdef CANNOT_DUMP |
193352043c50
(LIBXMU): Alternative definition if CANNOT_DUMP.
Richard M. Stallman <rms@gnu.org>
parents:
18586
diff
changeset
|
54 #define LIBXMU -lXmu |
193352043c50
(LIBXMU): Alternative definition if CANNOT_DUMP.
Richard M. Stallman <rms@gnu.org>
parents:
18586
diff
changeset
|
55 #else |
12459
d1da7f16002c
(LIBXMU): New definitions (two alternative ones).
Richard M. Stallman <rms@gnu.org>
parents:
11615
diff
changeset
|
56 #ifdef __GNUC__ |
13863
8b143e9a5394
(LIBXMU): Replace previous change.
Richard M. Stallman <rms@gnu.org>
parents:
13711
diff
changeset
|
57 #define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic |
12459
d1da7f16002c
(LIBXMU): New definitions (two alternative ones).
Richard M. Stallman <rms@gnu.org>
parents:
11615
diff
changeset
|
58 #else |
13863
8b143e9a5394
(LIBXMU): Replace previous change.
Richard M. Stallman <rms@gnu.org>
parents:
13711
diff
changeset
|
59 #define LIBXMU -Bstatic -lXmu -Bdynamic |
12459
d1da7f16002c
(LIBXMU): New definitions (two alternative ones).
Richard M. Stallman <rms@gnu.org>
parents:
11615
diff
changeset
|
60 #endif |
19039
193352043c50
(LIBXMU): Alternative definition if CANNOT_DUMP.
Richard M. Stallman <rms@gnu.org>
parents:
18586
diff
changeset
|
61 #endif /* CANNOT_DUMP */ |
13863
8b143e9a5394
(LIBXMU): Replace previous change.
Richard M. Stallman <rms@gnu.org>
parents:
13711
diff
changeset
|
62 |
8b143e9a5394
(LIBXMU): Replace previous change.
Richard M. Stallman <rms@gnu.org>
parents:
13711
diff
changeset
|
63 #endif /* not HAVE_X11R6 */ |