Commit 45f17969 by Andrew Pinski Committed by Andrew Pinski

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

2004-09-16  Andrew Pinski  <apinski@apple.com>

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

From-SVN: r87591
parent a05e4fdb
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> 2004-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
......
...@@ -92,6 +92,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -92,6 +92,11 @@ Boston, MA 02111-1307, USA. */
#define target_flags not_target_flags #define target_flags not_target_flags
static int __attribute__ ((__unused__)) not_target_flags = 0; 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 /* FIXME: while this file has no business including tm.h, this
definitely has no business defining this macro but it definitely has no business defining this macro but it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment