]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/pa/pa64-hpux.h
Update Copyright years for files modified in 2011 and/or 2012.
[thirdparty/gcc.git] / gcc / config / pa / pa64-hpux.h
CommitLineData
562445dd 1/* Definitions of target machine for GNU compiler, for HPs running
2 HPUX using the 64bit runtime model.
71e45bc2 3 Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2010, 2011
8ee2e619 4 Free Software Foundation, Inc.
562445dd 5
5c1d8983 6This file is part of GCC.
562445dd 7
5c1d8983 8GCC is free software; you can redistribute it and/or modify
562445dd 9it under the terms of the GNU General Public License as published by
038d1e19 10the Free Software Foundation; either version 3, or (at your option)
562445dd 11any later version.
12
5c1d8983 13GCC is distributed in the hope that it will be useful,
562445dd 14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
038d1e19 19along with GCC; see the file COPYING3. If not see
20<http://www.gnu.org/licenses/>. */
562445dd 21
22/* We can debug dynamically linked executables on hpux11; we also
85eccb17 23 want dereferencing of a NULL pointer to cause a SEGV. Do not move
24 the "+Accept TypeMismatch" switch. We check for it in collect2
25 to determine which init/fini is needed. */
562445dd 26#undef LINK_SPEC
b166f502 27#if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GNU_LD)
28#define LINK_SPEC \
ae204ba4 29 "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
bf776685 30 %nwarning: consider linking with '-static' as system libraries with\n\
ae204ba4 31 %n profiling support are only provided in archive format}}}\
32 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
bf776685 33 %nwarning: consider linking with '-static' as system libraries with\n\
ae204ba4 34 %n profiling support are only provided in archive format}}}\
24e8b77b 35 %{!shared:%{!static:%{rdynamic:-E}}}\
36 %{mhp-ld:+Accept TypeMismatch -z} %{mlinker-opt:-O}\
22ae655f 37 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\
ae204ba4 38 %{static:-a archive} %{shared:%{mhp-ld:-b}%{!mhp-ld:-shared}}"
b166f502 39#else
562445dd 40#define LINK_SPEC \
ae204ba4 41 "%{!shared:%{p:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
bf776685 42 %nwarning: consider linking with '-static' as system libraries with\n\
ae204ba4 43 %n profiling support are only provided in archive format}}}\
44 %{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
bf776685 45 %nwarning: consider linking with '-static' as system libraries with\n\
ae204ba4 46 %n profiling support are only provided in archive format}}}\
24e8b77b 47 %{!shared:%{!static:%{rdynamic:-E}}}\
48 %{!mgnu-ld:+Accept TypeMismatch -z} %{mlinker-opt:-O}\
22ae655f 49 %{!shared:-u main %{!nostdlib:%{!nodefaultlibs:-u __cxa_finalize}}}\
ae204ba4 50 %{static:-a archive} %{shared:%{mgnu-ld:-shared}%{!mgnu-ld:-b}}"
b166f502 51#endif
562445dd 52
08404d9c 53/* Profiling support is only provided in libc.a. However, libprof and
54 libgprof are only available in shared form on HP-UX 11.00. We use
55 the shared form if we are using the GNU linker or an archive form
56 isn't available. We also usually need to link with libdld and it's
57 only available in shared form. */
562445dd 58#undef LIB_SPEC
ce782e06 59#if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GNU_LD)
60#define LIB_SPEC \
61 "%{!shared:\
698b676d 62 %{!p:%{!pg:%{fopenmp:%{static:-a shared} -lrt %{static:-a archive}}\
63 %{mt|pthread:-lpthread} -lc\
dfdc9106 64 %{static:%{!nolibdld:-a shared -ldld -a archive -lc}\
65 %{!mt:%{!pthread:-a shared -lc -a archive}}}}}\
ce782e06 66 %{p:%{!pg:%{static:%{!mhp-ld:-a shared}%{mhp-ld:-a archive_shared}}\
544e9d05 67 -lprof %{static:-a archive}\
698b676d 68 %{fopenmp:%{static:-a shared} -lrt %{static:-a archive}}\
69 %{mt|pthread:-lpthread} -lc\
dfdc9106 70 %{static:%{!nolibdld:-a shared -ldld -a archive -lc}\
71 %{!mt:%{!pthread:-a shared -lc -a archive}}}}}\
ce782e06 72 %{pg:%{static:%{!mhp-ld:-a shared}%{mhp-ld:-a archive_shared}}\
544e9d05 73 -lgprof %{static:-a archive}\
698b676d 74 %{fopenmp:%{static:-a shared} -lrt %{static:-a archive}}\
75 %{mt|pthread:-lpthread} -lc\
dfdc9106 76 %{static:%{!nolibdld:-a shared -ldld -a archive -lc}\
77 %{!mt:%{!pthread:-a shared -lc -a archive}}}}}\
99113fcf 78 %{shared:%{mt|pthread:-lpthread}}"
ce782e06 79#else
562445dd 80#define LIB_SPEC \
81 "%{!shared:\
698b676d 82 %{!p:%{!pg:%{fopenmp:%{static:-a shared} -lrt %{static:-a archive}}\
83 %{mt|pthread:-lpthread} -lc\
dfdc9106 84 %{static:%{!nolibdld:-a shared -ldld -a archive -lc}\
85 %{!mt:%{!pthread:-a shared -lc -a archive}}}}}\
08404d9c 86 %{p:%{!pg:%{static:%{mgnu-ld:-a shared}%{!mgnu-ld:-a archive_shared}}\
544e9d05 87 -lprof %{static:-a archive}\
698b676d 88 %{fopenmp:%{static:-a shared} -lrt %{static:-a archive}}\
89 %{mt|pthread:-lpthread} -lc\
dfdc9106 90 %{static:%{!nolibdld:-a shared -ldld -a archive -lc}\
91 %{!mt:%{!pthread:-a shared -lc -a archive}}}}}\
08404d9c 92 %{pg:%{static:%{mgnu-ld:-a shared}%{!mgnu-ld:-a archive_shared}}\
544e9d05 93 -lgprof %{static:-a archive}\
698b676d 94 %{fopenmp:%{static:-a shared} -lrt %{static:-a archive}}\
95 %{mt|pthread:-lpthread} -lc\
dfdc9106 96 %{static:%{!nolibdld:-a shared -ldld -a archive -lc}\
97 %{!mt:%{!pthread:-a shared -lc -a archive}}}}}\
99113fcf 98 %{shared:%{mt|pthread:-lpthread}}"
ce782e06 99#endif
562445dd 100
25e266ae 101/* The libgcc_stub.a and milli.a libraries need to come last. */
102#undef LINK_GCC_C_SEQUENCE_SPEC
103#define LINK_GCC_C_SEQUENCE_SPEC "\
104 %G %L %G %{!nostdlib:%{!nodefaultlibs:%{!shared:-lgcc_stub}\
2ff99232 105 milli.a%s}}"
25e266ae 106
562445dd 107/* Under hpux11, the normal location of the `ld' and `as' programs is the
108 /usr/ccs/bin directory. */
109
29d774d0 110#ifndef CROSS_DIRECTORY_STRUCTURE
562445dd 111#undef MD_EXEC_PREFIX
29192431 112#define MD_EXEC_PREFIX "/usr/ccs/bin"
562445dd 113#endif
114
8ab32933 115/* Default prefixes. */
116
117#undef STANDARD_STARTFILE_PREFIX_1
118#define STANDARD_STARTFILE_PREFIX_1 "/lib/pa20_64/"
119
120#undef STANDARD_STARTFILE_PREFIX_2
121#define STANDARD_STARTFILE_PREFIX_2 "/usr/lib/pa20_64/"
122
29192431 123/* Under hpux11 the normal location of the various pa20_64 *crt*.o files
124 is the /usr/ccs/lib/pa20_64 directory. Some files may also be in the
125 /opt/langtools/lib/pa20_64 directory. */
562445dd 126
29d774d0 127#ifndef CROSS_DIRECTORY_STRUCTURE
562445dd 128#undef MD_STARTFILE_PREFIX
29192431 129#define MD_STARTFILE_PREFIX "/usr/ccs/lib/pa20_64/"
130#endif
131
29d774d0 132#ifndef CROSS_DIRECTORY_STRUCTURE
29192431 133#undef MD_STARTFILE_PREFIX_1
134#define MD_STARTFILE_PREFIX_1 "/opt/langtools/lib/pa20_64/"
562445dd 135#endif
136
ff59d376 137/* This macro specifies the biggest alignment supported by the object
138 file format of this machine.
139
140 The .align directive in the HP assembler allows alignments up to
141 4096 bytes. However, the maximum alignment of a global common symbol
33cd7888 142 is 16 bytes using HP ld. Unfortunately, this macro doesn't provide
143 a method to check for common symbols. */
ff59d376 144#undef MAX_OFILE_ALIGNMENT
33cd7888 145#define MAX_OFILE_ALIGNMENT 32768
ff59d376 146
9bd9af5d 147/* Due to limitations in the target structure, it isn't currently possible
148 to dynamically switch between the GNU and HP assemblers. */
149#undef TARGET_GAS
150
151/* Configure selects the standard ELFOS defines for use with GAS. */
152#ifdef USING_ELFOS_H
153
154/* We are using GAS. */
155#define TARGET_GAS 1
562445dd 156
92c473b8 157#undef TARGET_ASM_FILE_START
158#define TARGET_ASM_FILE_START pa_hpux64_gas_file_start
9bd9af5d 159
160/* This is how we output a null terminated string. */
161#undef STRING_ASM_OP
162#define STRING_ASM_OP "\t.stringz\t"
163
164#define TEXT_SECTION_ASM_OP "\t.text"
165#define DATA_SECTION_ASM_OP "\t.data"
166#define BSS_SECTION_ASM_OP "\t.section\t.bss"
167
d59aa441 168#define JCR_SECTION_NAME ".jcr"
169
de419443 170#define HP_INIT_ARRAY_SECTION_ASM_OP "\t.section\t.init"
171#define GNU_INIT_ARRAY_SECTION_ASM_OP "\t.section\t.init_array"
172#define HP_FINI_ARRAY_SECTION_ASM_OP "\t.section\t.fini"
173#define GNU_FINI_ARRAY_SECTION_ASM_OP "\t.section\t.fini_array"
174
ff59d376 175/* We need to override the following two macros defined in elfos.h since
176 the .comm directive has a different syntax and it can't be used for
177 local common symbols. */
9bd9af5d 178#undef ASM_OUTPUT_ALIGNED_COMMON
179#define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
ff59d376 180 pa_asm_output_aligned_common (FILE, NAME, SIZE, ALIGN)
9bd9af5d 181
182#undef ASM_OUTPUT_ALIGNED_LOCAL
183#define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \
ff59d376 184 pa_asm_output_aligned_local (FILE, NAME, SIZE, ALIGN)
9bd9af5d 185
186/* The define in pa.h doesn't work with the alias attribute. The
187 default is ok with the following define for GLOBAL_ASM_OP. */
188#undef TARGET_ASM_GLOBALIZE_LABEL
189
190/* This is how we globalize a label. */
191#define GLOBAL_ASM_OP "\t.globl\t"
192
02604695 193/* Hacked version from defaults.h that uses assemble_name_raw
194 instead of assemble_name. A symbol in a type directive that
195 isn't otherwise referenced doesn't cause the symbol to be
196 placed in the symbol table of the assembled object. */
197#undef ASM_OUTPUT_TYPE_DIRECTIVE
198#define ASM_OUTPUT_TYPE_DIRECTIVE(STREAM, NAME, TYPE) \
199do { \
200 fputs (TYPE_ASM_OP, STREAM); \
201 assemble_name_raw (STREAM, NAME); \
202 fputs (", ", STREAM); \
203 fprintf (STREAM, TYPE_OPERAND_FMT, TYPE); \
204 putc ('\n', STREAM); \
205} while (0)
206
9bd9af5d 207/* Hacked version from elfos.h that doesn't output a label. */
208#undef ASM_DECLARE_FUNCTION_NAME
209#define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
210do { \
211 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "function"); \
212 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
213} while (0)
214
215/* The type of external references must be set correctly for the
216 dynamic loader to work correctly. This is equivalent to the
217 HP assembler's .IMPORT directive but relates more directly to
218 ELF object file types. */
429fcf75 219#undef ASM_OUTPUT_EXTERNAL
02604695 220#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
5f43b4f6 221 pa_hpux_asm_output_external ((FILE), (DECL), (NAME))
222#define ASM_OUTPUT_EXTERNAL_REAL(FILE, DECL, NAME) \
02604695 223do { \
224 if (FUNCTION_NAME_P (NAME)) \
225 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "function"); \
226 else \
227 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "object"); \
8ee2e619 228 default_elf_asm_output_external (FILE, DECL, NAME); \
9bd9af5d 229} while (0)
230
231/* We need set the type for external libcalls. Also note that not all
232 libcall names are passed to targetm.encode_section_info (e.g., __main).
233 Thus, we also have to do the section encoding if it hasn't been done
234 already. */
235#undef ASM_OUTPUT_EXTERNAL_LIBCALL
236#define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
237do { \
238 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
e202682d 239 pa_encode_label (FUN); \
9bd9af5d 240 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \
241} while (0)
242
243/* We need to use the HP style for internal labels. */
9bd9af5d 244#undef ASM_GENERATE_INTERNAL_LABEL
245#define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
246 sprintf (LABEL, "*%c$%s%04ld", (PREFIX)[0], (PREFIX) + 1, (long)(NUM))
247
248#else /* USING_ELFOS_H */
249
250/* We are not using GAS. */
251#define TARGET_GAS 0
252
253/* HPUX 11 has the "new" HP assembler. It's still lousy, but it's a whole
254 lot better than the assembler shipped with older versions of hpux.
255 However, it doesn't support weak symbols and is a bad fit with ELF. */
256#undef NEW_HP_ASSEMBLER
257#define NEW_HP_ASSEMBLER 1
562445dd 258
259/* It looks like DWARF2 will be the easiest debug format to handle on this
260 platform. */
a4cad234 261#define DWARF2_DEBUGGING_INFO 1
562445dd 262#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
562445dd 263
9bd9af5d 264/* This target uses the ELF object file format. */
265#define OBJECT_FORMAT_ELF
562445dd 266
92c473b8 267#undef TARGET_ASM_FILE_START
268#define TARGET_ASM_FILE_START pa_hpux64_hpas_file_start
562445dd 269
9bd9af5d 270#undef TEXT_SECTION_ASM_OP
de419443 271#define TEXT_SECTION_ASM_OP "\t.SUBSPA $CODE$\n"
9bd9af5d 272#undef READONLY_DATA_SECTION_ASM_OP
de419443 273#define READONLY_DATA_SECTION_ASM_OP "\t.SUBSPA $LIT$\n"
9bd9af5d 274#undef DATA_SECTION_ASM_OP
de419443 275#define DATA_SECTION_ASM_OP "\t.SUBSPA $DATA$\n"
9bd9af5d 276#undef BSS_SECTION_ASM_OP
de419443 277#define BSS_SECTION_ASM_OP "\t.SUBSPA $BSS$\n"
278
279/* We provide explicit defines for CTORS_SECTION_ASM_OP and
280 DTORS_SECTION_ASM_OP since we don't yet have support for
281 named sections with the HP assembler. */
282#undef CTORS_SECTION_ASM_OP
283#define CTORS_SECTION_ASM_OP "\t.SUBSPA \\.ctors,QUAD=1,ALIGN=8,ACCESS=31"
284#undef DTORS_SECTION_ASM_OP
285#define DTORS_SECTION_ASM_OP "\t.SUBSPA \\.dtors,QUAD=1,ALIGN=8,ACCESS=31"
286
287#define HP_INIT_ARRAY_SECTION_ASM_OP \
288 "\t.SUBSPA \\.init,QUAD=1,ALIGN=8,ACCESS=31"
289#define GNU_INIT_ARRAY_SECTION_ASM_OP \
290 "\t.SUBSPA \\.init_array,QUAD=1,ALIGN=8,ACCESS=31"
291#define HP_FINI_ARRAY_SECTION_ASM_OP \
292 "\t.SUBSPA \\.fini,QUAD=1,ALIGN=8,ACCESS=31"
293#define GNU_FINI_ARRAY_SECTION_ASM_OP \
294 "\t.SUBSPA \\.fini_array,QUAD=1,ALIGN=8,ACCESS=31"
562445dd 295
9bd9af5d 296#endif /* USING_ELFOS_H */
562445dd 297
de419443 298/* The following defines, used to run constructors and destructors with
299 the SOM linker under HP-UX 11, are not needed. */
300#undef HAS_INIT_SECTION
301#undef LD_INIT_SWITCH
302#undef LD_FINI_SWITCH
303
304/* The following STARTFILE_SPEC and ENDFILE_SPEC defines provide the
305 magic needed to run initializers and finalizers. */
306#undef STARTFILE_SPEC
637c9296 307#if TARGET_HPUX_11_31
308#define STARTFILE_SPEC \
309 "%{!shared: %{!symbolic: crt0%O%s} \
310 %{munix=95:unix95.o%s} %{munix=98:unix98.o%s} \
311 %{!munix=93:%{!munix=95:%{!munix=98:unix2003%O%s}}}} \
312 %{static:crtbeginT%O%s} \
313 %{!static:%{!shared:crtbegin%O%s} %{shared:crtbeginS%O%s}}"
314#elif TARGET_HPUX_11_11
de419443 315#define STARTFILE_SPEC \
8ab32933 316 "%{!shared: %{!symbolic: crt0%O%s} %{munix=95:unix95.o%s} \
f5a2d4f6 317 %{!munix=93:%{!munix=95:unix98%O%s}}} %{static:crtbeginT%O%s} \
8ab32933 318 %{!static:%{!shared:crtbegin%O%s} %{shared:crtbeginS%O%s}}"
319#else
320#define STARTFILE_SPEC \
321 "%{!shared: %{!symbolic: crt0%O%s} %{munix=95:unix95%O%s}} \
322 %{static:crtbeginT%O%s} %{!static:%{!shared:crtbegin%O%s} \
323 %{shared:crtbeginS%O%s}}"
324#endif
de419443 325#undef ENDFILE_SPEC
8ab32933 326#define ENDFILE_SPEC "%{!shared:crtend%O%s} %{shared:crtendS%O%s}"
de419443 327
328/* Since HP uses the .init and .fini sections for array initializers
329 and finalizers, we need different defines for INIT_SECTION_ASM_OP
330 and FINI_SECTION_ASM_OP. With the implementation adopted below,
331 the sections are not actually used. However, we still must provide
332 defines to select the proper code path. */
9bd9af5d 333#undef INIT_SECTION_ASM_OP
de419443 334#define INIT_SECTION_ASM_OP
9bd9af5d 335#undef FINI_SECTION_ASM_OP
de419443 336#define FINI_SECTION_ASM_OP
337
338/* We are using array initializers and don't want calls in the INIT
339 and FINI sections. */
340#undef CRT_CALL_STATIC_FUNCTION
341#define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC)
342
343/* The init_priority attribute is not supported with HP ld. This could be
344 supported if collect2 was used with LD_INIT_SWITCH. Unfortunately, this
345 approach doesn't work with GNU ld since HP-UX doesn't support DT_INIT,
346 and therefore the -init and -fini GNU ld switches. */
347#undef SUPPORTS_INIT_PRIORITY
348#define SUPPORTS_INIT_PRIORITY (TARGET_GNU_LD ? 1 : 0)
349
350/* We use DTOR_LIST_BEGIN to carry a bunch of hacks to allow us to use
351 the init and fini array sections with both the HP and GNU linkers.
352 The linkers setup the required dynamic entries in the dynamic segment
353 and the dynamic linker does the calls. This approach avoids using
354 collect2.
355
356 The first hack is to implement __do_global_ctors_aux in crtbegin as
357 it needs to be the first entry in the init array so that it is called
358 last. HP got the order of the init array backwards. The DT_INIT_ARRAY
359 is supposed to be executed in the same order as the addresses appear in
360 the array. DT_FINI_ARRAY is supposed to be executed in the opposite
361 order.
362
25e266ae 363 The second hack is a set of plabels to implement the effect of
de419443 364 CRT_CALL_STATIC_FUNCTION. HP-UX 11 only supports DI_INIT_ARRAY and
365 DT_FINI_ARRAY and they put the arrays in .init and .fini, rather than
366 in .init_array and .fini_array. The standard defines for .init and
367 .fini have the execute flag set. So, the assembler has to be hacked
368 to munge the standard flags for these sections to make them agree
369 with what the HP linker expects. With the GNU linker, we need to
370 used the .init_array and .fini_array sections. So, we set up for
371 both just in case. Once we have built the table, the linker does
372 the rest of the work.
373
374 The order is significant. Placing __do_global_ctors_aux first in
375 the list, results in it being called last. User specified initializers,
376 either using the linker +init command or a plabel, run before the
377 initializers specified here. */
378
d59aa441 379/* We need to add frame_dummy to the initializer list if EH_FRAME_SECTION_NAME
de419443 380 or JCR_SECTION_NAME is defined. */
d59aa441 381#if defined(EH_FRAME_SECTION_NAME) || defined(JCR_SECTION_NAME)
de419443 382#define PA_INIT_FRAME_DUMMY_ASM_OP ".dword P%frame_dummy"
383#else
384#define PA_INIT_FRAME_DUMMY_ASM_OP ""
385#endif
29192431 386
25e266ae 387/* The following hack sets up the .init, .init_array, .fini and
388 .fini_array sections. */
389#define PA_CRTBEGIN_HACK \
390asm (TEXT_SECTION_ASM_OP); \
de419443 391static void __attribute__((used)) \
392__do_global_ctors_aux (void) \
393{ \
394 func_ptr *p = __CTOR_LIST__; \
395 while (*(p + 1)) \
396 p++; \
397 for (; *p != (func_ptr) -1; p--) \
398 (*p) (); \
399} \
400 \
de419443 401asm (HP_INIT_ARRAY_SECTION_ASM_OP); \
25e266ae 402asm (".align 8"); \
de419443 403asm (".dword P%__do_global_ctors_aux"); \
404asm (PA_INIT_FRAME_DUMMY_ASM_OP); \
405asm (GNU_INIT_ARRAY_SECTION_ASM_OP); \
25e266ae 406asm (".align 8"); \
de419443 407asm (".dword P%__do_global_ctors_aux"); \
408asm (PA_INIT_FRAME_DUMMY_ASM_OP); \
409asm (HP_FINI_ARRAY_SECTION_ASM_OP); \
25e266ae 410asm (".align 8"); \
de419443 411asm (".dword P%__do_global_dtors_aux"); \
412asm (GNU_FINI_ARRAY_SECTION_ASM_OP); \
25e266ae 413asm (".align 8"); \
de419443 414asm (".dword P%__do_global_dtors_aux")
415
416/* The following two variants of DTOR_LIST_BEGIN are identical to those
25e266ae 417 in crtstuff.c except for the addition of the above crtbegin hack. */
de419443 418#ifdef DTORS_SECTION_ASM_OP
419#define DTOR_LIST_BEGIN \
420asm (DTORS_SECTION_ASM_OP); \
421STATIC func_ptr __DTOR_LIST__[1] \
422 __attribute__ ((aligned(sizeof(func_ptr)))) \
423 = { (func_ptr) (-1) }; \
25e266ae 424PA_CRTBEGIN_HACK
de419443 425#else
426#define DTOR_LIST_BEGIN \
427STATIC func_ptr __DTOR_LIST__[1] \
428 __attribute__ ((section(".dtors"), aligned(sizeof(func_ptr)))) \
429 = { (func_ptr) (-1) }; \
25e266ae 430PA_CRTBEGIN_HACK
85eccb17 431#endif
c4ee3071 432
433/* If using HP ld do not call pxdb. Use size as a program that does nothing
434 and returns 0. /bin/true cannot be used because it is a script without
435 an interpreter. */
436#define INIT_ENVIRONMENT "LD_PXDB=/usr/ccs/bin/size"
120a2fed 437
25e266ae 438/* The HPUX dynamic linker objects to undefined weak symbols, so do
439 not use them in gthr-posix.h. */
120a2fed 440#define GTHREAD_USE_WEAK 0
25e266ae 441
442/* We don't want undefined weak references to __register_frame_info,
443 __deregister_frame_info, _Jv_RegisterClasses and __cxa_finalize
444 introduced by crtbegin.o. The GNU linker only resolves weak
445 references if they appear in a shared library. Thus, it would be
446 impossible to create a static executable if the symbols were weak.
447 So, the best solution seems to be to make the symbols strong and
448 provide an archive library of empty stub functions. */
449#define TARGET_ATTRIBUTE_WEAK