comparison gcc/config/i386/sol2.h @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
18:33936f7f2835 19:58ad6c70ea60
1 /* Target definitions for GCC for Intel 80386 running Solaris 2 1 /* Target definitions for GCC for Intel 80386 running Solaris 2
2 Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3 2004, 2007, 2008 Free Software Foundation, Inc. 3 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
4 Contributed by Fred Fish (fnf@cygnus.com). 4 Contributed by Fred Fish (fnf@cygnus.com).
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 8 GCC is free software; you can redistribute it and/or modify
110 while (0) 110 while (0)
111 111
112 /* We do not need NT_VERSION notes. */ 112 /* We do not need NT_VERSION notes. */
113 #undef X86_FILE_START_VERSION_DIRECTIVE 113 #undef X86_FILE_START_VERSION_DIRECTIVE
114 #define X86_FILE_START_VERSION_DIRECTIVE false 114 #define X86_FILE_START_VERSION_DIRECTIVE false
115
116 /* Only recent versions of Solaris 11 ld properly support hidden .gnu.linkonce
117 sections, so don't use them. */
118 #ifndef TARGET_GNU_LD
119 #define USE_HIDDEN_LINKONCE 0
120 #endif