]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
authorRoger Sayle <roger@eyesopen.com>
Wed, 25 Jun 2003 00:38:01 +0000 (00:38 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 25 Jun 2003 00:38:01 +0000 (00:38 +0000)
From-SVN: r68449

gcc/ChangeLog
gcc/config/alpha/osf5.h

index cd02e3fde5bfb49f484680810be436a7f28494c1..9163bb2919491f910cf8ddfc1a701a98ca4fc0f7 100644 (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>)
 
index e483124691e76adda843148c81e0ef56a1a46a6a..b57e5e6f08eb44bde6fa6c8569c7a391d08cbe8a 100644 (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
+