This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, commited] PR other/30182, Fix __builtin_finite on HP-UX
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- To: sje at cup dot hp dot com
- Cc: gcc-patches at gcc dot gnu dot org, dave dot anglin at nrc-cnrc dot gc dot ca
- Date: Thu, 25 Jan 2007 13:13:56 -0500 (EST)
- Subject: Re: [PATCH, commited] PR other/30182, Fix __builtin_finite on HP-UX
> +#if TARGET_HPUX
> + if (built_in_decls [BUILT_IN_FINITE])
> + set_user_assembler_name (built_in_decls [BUILT_IN_FINITE], "_Isfinite");
> + if (built_in_decls [BUILT_IN_FINITEF])
> + set_user_assembler_name (built_in_decls [BUILT_IN_FINITEF], "_Isfinitef");
In HP-UX 10, the names are finite and finitef.
Dave
--
J. David Anglin dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)