Mercurial > emacs
annotate src/m/amdx86-64.h @ 80447:e73962462275
(MacObjects): Add mactoolbox.c.x.
(mactoolbox.c.x): New target.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 06 Apr 2008 01:56:43 +0000 |
parents | f27b84de02cf |
children | 107ccd98fa12 |
rev | line source |
---|---|
45667 | 1 /* machine description file for AMD x86-64. |
79755 | 2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
3 Free Software Foundation, Inc. | |
45667 | 4 |
5 This file is part of GNU Emacs. | |
6 | |
7 GNU Emacs is free software; you can redistribute it and/or modify | |
8 it under the terms of the GNU General Public License as published by | |
78258
6aba169c4b1f
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
9 the Free Software Foundation; either version 3, or (at your option) |
45667 | 10 any later version. |
11 | |
12 GNU Emacs is distributed in the hope that it will be useful, | |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 GNU General Public License for more details. | |
16 | |
17 You should have received a copy of the GNU General Public License | |
18 along with GNU Emacs; see the file COPYING. If not, write to | |
64083 | 19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
20 Boston, MA 02110-1301, USA. */ | |
45667 | 21 |
22 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
45667
diff
changeset
|
23 /* The following line tells the configuration script what sort of |
45667 | 24 operating system this machine is likely to run. |
25 USUAL-OPSYS="linux" */ | |
26 | |
27 #define BITS_PER_LONG 64 | |
28 #define BITS_PER_EMACS_INT 64 | |
29 | |
78499 | 30 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word |
45667 | 31 is the most significant byte. */ |
32 | |
33 #undef WORDS_BIG_ENDIAN | |
34 | |
35 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | |
36 * group of arguments and treat it as an array of the arguments. */ | |
37 | |
38 #define NO_ARG_ARRAY | |
39 | |
40 /* Define WORD_MACHINE if addresses and such have | |
41 * to be corrected before they can be used as byte counts. */ | |
42 | |
43 /* #define WORD_MACHINE */ | |
44 | |
45 /* Now define a symbol for the cpu type, if your compiler | |
46 does not define it automatically: | |
47 Ones defined so far include vax, m68000, ns16000, pyramid, | |
48 orion, tahoe, APOLLO and many others */ | |
49 /* __x86_64 defined automatically. */ | |
50 | |
51 /* Use type int rather than a union, to represent Lisp_Object */ | |
52 /* This is desirable for most machines. */ | |
53 | |
54 #define NO_UNION_TYPE | |
55 | |
56 /* Define the type to use. */ | |
57 #define EMACS_INT long | |
58 #define EMACS_UINT unsigned long | |
59 #define SPECIAL_EMACS_INT | |
60 | |
61 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
62 the 24-bit bit field into an int. In other words, if bit fields | |
63 are always unsigned. | |
64 | |
65 If you use NO_UNION_TYPE, this flag does not matter. */ | |
66 | |
67 #define EXPLICIT_SIGN_EXTEND | |
68 | |
69 /* Data type of load average, as read out of kmem. */ | |
70 | |
71 #define LOAD_AVE_TYPE long | |
72 | |
73 /* Convert that into an integer that is 100 for a load average of 1.0 */ | |
74 | |
75 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) | |
76 | |
77 /* Define CANNOT_DUMP on machines where unexec does not work. | |
78 Then the function dump-emacs will not be defined | |
79 and temacs will do (load "loadup") automatically unless told otherwise. */ | |
80 | |
81 /* #define CANNOT_DUMP */ | |
82 | |
83 /* Define VIRT_ADDR_VARIES if the virtual addresses of | |
84 pure and impure space as loaded can vary, and even their | |
85 relative order cannot be relied on. | |
86 | |
87 Otherwise Emacs assumes that text space precedes data space, | |
88 numerically. */ | |
89 | |
90 /* #define VIRT_ADDR_VARIES */ | |
91 | |
92 /* Define NO_REMAP if memory segmentation makes it not work well | |
93 to change the boundary between the text section and data section | |
94 when Emacs is dumped. If you define this, the preloaded Lisp | |
95 code will not be sharable; but that's better than failing completely. */ | |
96 | |
97 /* #define NO_REMAP */ | |
98 | |
99 #define PNTR_COMPARISON_TYPE unsigned long | |
100 | |
101 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ | |
53092
4fb1e95248e2
(XPNTR): Don't redefine.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52999
diff
changeset
|
102 #undef DATA_SEG_BITS |
45667 | 103 |
67808 | 104 #ifdef __FreeBSD__ |
105 | |
106 /* The libraries for binaries native to the build host's architecture are | |
107 installed under /usr/lib in FreeBSD, and the ones that need special paths | |
108 are 32-bit compatibility libraries (installed under /usr/lib32). To build | |
109 a native binary of Emacs on FreeBSD/amd64 we can just point to /usr/lib. */ | |
110 | |
111 #undef START_FILES | |
112 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o | |
113 | |
114 /* The duplicate -lgcc is intentional in the definition of LIB_STANDARD. | |
115 The reason is that some functions in libgcc.a call functions from libc.a, | |
116 and some libc.a functions need functions from libgcc.a. Since most | |
117 versions of ld are one-pass linkers, we need to mention -lgcc twice, | |
118 or else we risk getting unresolved externals. */ | |
119 #undef LIB_STANDARD | |
120 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o | |
121 | |
73537
d2f1d227576d
* m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
68651
diff
changeset
|
122 #elif defined(__OpenBSD__) |
d2f1d227576d
* m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
68651
diff
changeset
|
123 |
d2f1d227576d
* m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
68651
diff
changeset
|
124 #undef START_FILES |
d2f1d227576d
* m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
68651
diff
changeset
|
125 #define START_FILES pre-crt0.o /usr/lib/crt0.o /usr/lib/crtbegin.o |
d2f1d227576d
* m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
68651
diff
changeset
|
126 #undef LIB_STANDARD |
d2f1d227576d
* m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
68651
diff
changeset
|
127 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o |
d2f1d227576d
* m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
68651
diff
changeset
|
128 |
74825 | 129 #elif defined(__NetBSD__) |
130 | |
131 /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ | |
132 | |
74490
7bb7864abd11
Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
74210
diff
changeset
|
133 #elif defined(sun) |
7bb7864abd11
Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
74210
diff
changeset
|
134 |
7bb7864abd11
Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
74210
diff
changeset
|
135 #undef START_FILES |
7bb7864abd11
Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
74210
diff
changeset
|
136 #undef LIB_STANDARD |
7bb7864abd11
Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents:
74210
diff
changeset
|
137 |
74825 | 138 #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */ |
67808 | 139 |
45667 | 140 #undef START_FILES |
74210
8e22ff91ccfa
Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents:
73537
diff
changeset
|
141 #ifdef HAVE_X86_64_LIB64_DIR |
45667 | 142 #define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o |
74210
8e22ff91ccfa
Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents:
73537
diff
changeset
|
143 #else |
8e22ff91ccfa
Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents:
73537
diff
changeset
|
144 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o |
8e22ff91ccfa
Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents:
73537
diff
changeset
|
145 #endif |
45667 | 146 |
67808 | 147 /* The duplicate -lgcc is intentional in the definition of LIB_STANDARD. |
148 The reason is that some functions in libgcc.a call functions from libc.a, | |
149 and some libc.a functions need functions from libgcc.a. Since most | |
150 versions of ld are one-pass linkers, we need to mention -lgcc twice, | |
151 or else we risk getting unresolved externals. */ | |
45667 | 152 #undef LIB_STANDARD |
74210
8e22ff91ccfa
Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents:
73537
diff
changeset
|
153 #ifdef HAVE_X86_64_LIB64_DIR |
45667 | 154 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o |
74210
8e22ff91ccfa
Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents:
73537
diff
changeset
|
155 #else |
8e22ff91ccfa
Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents:
73537
diff
changeset
|
156 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o |
8e22ff91ccfa
Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents:
73537
diff
changeset
|
157 #endif |
52401 | 158 |
67808 | 159 #endif /* __FreeBSD__ */ |
160 | |
52401 | 161 /* arch-tag: 8a5e001d-e12e-4692-a3a6-0b15ba271c6e |
162 (do not change this comment) */ |