comparison gcc/config/vax/netbsd-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 of target machine for GNU compiler, 1 /* Definitions of target machine for GNU compiler,
2 for NetBSD/vax ELF systems. 2 for NetBSD/vax ELF systems.
3 Copyright (C) 2002, 2007, 2009 Free Software Foundation, Inc. 3 Copyright (C) 2002, 2007, 2009, 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 7 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
50 "%{assert*} %{R*} %{rpath*} \ 50 "%{assert*} %{R*} %{rpath*} \
51 %{shared:%ethe -shared option is not currently supported for VAX ELF} \ 51 %{shared:%ethe -shared option is not currently supported for VAX ELF} \
52 %{!shared: \ 52 %{!shared: \
53 -dc -dp \ 53 -dc -dp \
54 %{!nostdlib: \ 54 %{!nostdlib: \
55 %{!r*: \ 55 %{!r: \
56 %{!e*:-e %(netbsd_entry_point)}}} \ 56 %{!e*:-e %(netbsd_entry_point)}}} \
57 %{!static:-static} \ 57 %{!static:-static} \
58 %{static:-static}}" 58 %{static:-static}}"
59 #else 59 #else
60 #define LINK_SPEC NETBSD_LINK_SPEC_ELF 60 #define LINK_SPEC NETBSD_LINK_SPEC_ELF