* config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.

From-SVN: r68449
This commit is contained in:
Roger Sayle 2003-06-25 00:38:01 +00:00 committed by Roger Sayle
parent 4c670eae77
commit 465129420d
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-06-24 Roger Sayle <roger@eyesopen.com>
* config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
2003-06-24 Richard Henderson <rth@redhat.com>
(blame to: Loren James Rittle <ljrittle@acm.org>)

View File

@ -49,3 +49,8 @@
linked. */
#undef TARGET_LD_BUGGY_LDGP
#define TARGET_LD_BUGGY_LDGP 1
/* Tru64 v5.1 has the float and long double forms of math functions. */
#undef TARGET_C99_FUNCTIONS
#define TARGET_C99_FUNCTIONS 1