encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
authorAndrew Pinski <apinski@apple.com>
Thu, 16 Sep 2004 08:35:01 +0000 (08:35 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 16 Sep 2004 08:35:01 +0000 (01:35 -0700)
2004-09-16  Andrew Pinski  <apinski@apple.com>

        * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.

From-SVN: r87591

libobjc/ChangeLog
libobjc/encoding.c

index c10832bccc54d996b4a6639e5e04b9ef880ce00d..232da9cadb47254c8a4af534e2ff8278dbfe3cb0 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-16  Andrew Pinski  <apinski@apple.com>
+
+       * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
+
 2004-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
index dba203204b6010fae7ef3e8b47a2e30e3e960442..7f71276b55637a3c39ac75b797329b514519f2eb 100644 (file)
@@ -92,6 +92,11 @@ Boston, MA 02111-1307, USA.  */
 #define target_flags not_target_flags
 static int __attribute__ ((__unused__)) not_target_flags = 0;
 
+/* Some ROUND_TYPE_ALIGN use ALTIVEC_VECTOR_MODE (rs6000 darwin).
+   Define a dummy ALTIVEC_VECTOR_MODE so it will not die.  */
+#undef ALTIVEC_VECTOR_MODE
+#define ALTIVEC_VECTOR_MODE(MODE) (0)
+
 
 /*  FIXME: while this file has no business including tm.h, this
     definitely has no business defining this macro but it