* config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
authorRoger Sayle <roger@eyesopen.com>
Fri, 11 Jul 2003 03:10:48 +0000 (03:10 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 11 Jul 2003 03:10:48 +0000 (03:10 +0000)
From-SVN: r69209

gcc/ChangeLog
gcc/config/ia64/hpux.h

index 509473892c028647fc2a16e0309c90972f4cca41..339ccea8ebf8bd2b9cfe24cd525ff59a379df7bd 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-10  Roger Sayle  <roger@eyesopen.com>
+
+       * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
+
 2003-07-10  Zack Weinberg  <zack@codesourcery.com>
 
        * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
index 40094840719e6a4261f868c95ad42581fb6af4e6..0190bd56e74eceae52526daa3edb8337d92a2821 100644 (file)
@@ -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
+