comparison gcc/config/ia64/freebsd.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Definitions for Intel IA-64 running FreeBSD using the ELF format 1 /* Definitions for Intel IA-64 running FreeBSD using the ELF format
2 Copyright (C) 2001, 2004, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2001, 2004, 2007, 2010 Free Software Foundation, Inc.
3 Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi. 3 Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
21 #undef SUBTARGET_EXTRA_SPECS 21 #undef SUBTARGET_EXTRA_SPECS
22 #define SUBTARGET_EXTRA_SPECS \ 22 #define SUBTARGET_EXTRA_SPECS \
23 { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER } 23 { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER }
24 24
25 #define LINK_SPEC " \ 25 #define LINK_SPEC " \
26 %{p:%nconsider using `-pg' instead of `-p' with gprof(1)} \ 26 %{p:%nconsider using '-pg' instead of '-p' with gprof(1)} \
27 %{assert*} %{R*} %{rpath*} %{defsym*} \ 27 %{assert*} %{R*} %{rpath*} %{defsym*} \
28 %{shared:-Bshareable %{h*} %{soname*}} \ 28 %{shared:-Bshareable %{h*} %{soname*}} \
29 %{symbolic:-Bsymbolic} \ 29 %{symbolic:-Bsymbolic} \
30 %{!shared: \ 30 %{!shared: \
31 %{!static: \ 31 %{!static: \
32 %{rdynamic:-export-dynamic} \ 32 %{rdynamic:-export-dynamic} \
33 %{!dynamic-linker:-dynamic-linker %(fbsd_dynamic_linker) }} \ 33 -dynamic-linker %(fbsd_dynamic_linker) } \
34 %{static:-Bstatic}}" 34 %{static:-Bstatic}}"
35 35
36 36
37 /************************[ Target stuff ]***********************************/ 37 /************************[ Target stuff ]***********************************/
38 38