openbsdelf.h: Typo.
authorMarc Espie <espie@openbsd.org>
Tue, 18 Jan 2005 11:05:39 +0000 (11:05 +0000)
committerMarc Espie <espie@gcc.gnu.org>
Tue, 18 Jan 2005 11:05:39 +0000 (11:05 +0000)
2005-01-18  Marc Espie  <espie@openbsd.org>
* config/i386/openbsdelf.h: Typo.

From-SVN: r93825

gcc/ChangeLog
gcc/config/i386/openbsdelf.h

index ce0259c..4dc927c 100644 (file)
@@ -1,3 +1,6 @@
+2005-01-18  Marc Espie  <espie@openbsd.org>
+       * config/i386/openbsdelf.h: Typo.
+
 2005-01-18  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP
index 3088e84..71055ce 100644 (file)
@@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_OS_CPP_BUILTINS()               \
   do                                           \
     {                                          \
-       OPENBSD_OS_CPP_BUILTINS_ELF();          \
+       OPENBSD_OS_CPP_BUILTINS();              \
     }                                          \
   while (0)