This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
patch: sim testing altivec
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: gcc patches <gcc-patches at gcc dot gnu dot org>
- Date: 16 Dec 2001 15:55:12 -0800
- Subject: patch: sim testing altivec
this is needed to test altivec on a sim. my previous triplet didn't
handle sim.
going in as obvious.
--
Aldy Hernandez E-mail: aldyh@redhat.com
Professional Gypsy
Red Hat, Inc.
2001-12-16 Aldy Hernandez <aldyh@redhat.com>
* config.gcc: Add powerpc-*-eabisimaltivec*.
Index: config.gcc
===================================================================
RCS file: /cvs/uberbaum/gcc/config.gcc,v
retrieving revision 1.129
diff -c -p -r1.129 config.gcc
*** config.gcc 2001/12/13 23:14:44 1.129
--- config.gcc 2001/12/16 23:49:49
*************** powerpc-*-eabiaix*)
*** 2691,2696 ****
--- 2691,2702 ----
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
extra_headers=ppc-asm.h
;;
+ powerpc-*-eabisimaltivec*)
+ xm_defines=POSIX
+ tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
+ tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
+ extra_headers=ppc-asm.h
+ ;;
powerpc-*-eabisim*)
xm_defines=POSIX
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"