annotate src/m/amdx86-64.h @ 94938:5752d7154afc

Throughout the file, delete all USE_FONT_BACKEND conditionals. Don't check enable_font_backend. Delete all codes used only when USE_FONT_BACKEND is not defined. Use FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx. (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth) (Qp): Extern them. (clear_font_table, load_face_font, xlfd_lookup_field_contents): Deleted. (struct font_name): Deleted. (xlfd_numeric_value, xlfd_symbolic_value): Deleted. (compare_fonts_by_sort_order): New function. (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight) (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth): Deleted. (Fx_family_fonts): Use font_list_entities, and sort fonts by compare_fonts_by_sort_order. (Fx_font_family_list): Call Ffont_family_list. (face_numeric_value, face_numeric_weight, face_numeric_slant) (face_numeric_swidth, face_symbolic_value, face_symbolic_weight) (face_symbolic_slant, face_symbolic_swidth) (split_font_name_into_vector, build_font_name_from_vector) (xlfd_fixed_p, xlfd_point_size, pixel_point_size) (font_rescale_ratio, split_font_name, build_font_name) (free_font_names, sort_fonts, x_face_list_fonts) (face_font_available_p, sorted_font_list, cmp_font_names) (font_list_1, concat_font_list, font_list, remove_duplicates): Deleted. (Fx_list_fonts): Use Ffont_list. (LFACE_AVGWIDTH): Deleted. (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT by FONTP. (lface_fully_specified_p): Don't check LFACE_AVGWIDTH. (set_lface_from_font_name): Delete it. (set_lface_from_font): Renamed from set_lface_from_font_and_fontset. Caller changed. Don't set LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable for face. (merge_face_vectors): Copy font-spec if necessary. Clear properties of the font-spec if necessary. (merge_face_ref): Clear properties of the font-spec if necessary. (Finternal_set_lisp_face_attribute): Likewise. (set_font_frame_param): Use font_load_for_lface to load a font-object, and call Fmodify_frame_parameters with it. (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD font name by Ffont_xlfd_name. (Finternal_lisp_face_attribute_values): Don't check QCweight, QCslant, and QCwidth. (Fface_font): Get a font name from font->props[FONT_NAME_INDEX]. (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH. Compare fonts by EQ. (lookup_non_ascii_face): Deleted. (face_for_font): The 2nd argument changed. (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH. Check atomic font properties by case insensitive. (realize_non_ascii_face): Set face->overstrike correctly. (realize_x_face): Likewise. Check if LFACE_FONT is a font_object. (dump_realized_face): Get font name from font->props[FONT_NAME_INDEX]. Don't print font_info_id.
author Kenichi Handa <handa@m17n.org>
date Wed, 14 May 2008 01:41:52 +0000
parents 7e5b32f86a4c
children e1043d6b0d2b
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.
79755
f27b84de02cf Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78499
diff changeset
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
f27b84de02cf Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78499
diff changeset
3 Free Software Foundation, Inc.
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
4
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
5 This file is part of GNU Emacs.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
6
94714
7e5b32f86a4c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 87809
diff changeset
7 GNU Emacs is free software: you can redistribute it and/or modify
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
8 it under the terms of the GNU General Public License as published by
94714
7e5b32f86a4c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 87809
diff changeset
9 the Free Software Foundation, either version 3 of the License, or
7e5b32f86a4c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 87809
diff changeset
10 (at your option) any later version.
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
11
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
12 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
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
15 GNU General Public License for more details.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
16
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
94714
7e5b32f86a4c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 87809
diff changeset
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
19
82846
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
20 #ifdef i386
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
21 /* Although we're running on an amd64 kernel, we're actually compiling for
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
22 the x86 architecture. The user should probably have provided an
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
23 explicit --build to `configure', but if everything else than the kernel
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
24 is running in i386 mode, then the bug is really ours: we should have
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
25 guessed better. */
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
26 #include "m/intel386.h"
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
27 #else
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
28
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 45667
diff changeset
29 /* 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
30 operating system this machine is likely to run.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
31 USUAL-OPSYS="linux" */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
32
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
33 #define BITS_PER_LONG 64
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
34 #define BITS_PER_EMACS_INT 64
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
35
78499
49b363c28dce Replace `iff' in comments.
Glenn Morris <rgm@gnu.org>
parents: 78258
diff changeset
36 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
37 is the most significant byte. */
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 #undef WORDS_BIG_ENDIAN
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
40
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
41 /* 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
42 * 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
43
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
44 #define NO_ARG_ARRAY
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
45
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
46 /* Define WORD_MACHINE if addresses and such have
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
47 * 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
48
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
49 /* #define WORD_MACHINE */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
50
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
51 /* 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
52 does not define it automatically:
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
53 Ones defined so far include vax, m68000, ns16000, pyramid,
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
54 orion, tahoe, APOLLO and many others */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
55 /* __x86_64 defined automatically. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
56
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
57 /* 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
58 /* This is desirable for most machines. */
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 NO_UNION_TYPE
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
61
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
62 /* Define the type to use. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
63 #define EMACS_INT long
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
64 #define EMACS_UINT unsigned long
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
65 #define SPECIAL_EMACS_INT
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
66
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
67 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
68 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
69 are always unsigned.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
70
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
71 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
72
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
73 #define EXPLICIT_SIGN_EXTEND
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
74
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
75 /* Data type of load average, as read out of kmem. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
76
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
77 #define LOAD_AVE_TYPE long
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
78
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
79 /* 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
80
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
81 #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
82
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
83 /* Define CANNOT_DUMP on machines where unexec does not work.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
84 Then the function dump-emacs will not be defined
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
85 and temacs will do (load "loadup") automatically unless told otherwise. */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
86
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
87 /* #define CANNOT_DUMP */
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 if the virtual addresses of
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
90 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
91 relative order cannot be relied on.
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
92
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
93 Otherwise Emacs assumes that text space precedes data space,
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
94 numerically. */
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 VIRT_ADDR_VARIES */
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 NO_REMAP if memory segmentation makes it not work well
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
99 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
100 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
101 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
102
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
103 /* #define NO_REMAP */
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
104
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
105 #define PNTR_COMPARISON_TYPE unsigned long
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
106
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
107 /* 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
108 #undef DATA_SEG_BITS
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
109
67808
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
110 #ifdef __FreeBSD__
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
111
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
112 /* 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
113 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
114 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
115 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
116
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
117 #undef START_FILES
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
118 #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
119
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
120 /* 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
121 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
122 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
123 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
124 or else we risk getting unresolved externals. */
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
125 #undef LIB_STANDARD
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
126 #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
127
73537
d2f1d227576d * m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 68651
diff changeset
128 #elif defined(__OpenBSD__)
d2f1d227576d * m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 68651
diff changeset
129
d2f1d227576d * m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 68651
diff changeset
130 #undef START_FILES
d2f1d227576d * m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 68651
diff changeset
131 #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
132 #undef LIB_STANDARD
d2f1d227576d * m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 68651
diff changeset
133 #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
134
74825
bdb161691a87 Add support for NetBSD.
Eli Zaretskii <eliz@gnu.org>
parents: 74490
diff changeset
135 #elif defined(__NetBSD__)
bdb161691a87 Add support for NetBSD.
Eli Zaretskii <eliz@gnu.org>
parents: 74490
diff changeset
136
bdb161691a87 Add support for NetBSD.
Eli Zaretskii <eliz@gnu.org>
parents: 74490
diff changeset
137 /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */
bdb161691a87 Add support for NetBSD.
Eli Zaretskii <eliz@gnu.org>
parents: 74490
diff changeset
138
74490
7bb7864abd11 Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 74210
diff changeset
139 #elif defined(sun)
7bb7864abd11 Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 74210
diff changeset
140
7bb7864abd11 Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 74210
diff changeset
141 #undef START_FILES
7bb7864abd11 Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 74210
diff changeset
142 #undef LIB_STANDARD
7bb7864abd11 Add support for Solaris 10 on x86-64.
Chong Yidong <cyd@stupidchicken.com>
parents: 74210
diff changeset
143
74825
bdb161691a87 Add support for NetBSD.
Eli Zaretskii <eliz@gnu.org>
parents: 74490
diff changeset
144 #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */
67808
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
145
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
146 #undef START_FILES
87809
a183f87087f5 (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
Andreas Schwab <schwab@suse.de>
parents: 87649
diff changeset
147 #ifdef HAVE_LIB64_DIR
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
148 #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
149 #else
8e22ff91ccfa Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents: 73537
diff changeset
150 #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
151 #endif
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
152
67808
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
153 /* 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
154 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
155 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
156 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
157 or else we risk getting unresolved externals. */
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
158 #undef LIB_STANDARD
87809
a183f87087f5 (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
Andreas Schwab <schwab@suse.de>
parents: 87649
diff changeset
159 #ifdef HAVE_LIB64_DIR
45667
16708fb2d951 Add Support for x86-64.
Andreas Schwab <schwab@suse.de>
parents:
diff changeset
160 #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
161 #else
8e22ff91ccfa Look for standard libs in /usr/lib64 only if that directory exists.
Chong Yidong <cyd@stupidchicken.com>
parents: 73537
diff changeset
162 #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
163 #endif
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51773
diff changeset
164
67808
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
165 #endif /* __FreeBSD__ */
82846
6aa3ccf8fedc Redirect to intel386.h if compiling for i386.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78499
diff changeset
166 #endif /* !i386 */
67808
063e68f9e91f FreeBSD and m/amdx86-64.h
Karl Berry <karl@gnu.org>
parents: 64767
diff changeset
167
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51773
diff changeset
168 /* arch-tag: 8a5e001d-e12e-4692-a3a6-0b15ba271c6e
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51773
diff changeset
169 (do not change this comment) */