OSDN Git Service

* config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 2003 00:38:01 +0000 (00:38 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 2003 00:38:01 +0000 (00:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68449 138bc75d-0d04-0410-961f-82ee72b054a4

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

index cd02e3f..9163bb2 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 e483124..b57e5e6 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
+