comparison gcc/config/ia64/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 /* Definitions for ia64-linux target. 1 /* Definitions for ia64-linux target.
2 2
3 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 3 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006,
4 2009 Free Software Foundation, Inc. 4 2009, 2010 Free Software Foundation, Inc.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free 9 the terms of the GNU General Public License as published by the Free
67 #define LINK_SPEC "\ 67 #define LINK_SPEC "\
68 %{shared:-shared} \ 68 %{shared:-shared} \
69 %{!shared: \ 69 %{!shared: \
70 %{!static: \ 70 %{!static: \
71 %{rdynamic:-export-dynamic} \ 71 %{rdynamic:-export-dynamic} \
72 %{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER "}} \ 72 -dynamic-linker " LINUX_DYNAMIC_LINKER "} \
73 %{static:-static}}" 73 %{static:-static}}"
74 74
75 #define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}" 75 #define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
76 76
77 #define JMP_BUF_SIZE 76 77 #define JMP_BUF_SIZE 76