Deleted Added
full compact
freebsd64.h (90076) freebsd64.h (98599)
1/* Definitions for AMD x86-64 running FreeBSD with ELF format
2 Copyright (C) 2002 Free Software Foundation, Inc.
3 Contributed by David O'Brien <obrien@FreeBSD.org>
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 5 unchanged lines hidden (view full) ---

14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU CC; see the file COPYING. If not, write to
19the Free Software Foundation, 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
21
1/* Definitions for AMD x86-64 running FreeBSD with ELF format
2 Copyright (C) 2002 Free Software Foundation, Inc.
3 Contributed by David O'Brien <obrien@FreeBSD.org>
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 5 unchanged lines hidden (view full) ---

14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU CC; see the file COPYING. If not, write to
19the Free Software Foundation, 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
21
22/* $FreeBSD: head/contrib/gcc/config/i386/freebsd64.h 98599 2002-06-21 22:54:24Z obrien $ */
22
23
24
23#undef TARGET_VERSION
24#define TARGET_VERSION fprintf (stderr, " (FreeBSD/x86-64 ELF)");
25
26/* Provide a LINK_SPEC appropriate for the FreeBSD/x86-64 ELF target.
27 This is a copy of LINK_SPEC from <i386/freebsd.h> tweaked for
28 the x86-64 target. */
29
25#undef TARGET_VERSION
26#define TARGET_VERSION fprintf (stderr, " (FreeBSD/x86-64 ELF)");
27
28/* Provide a LINK_SPEC appropriate for the FreeBSD/x86-64 ELF target.
29 This is a copy of LINK_SPEC from <i386/freebsd.h> tweaked for
30 the x86-64 target. */
31
32#undef CC1_SPEC
33#define CC1_SPEC "%(cc1_cpu) %{profile:-p} \
34 %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
35 %{maout: %{!mno-underscores: %{!munderscores: -munderscores }}}"
36
37#undef ASM_SPEC
38#define ASM_SPEC "%{v*: -v} %{maout: %{fpic:-k} %{fPIC:-k}} \
39 %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
40 %{Wa,*:%*} %{m32:--32}"
41
30#undef LINK_SPEC
31#define LINK_SPEC "\
32 %{!m32:-m elf_x86_64} \
33 %{m32:-m elf_i386} \
34 %{Wl,*:%*} \
35 %{v:-V} \
36 %{assert*} %{R*} %{rpath*} %{defsym*} \
37 %{shared:-Bshareable %{h*} %{soname*}} \
38 %{!shared: \
39 %{!static: \
40 %{rdynamic:-export-dynamic} \
41 %{!dynamic-linker:-dynamic-linker /usr/libexec/ld-elf.so.1}} \
42 %{static:-Bstatic}} \
43 %{symbolic:-Bsymbolic}"
42#undef LINK_SPEC
43#define LINK_SPEC "\
44 %{!m32:-m elf_x86_64} \
45 %{m32:-m elf_i386} \
46 %{Wl,*:%*} \
47 %{v:-V} \
48 %{assert*} %{R*} %{rpath*} %{defsym*} \
49 %{shared:-Bshareable %{h*} %{soname*}} \
50 %{!shared: \
51 %{!static: \
52 %{rdynamic:-export-dynamic} \
53 %{!dynamic-linker:-dynamic-linker /usr/libexec/ld-elf.so.1}} \
54 %{static:-Bstatic}} \
55 %{symbolic:-Bsymbolic}"