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: IA64 HP-UX math library patch


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~


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