annotate src/m/amdx86-64.h @ 67808:063e68f9e91f

FreeBSD and m/amdx86-64.h
author Karl Berry <karl@gnu.org>
date Sun, 25 Dec 2005 19:29:28 +0000
parents 11814686b09f
children 3bd95f4f2941 7beb78bc1f8e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
1 /* machine description file for AMD x86-64.
64767
11814686b09f Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 64083
diff changeset
2 Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
3
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
4 This file is part of GNU Emacs.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
5
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
6 GNU Emacs is free software; you can redistribute it and/or modify
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
7 it under the terms of the GNU General Public License as published by
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
8 the Free Software Foundation; either version 2, or (at your option)
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
9 any later version.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
10
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
11 GNU Emacs is distributed in the hope that it will be useful,
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
14 GNU General Public License for more details.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
15
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
17 along with GNU Emacs; see the file COPYING. If not, write to
64083
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 53092
diff changeset
18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 53092
diff changeset
19 Boston, MA 02110-1301, USA. */
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
20
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
21
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 45667
diff changeset
22 /* The following line tells the configuration script what sort of
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
23 operating system this machine is likely to run.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
24 USUAL-OPSYS="linux" */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
25
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
26 #define BITS_PER_LONG 64
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
27 #define BITS_PER_EMACS_INT 64
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
28
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
29 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
30 is the most significant byte. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
31
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
32 #undef WORDS_BIG_ENDIAN
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
33
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
34 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
35 * group of arguments and treat it as an array of the arguments. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
36
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
37 #define NO_ARG_ARRAY
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
38
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
39 /* Define WORD_MACHINE if addresses and such have
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
40 * to be corrected before they can be used as byte counts. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
41
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
42 /* #define WORD_MACHINE */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
43
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
44 /* Now define a symbol for the cpu type, if your compiler
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
45 does not define it automatically:
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
46 Ones defined so far include vax, m68000, ns16000, pyramid,
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
47 orion, tahoe, APOLLO and many others */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
48 /* __x86_64 defined automatically. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
49
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
50 /* Use type int rather than a union, to represent Lisp_Object */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
51 /* This is desirable for most machines. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
52
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
53 #define NO_UNION_TYPE
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
54
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
55 /* Define the type to use. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
56 #define EMACS_INT long
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
57 #define EMACS_UINT unsigned long
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
58 #define SPECIAL_EMACS_INT
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
59
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
60 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
61 the 24-bit bit field into an int. In other words, if bit fields
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
62 are always unsigned.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
63
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
64 If you use NO_UNION_TYPE, this flag does not matter. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
65
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
66 #define EXPLICIT_SIGN_EXTEND
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
67
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
68 /* Data type of load average, as read out of kmem. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
69
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
70 #define LOAD_AVE_TYPE long
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
71
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
72 /* Convert that into an integer that is 100 for a load average of 1.0 */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
73
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
74 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
75
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
76 /* Define CANNOT_DUMP on machines where unexec does not work.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
77 Then the function dump-emacs will not be defined
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
78 and temacs will do (load "loadup") automatically unless told otherwise. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
79
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
80 /* #define CANNOT_DUMP */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
81
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
82 /* Define VIRT_ADDR_VARIES if the virtual addresses of
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
83 pure and impure space as loaded can vary, and even their
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
84 relative order cannot be relied on.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
85
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
86 Otherwise Emacs assumes that text space precedes data space,
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
87 numerically. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
88
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
89 /* #define VIRT_ADDR_VARIES */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
90
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
91 /* Define NO_REMAP if memory segmentation makes it not work well
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
92 to change the boundary between the text section and data section
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
93 when Emacs is dumped. If you define this, the preloaded Lisp
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
94 code will not be sharable; but that's better than failing completely. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
95
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
96 /* #define NO_REMAP */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
97
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
98 #define PNTR_COMPARISON_TYPE unsigned long
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
99
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
100 /* 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
101 #undef DATA_SEG_BITS
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
102
67808
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
103 #ifdef __FreeBSD__
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
104
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
105 /* The libraries for binaries native to the build host's architecture are
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
106 installed under /usr/lib in FreeBSD, and the ones that need special paths
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
107 are 32-bit compatibility libraries (installed under /usr/lib32). To build
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
108 a native binary of Emacs on FreeBSD/amd64 we can just point to /usr/lib. */
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
109
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
110 #undef START_FILES
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
111 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
112
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
113 /* The duplicate -lgcc is intentional in the definition of LIB_STANDARD.
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
114 The reason is that some functions in libgcc.a call functions from libc.a,
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
115 and some libc.a functions need functions from libgcc.a. Since most
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
116 versions of ld are one-pass linkers, we need to mention -lgcc twice,
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
117 or else we risk getting unresolved externals. */
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
118 #undef LIB_STANDARD
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
119 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
120
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
121 #else /* !__FreeBSD__ */
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
122
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
123 #undef START_FILES
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
124 #define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
125
67808
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
126 /* The duplicate -lgcc is intentional in the definition of LIB_STANDARD.
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
127 The reason is that some functions in libgcc.a call functions from libc.a,
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
128 and some libc.a functions need functions from libgcc.a. Since most
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
129 versions of ld are one-pass linkers, we need to mention -lgcc twice,
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
130 or else we risk getting unresolved externals. */
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
131 #undef LIB_STANDARD
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
132 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51773
diff changeset
133
67808
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
134 #endif /* __FreeBSD__ */
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
135
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51773
diff changeset
136 /* arch-tag: 8a5e001d-e12e-4692-a3a6-0b15ba271c6e
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51773
diff changeset
137 (do not change this comment) */