comparison gcc/config/pa/pa-linux.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 PA_RISC with ELF format 1 /* Definitions for PA_RISC with ELF format
2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
3 2011
3 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
4 5
5 This file is part of GCC. 6 This file is part of GCC.
6 7
7 GCC is free software; you can redistribute it and/or modify 8 GCC is free software; you can redistribute it and/or modify
31 #undef CPP_SPEC 32 #undef CPP_SPEC
32 #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}" 33 #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"
33 34
34 #undef ASM_SPEC 35 #undef ASM_SPEC
35 #define ASM_SPEC \ 36 #define ASM_SPEC \
36 "%{v:-V} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}" 37 ""
37 38
38 /* Define this for shared library support because it isn't in the main 39 /* Define this for shared library support because it isn't in the main
39 linux.h file. */ 40 linux.h file. */
40 41
41 #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" 42 #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
44 #define LINK_SPEC "\ 45 #define LINK_SPEC "\
45 %{shared:-shared} \ 46 %{shared:-shared} \
46 %{!shared: \ 47 %{!shared: \
47 %{!static: \ 48 %{!static: \
48 %{rdynamic:-export-dynamic} \ 49 %{rdynamic:-export-dynamic} \
49 %{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER "}} \ 50 -dynamic-linker " LINUX_DYNAMIC_LINKER "} \
50 %{static:-static}}" 51 %{static:-static}}"
51 52
52 /* glibc's profiling functions don't need gcc to allocate counters. */ 53 /* glibc's profiling functions don't need gcc to allocate counters. */
53 #define NO_DEFERRED_PROFILE_COUNTERS 1 54 #define NO_DEFERRED_PROFILE_COUNTERS 1
54 55