diff options
author | Steve Ellcey <sje@cup.hp.com> | 2002-09-03 19:47:10 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2002-09-03 19:47:10 +0000 |
commit | 34c1864f43b925cb887280b1ade857b75f4ed91f (patch) | |
tree | 2e7e665af5f41169eb8a56ede13109271e180749 /gcc/config.gcc | |
parent | 9b7c75b99342a2d854340417b14228e5e9ded3b0 (diff) | |
download | gcc-34c1864f43b925cb887280b1ade857b75f4ed91f.zip gcc-34c1864f43b925cb887280b1ade857b75f4ed91f.tar.gz gcc-34c1864f43b925cb887280b1ade857b75f4ed91f.tar.bz2 |
config.gcc (ia64*-*-hpux*): Add ia64-c.o to c_target and cxx_target.
* config.gcc (ia64*-*-hpux*): Add ia64-c.o to c_target and
cxx_target.
* config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Register pragma
handling routine for builtin pragma.
* config/ia64/ia64-protos.h (ia64_hpux_handle_builtin_pragma):
Registered pragma handling routine.
* ia64-c.c (ia64_hpux_handle_builtin_pragma): Ditto.
(ia64_hpux_add_pragma_builtin) New subroutine used by above.
If builtin pragma seen for math routine and C89 conformance is
requested use different math function in order to set errno.
* t-ia64 (ia64-c.o): Add new rule for new file.
From-SVN: r56767
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b9f24ae..87eaa62 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1429,6 +1429,8 @@ ia64*-*-hpux*) fi use_collect2=no float_format=i128 + c_target_objs="ia64-c.o" + cxx_target_objs="ia64-c.o" ;; ip2k-*-elf) ;; |