OSDN Git Service

* config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Remove leading
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jun 2002 23:31:06 +0000 (23:31 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jun 2002 23:31:06 +0000 (23:31 +0000)
underscore from __IEEE_FP and __IEEE_FP_INEXACT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54998 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 255c3a6..cee478f 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Remove leading
+       underscore from __IEEE_FP and __IEEE_FP_INEXACT.
+
 2002-06-25  Aldy Hernandez  <aldyh@redhat.com>
 
         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
index 8d47493..7beee86 100644 (file)
@@ -64,9 +64,9 @@ Boston, MA 02111-1307, USA.  */
            builtin_assert ("cpu=ev4");                 \
          }                                             \
        if (TARGET_IEEE || TARGET_IEEE_WITH_INEXACT)    \
-         builtin_define ("__IEEE_FP");                 \
+         builtin_define ("_IEEE_FP");                  \
        if (TARGET_IEEE_WITH_INEXACT)                   \
-         builtin_define ("__IEEE_FP_INEXACT");         \
+         builtin_define ("_IEEE_FP_INEXACT");          \
                                                        \
        /* Macros dependent on the C dialect.  */       \
        if (preprocessing_asm_p ())                     \