* config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
From-SVN: r68449
This commit is contained in:
parent
4c670eae77
commit
465129420d
@ -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>)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user