Commit 46512942 by Roger Sayle Committed by Roger Sayle

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

From-SVN: r68449
parent 4c670eae
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>)
......
......@@ -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
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