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
This commit is contained in:
Aldy Hernandez 2002-01-15 23:32:44 +00:00 committed by Aldy Hernandez
parent 99813b0ecd
commit 5e505bc919
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
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

View file

@ -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)