From: Roger Sayle Date: Fri, 11 Jul 2003 03:10:48 +0000 (+0000) Subject: * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9959901c6be9ee93d1f2f2856bb5b5a3719b9771;p=platform%2Fupstream%2Fgcc.git * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define. From-SVN: r69209 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5094738..339ccea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-10 Roger Sayle + + * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define. + 2003-07-10 Zack Weinberg * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8, diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 4009484..0190bd5 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -172,3 +172,8 @@ do { \ #define TARGET_ASM_SELECT_RTX_SECTION ia64_rwreloc_select_rtx_section #undef TARGET_SECTION_TYPE_FLAGS #define TARGET_SECTION_TYPE_FLAGS ia64_rwreloc_section_type_flags + +/* ia64 HPUX has the float and long double forms of math functions. */ +#undef TARGET_C99_FUNCTIONS +#define TARGET_C99_FUNCTIONS 1 +