Commit f4a11c60 by Janis Johnson Committed by Janis Johnson

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
parent 1ccd2fd9
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>
......
/* 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";
/* { dg-do link } */
/* { dg-options "-m64 -mminimal-toc" { target powerpc64-*-* } } */
/* { dg-options "-mminimal-toc" { target { powerpc64-*-* && lp64 } } } */
char *strchr (const char *, int);
......
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