Deleted Added
full compact
hpux.h (169690) hpux.h (215840)
1/* Definitions of target machine GNU compiler. IA-64 version.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3 Free Software Foundation, Inc.
4 Contributed by Steve Ellcey <sje@cup.hp.com> and
5 Reva Cuthbertson <reva@cup.hp.com>
6
7This file is part of GCC.
8

--- 130 unchanged lines hidden (view full) ---

139
140#undef TARGET_HPUX_LD
141#define TARGET_HPUX_LD 1
142
143/* The HPUX dynamic linker objects to weak symbols with no
144 definitions, so do not use them in gthr-posix.h. */
145#define GTHREAD_USE_WEAK 0
146
1/* Definitions of target machine GNU compiler. IA-64 version.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3 Free Software Foundation, Inc.
4 Contributed by Steve Ellcey <sje@cup.hp.com> and
5 Reva Cuthbertson <reva@cup.hp.com>
6
7This file is part of GCC.
8

--- 130 unchanged lines hidden (view full) ---

139
140#undef TARGET_HPUX_LD
141#define TARGET_HPUX_LD 1
142
143/* The HPUX dynamic linker objects to weak symbols with no
144 definitions, so do not use them in gthr-posix.h. */
145#define GTHREAD_USE_WEAK 0
146
147/* Put out the needed function declarations at the end. */
148
149#define TARGET_ASM_FILE_END ia64_hpux_file_end
150
151#undef CTORS_SECTION_ASM_OP
152#define CTORS_SECTION_ASM_OP "\t.section\t.init_array,\t\"aw\",\"init_array\""
153
154#undef DTORS_SECTION_ASM_OP
155#define DTORS_SECTION_ASM_OP "\t.section\t.fini_array,\t\"aw\",\"fini_array\""
156
157/* The init_array/fini_array technique does not permit the use of
158 initialization priorities. */

--- 64 unchanged lines hidden ---
147#undef CTORS_SECTION_ASM_OP
148#define CTORS_SECTION_ASM_OP "\t.section\t.init_array,\t\"aw\",\"init_array\""
149
150#undef DTORS_SECTION_ASM_OP
151#define DTORS_SECTION_ASM_OP "\t.section\t.fini_array,\t\"aw\",\"fini_array\""
152
153/* The init_array/fini_array technique does not permit the use of
154 initialization priorities. */

--- 64 unchanged lines hidden ---