comparison gcc/config/arm/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 StrongARM running FreeBSD using the ELF format 1 /* Definitions for StrongARM 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 it 7 GCC is free software; you can redistribute it and/or modify it
26 #undef SUBTARGET_CPP_SPEC 26 #undef SUBTARGET_CPP_SPEC
27 #define SUBTARGET_CPP_SPEC FBSD_CPP_SPEC 27 #define SUBTARGET_CPP_SPEC FBSD_CPP_SPEC
28 28
29 #undef LINK_SPEC 29 #undef LINK_SPEC
30 #define LINK_SPEC " \ 30 #define LINK_SPEC " \
31 %{p:%nconsider using `-pg' instead of `-p' with gprof(1) } \ 31 %{p:%nconsider using '-pg' instead of '-p' with gprof(1)} \
32 %{v:-V} \ 32 %{v:-V} \
33 %{assert*} %{R*} %{rpath*} %{defsym*} \ 33 %{assert*} %{R*} %{rpath*} %{defsym*} \
34 %{shared:-Bshareable %{h*} %{soname*}} \ 34 %{shared:-Bshareable %{h*} %{soname*}} \
35 %{!shared: \ 35 %{!shared: \
36 %{!static: \ 36 %{!static: \
37 %{rdynamic:-export-dynamic} \ 37 %{rdynamic:-export-dynamic} \
38 %{!dynamic-linker:-dynamic-linker %(fbsd_dynamic_linker) }} \ 38 -dynamic-linker %(fbsd_dynamic_linker) } \
39 %{static:-Bstatic}} \ 39 %{static:-Bstatic}} \
40 %{symbolic:-Bsymbolic}" 40 %{symbolic:-Bsymbolic}"
41 41
42 42
43 /************************[ Target stuff ]***********************************/ 43 /************************[ Target stuff ]***********************************/