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 Fri, Aug 30, 2002 at 01:36:46PM -0700, Steve Ellcey wrote:
> + #define HPUX_C89_MATHLIB_NAME_LIST 		\
> + 	{"acos", "_Acos_e#"},			\

Drop this inline ...

> + static const c89_mathlib_names c89_mathlib_name_list [] =
> + {
> + #ifdef HPUX_C89_MATHLIB_NAME_LIST
> + HPUX_C89_MATHLIB_NAME_LIST
> + #endif
> + };

... here, and the patch is ok.


r~


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