comparison gcc/config/i386/nwld.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 855418dad1a3
children
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* nwld.h -- defines to be used when targeting GCC for some generic NetWare 1 /* nwld.h -- defines to be used when targeting GCC for some generic NetWare
2 system while using the Novell linker. 2 system while using the Novell linker.
3 Copyright (C) 2004, 2007 Free Software Foundation, Inc. 3 Copyright (C) 2004, 2007, 2010, 2011 Free Software Foundation, Inc.
4 4
5 Written by Jan Beulich (jbeulich@novell.com) 5 Written by Jan Beulich (jbeulich@novell.com)
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
29 #undef LINKER_NAME 29 #undef LINKER_NAME
30 #define LINKER_NAME "nwld" 30 #define LINKER_NAME "nwld"
31 31
32 #undef LINK_SPEC 32 #undef LINK_SPEC
33 #define LINK_SPEC "--format:NLM --extensions:GNU" \ 33 #define LINK_SPEC "--format:NLM --extensions:GNU" \
34 " %{static:%{!nostdlib:%{!nodefaultlib:%eStatic linking is not supported.\n}}}" 34 " %{static:%{!nostdlib:%{!nodefaultlibs:%estatic linking is not supported\n}}}"
35 35
36 #undef LINK_GCC_C_SEQUENCE_SPEC 36 #undef LINK_GCC_C_SEQUENCE_SPEC
37 #define LINK_GCC_C_SEQUENCE_SPEC "%L %G" 37 #define LINK_GCC_C_SEQUENCE_SPEC "%L %G"
38 38
39 /* In order to permit the linker to derive the output filename from the first 39 /* In order to permit the linker to derive the output filename from the first