comparison gcc/config/sh/linux.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 SH running Linux-based GNU systems using ELF 1 /* Definitions for SH running Linux-based GNU systems using ELF
2 Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007 2 Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2010
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp> 4 Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
54 #undef SUBTARGET_LINK_SPEC 54 #undef SUBTARGET_LINK_SPEC
55 #define SUBTARGET_LINK_SPEC \ 55 #define SUBTARGET_LINK_SPEC \
56 "%{shared:-shared} \ 56 "%{shared:-shared} \
57 %{!static: \ 57 %{!static: \
58 %{rdynamic:-export-dynamic} \ 58 %{rdynamic:-export-dynamic} \
59 %{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER "}} \ 59 -dynamic-linker " LINUX_DYNAMIC_LINKER "} \
60 %{static:-static}" 60 %{static:-static}"
61 61
62 /* Output assembler code to STREAM to call the profiler. */ 62 /* Output assembler code to STREAM to call the profiler. */
63 63
64 #undef FUNCTION_PROFILER 64 #undef FUNCTION_PROFILER