ppc64-toc.c: Don't explicitly use -m64.

* gcc.dg/ppc64-toc.c: Don't explicitly use -m64.
	* gcc.dg/ppc-eabi.c: Don't explicity use -m32.

From-SVN: r94562
This commit is contained in:
Janis Johnson 2005-02-01 21:27:16 +00:00 committed by Janis Johnson
parent 1ccd2fd97b
commit f4a11c6009
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2005-02-01 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/ppc64-toc.c: Don't explicitly use -m64.
* gcc.dg/ppc-eabi.c: Don't explicity use -m32.
* gcc.dg/ppc64-abi-3.c: Add xfail for error checks.
2005-02-01 Richard Henderson <rth@redhat.com>

View File

@ -1,4 +1,4 @@
/* PR target/16952 */
/* { dg-do compile { target powerpc*-*-linux* } } */
/* { dg-options "-m32 -meabi -mrelocatable" } */
/* { dg-do compile { target { powerpc*-*-linux* && ilp32 } } } */
/* { dg-options "-meabi -mrelocatable" } */
char *s = "boo";

View File

@ -1,5 +1,5 @@
/* { dg-do link } */
/* { dg-options "-m64 -mminimal-toc" { target powerpc64-*-* } } */
/* { dg-options "-mminimal-toc" { target { powerpc64-*-* && lp64 } } } */
char *strchr (const char *, int);