This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: IA64 HP-UX math library patch
- From: Richard Henderson <rth at redhat dot com>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 Aug 2002 02:41:48 -0700
- Subject: Re: IA64 HP-UX math library patch
- References: <200208271811.LAA01270@hpsje.cup.hp.com>
On Tue, Aug 27, 2002 at 11:11:38AM -0700, Steve Ellcey wrote:
> * ia64.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.
You can't put these in this file. I believe you'll
find that you can't link fortran, java, or ada.
You need to add them to a new ia64-c.c file. There
are examples in other targets.
r~