This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]