]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/ia64/hpux.h
hpux.h (TARGET_HPUX_LD): New, define true.
authorSteve Ellcey <sje@cup.hp.com>
Mon, 9 Sep 2002 22:03:31 +0000 (22:03 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 9 Sep 2002 22:03:31 +0000 (22:03 +0000)
commit686f3bf03187ebf5dd69581f1defd4dc1d374be1
tree6bc6745fdfa6f27e8e571ab2b3357b8297b44717
parent0c263f4ed22beaa1db9fceea0c8667983d22afdd
hpux.h (TARGET_HPUX_LD): New, define true.

* config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.
(ASM_FILE_END) New.
* config/ia64/ia64.h (TARGET_HPUX_LD): New, define false.
* config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New.
* config/ia64/ia64.c (ia64_asm_output_external): Create list
of external functions if TARGET_HPUX_LD is true.
(ia64_hpux_add_extern_decl): New, routine to put names on
list of external functions.
(ia64_hpux_asm_file_end): Put out declarations for external
functions if and only if they are used.

From-SVN: r56986
gcc/ChangeLog
gcc/config/ia64/hpux.h
gcc/config/ia64/ia64-protos.h
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.h