Commit 5e505bc9 by Aldy Hernandez Committed by Aldy Hernandez

config.gcc: Change altivec.h to altivec-defs.h.

2002-01-15  Aldy Hernandez  <aldyh@redhat.com>

        * config.gcc: Change altivec.h to altivec-defs.h.

        * config/rs6000/altivec.h: Delete.

        * config/rs6000/altivec-defs.h: Add.

From-SVN: r48886
parent 99813b0e
2002-01-15 Aldy Hernandez <aldyh@redhat.com>
* config.gcc: Change altivec.h to altivec-defs.h.
* config/rs6000/altivec.h: Delete.
* config/rs6000/altivec-defs.h: Add.
2002-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
* vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
......
......@@ -3409,7 +3409,7 @@ mips*-*-*)
powerpc*-*-* | rs6000-*-*)
if test x$enable_altivec = xyes
then
tm_file="$tm_file rs6000/altivec.h"
tm_file="$tm_file rs6000/altivec-defs.h"
fi
case "x$with_cpu" in
x)
......
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