Commit 9959901c by Roger Sayle Committed by Roger Sayle

* config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.

From-SVN: r69209
parent bd7d2414
2003-07-10 Roger Sayle <roger@eyesopen.com>
* config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
2003-07-10 Zack Weinberg <zack@codesourcery.com> 2003-07-10 Zack Weinberg <zack@codesourcery.com>
* cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8, * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
......
...@@ -172,3 +172,8 @@ do { \ ...@@ -172,3 +172,8 @@ do { \
#define TARGET_ASM_SELECT_RTX_SECTION ia64_rwreloc_select_rtx_section #define TARGET_ASM_SELECT_RTX_SECTION ia64_rwreloc_select_rtx_section
#undef TARGET_SECTION_TYPE_FLAGS #undef TARGET_SECTION_TYPE_FLAGS
#define TARGET_SECTION_TYPE_FLAGS ia64_rwreloc_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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment