comparison gcc/config/ia64/elf.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 embedded ia64-elf target. 1 /* Definitions for embedded ia64-elf target.
2 2
3 Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 3 Copyright (C) 2000, 2001, 2002, 2003, 2010 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free 8 the terms of the GNU General Public License as published by the Free
57 #else 57 #else
58 /* Intel ild. */ 58 /* Intel ild. */
59 #define LINK_SPEC "%{!mgnu-ld:-dn -N so}" 59 #define LINK_SPEC "%{!mgnu-ld:-dn -N so}"
60 #endif 60 #endif
61 61
62 /* svr4.h links with crti.o/crtn.o, but elfos.h does not. We override elfos.h 62 /* elfos.h does not link with crti.o/crtn.o. We override elfos.h so
63 so that we can use the standard ELF Unix method. */ 63 that we can use the standard ELF Unix method. */
64 #undef ENDFILE_SPEC 64 #undef ENDFILE_SPEC
65 #define ENDFILE_SPEC "crtend.o%s crtn.o%s" 65 #define ENDFILE_SPEC "crtend.o%s crtn.o%s"
66 66
67 #undef STARTFILE_SPEC 67 #undef STARTFILE_SPEC
68 #define STARTFILE_SPEC "%{!shared: \ 68 #define STARTFILE_SPEC "%{!shared: \