comparison gcc/config/m68k/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 m68k (including m68010) NetBSD platforms using the 2 for m68k (including m68010) NetBSD platforms using the
3 ELF object format. 3 ELF object format.
4 Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. 4 Copyright (C) 2002, 2003, 2004, 2006, 2007, 2009, 2010
5 Free Software Foundation, Inc.
5 Contributed by Wasabi Systems. Inc. 6 Contributed by Wasabi Systems. Inc.
6 7
7 This file is derived from <m68k/m68kv4.h>, <m68k/m68kelf.h>, 8 This file is derived from <m68k/m68kv4.h>, <m68k/m68kelf.h>,
8 and <m68k/linux.h>. 9 and <m68k/linux.h>.
9 10
70 /* Provide an ASM_SPEC appropriate for NetBSD m68k ELF targets. We need 71 /* Provide an ASM_SPEC appropriate for NetBSD m68k ELF targets. We need
71 to pass PIC code generation options. */ 72 to pass PIC code generation options. */
72 73
73 #undef ASM_SPEC 74 #undef ASM_SPEC
74 #define ASM_SPEC "%(asm_cpu_spec) %{fpic|fpie:-k} %{fPIC|fPIE:-k -K}" 75 #define ASM_SPEC "%(asm_cpu_spec) %{fpic|fpie:-k} %{fPIC|fPIE:-k -K}"
75
76 #define AS_NEEDS_DASH_FOR_PIPED_INPUT
77 76
78 /* Provide a LINK_SPEC appropriate for a NetBSD/m68k ELF target. */ 77 /* Provide a LINK_SPEC appropriate for a NetBSD/m68k ELF target. */
79 78
80 #undef LINK_SPEC 79 #undef LINK_SPEC
81 #define LINK_SPEC NETBSD_LINK_SPEC_ELF 80 #define LINK_SPEC NETBSD_LINK_SPEC_ELF