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:
parent
1ccd2fd97b
commit
f4a11c6009
@ -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>
|
||||
|
@ -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";
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user