comparison gcc/config/bfin/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 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Copyright (C) 2007, 2008 Free Software Foundation, Inc. 1 /* Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
2 2
3 This file is part of GCC. 3 This file is part of GCC.
4 4
5 GCC is free software; you can redistribute it and/or modify it under 5 GCC is free software; you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free 6 the terms of the GNU General Public License as published by the Free
43 %{mfdpic: -m elf32bfinfd -z text} %{shared} %{pie} \ 43 %{mfdpic: -m elf32bfinfd -z text} %{shared} %{pie} \
44 %{static:-dn -Bstatic} \ 44 %{static:-dn -Bstatic} \
45 %{shared:-G -Bdynamic} \ 45 %{shared:-G -Bdynamic} \
46 %{!shared: %{!static: \ 46 %{!shared: %{!static: \
47 %{rdynamic:-export-dynamic} \ 47 %{rdynamic:-export-dynamic} \
48 %{!dynamic-linker:-dynamic-linker /lib/ld-uClibc.so.0}} \ 48 -dynamic-linker /lib/ld-uClibc.so.0} \
49 %{static}} -init __init -fini __fini" 49 %{static}} -init __init -fini __fini"
50 50
51 #define MD_UNWIND_SUPPORT "config/bfin/linux-unwind.h" 51 #define MD_UNWIND_SUPPORT "config/bfin/linux-unwind.h"
52 52
53 #undef TARGET_SUPPORTS_SYNC_CALLS 53 #undef TARGET_SUPPORTS_SYNC_CALLS