OSDN Git Service

* config/pa/pa-linux.h (CPLUSPLUS_CPP_SPEC): Undefine.
[pf3gnuchains/gcc-fork.git] / gcc / config / pa / pa-linux.h
1 /* Definitions for PA_RISC with ELF format
2    Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
3
4 This file is part of GNU CC.
5
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING.  If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.  */
20
21 /* Use DWARF2 debugging info and unwind.  */
22 #undef PREFERRED_DEBUGGING_TYPE
23 #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
24 #define DWARF2_ASM_LINE_DEBUG_INFO 1
25 #define DWARF2_UNWIND_INFO 1
26
27 #undef CPP_PREDEFINES
28 #define CPP_PREDEFINES "-D__ELF__ -Dunix -D__hppa__ -Dlinux -Asystem=unix -Asystem=posix -Acpu=hppa -Amachine=hppa -Amachine=bigendian"
29
30 #undef CPLUSPLUS_CPP_SPEC
31
32 #undef  LIB_SPEC
33 #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
34
35 #undef ASM_SPEC
36 #define ASM_SPEC \
37   "%{v:-V} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"
38
39 /* Define this for shared library support because it isn't in the main
40    linux.h file.  */
41
42 #undef LINK_SPEC
43 #define LINK_SPEC "\
44   %{shared:-shared} \
45   %{!shared: \
46     %{!static: \
47       %{rdynamic:-export-dynamic} \
48       %{!dynamic-linker:-dynamic-linker /lib/ld.so.1}} \
49       %{static:-static}}"
50
51 /* Sibcalls, stubs, and elf sections don't play well.  */
52 #undef FUNCTION_OK_FOR_SIBCALL
53 #define FUNCTION_OK_FOR_SIBCALL(x) 0
54
55 /* glibc's profiling functions don't need gcc to allocate counters.  */
56 #define NO_PROFILE_COUNTERS 1
57
58 /* Put plabels into the data section so we can relocate them.  */
59 #undef SELECT_RTX_SECTION
60 #define SELECT_RTX_SECTION(MODE,RTX)    \
61   if (flag_pic && function_label_operand (RTX, MODE))   \
62     data_section ();                                    \
63   else                                                  \
64     readonly_data_section ();
65
66 /* A C expression whose value is RTL representing the location of the
67    incoming return address at the beginning of any function, before the
68    prologue.  */
69 #define INCOMING_RETURN_ADDR_RTX  (gen_rtx_REG (word_mode, 2))
70 #define DWARF_FRAME_RETURN_COLUMN (DWARF_FRAME_REGNUM (2))
71
72 /* Define the strings used for the special svr4 .type and .size directives.
73    These strings generally do not vary from one system running svr4 to
74    another, but if a given system (e.g. m88k running svr) needs to use
75    different pseudo-op names for these, they may be overridden in the
76    file which includes this one.  */
77
78 #undef STRING_ASM_OP
79 #define STRING_ASM_OP   ".stringz"
80
81 #define TEXT_SECTION_ASM_OP "\t.text"
82 #define DATA_SECTION_ASM_OP "\t.data"
83 #define BSS_SECTION_ASM_OP "\t.section\t.bss"
84
85 /* Output at beginning of assembler file.  We override the definition
86    from <linux.h> so that we can get the proper .LEVEL directive. */
87 #undef ASM_FILE_START
88 #define ASM_FILE_START(FILE) \
89   do                                                            \
90     {                                                           \
91       if (write_symbols != NO_DEBUG)                            \
92         {                                                       \
93           output_file_directive (FILE, main_input_filename);    \
94           fputs ("\t.version\t\"01.01\"\n", FILE);              \
95         }                                                       \
96       if (TARGET_64BIT)                                         \
97         fputs("\t.LEVEL 2.0w\n", FILE);                         \
98       else if (TARGET_PA_20)                                    \
99         fputs("\t.LEVEL 2.0\n", FILE);                          \
100       else if (TARGET_PA_11)                                    \
101         fputs("\t.LEVEL 1.1\n", FILE);                          \
102       else                                                      \
103         fputs("\t.LEVEL 1.0\n", FILE);                          \
104       if (profile_flag)                                         \
105         fputs ("\t.IMPORT _mcount, CODE\n", FILE);              \
106     }                                                           \
107    while (0)
108
109 /* Output a definition */
110 #define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \
111   do                                                            \
112     {                                                           \
113       fprintf ((FILE), "\t%s\t", SET_ASM_OP);                   \
114       assemble_name (FILE, LABEL1);                             \
115       fprintf (FILE, ",");                                      \
116       assemble_name (FILE, LABEL2);                             \
117       fprintf (FILE, "\n");                                     \
118     }                                                           \
119   while (0)
120
121 /* Define these to generate the Linux/ELF/SysV style of internal
122    labels all the time - i.e. to be compatible with
123    ASM_GENERATE_INTERNAL_LABEL in <elfos.h>.  Compare these with the
124    ones in pa.h and note the lack of dollar signs in these.  FIXME:
125    shouldn't we fix pa.h to use ASM_GENERATE_INTERNAL_LABEL instead? */
126
127 #undef ASM_OUTPUT_ADDR_VEC_ELT
128 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
129   if (TARGET_BIG_SWITCH)                                        \
130     fprintf (FILE, "\tstw %%r1,-16(%%r30)\n\tldil LR'.L%d,%%r1\n\tbe RR'.L%d(%%sr4,%%r1)\n\tldw -16(%%r30),%%r1\n", VALUE, VALUE);              \
131   else                                                          \
132     fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
133
134 #undef ASM_OUTPUT_ADDR_DIFF_ELT
135 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
136   if (TARGET_BIG_SWITCH)                                        \
137     fprintf (FILE, "\tstw %%r1,-16(%%r30)\n\tldw T'.L%d(%%r19),%%r1\n\tbv %%r0(%%r1)\n\tldw -16(%%r30),%%r1\n", VALUE);                         \
138   else                                                          \
139     fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
140
141 /* This is how to output the definition of a user-level label named NAME,
142    such as the label on a static function or variable NAME.  */
143
144 #undef ASM_OUTPUT_LABEL
145 #define ASM_OUTPUT_LABEL(FILE, NAME) \
146   do                                                            \
147     {                                                           \
148       assemble_name (FILE, NAME);                               \
149       fputs (":\n", FILE);                                      \
150     }                                                           \
151   while (0)
152
153 /* NOTE: ASM_OUTPUT_INTERNAL_LABEL() is defined for us by elfos.h, and
154    does what we want (i.e. uses colons).  It must be compatible with
155    ASM_GENERATE_INTERNAL_LABEL(), so do not define it here.  */
156
157 #undef ASM_GLOBALIZE_LABEL
158 #define ASM_GLOBALIZE_LABEL(FILE, NAME) \
159   (fputs (".globl ", FILE), assemble_name (FILE, NAME), fputs ("\n", FILE))
160
161 /* FIXME: Hacked from the <elfos.h> one so that we avoid multiple
162    labels in a function declaration (since pa.c seems determined to do
163    it differently)  */
164
165 #undef ASM_DECLARE_FUNCTION_NAME
166 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL)             \
167   do                                                            \
168     {                                                           \
169       fprintf (FILE, "\t%s\t ", TYPE_ASM_OP);                   \
170       assemble_name (FILE, NAME);                               \
171       putc (',', FILE);                                         \
172       fprintf (FILE, TYPE_OPERAND_FMT, "function");             \
173       putc ('\n', FILE);                                        \
174       ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL));            \
175     }                                                           \
176   while (0)
177
178 /* Linux always uses gas.  */
179 #undef TARGET_GAS
180 #define TARGET_GAS 1