* gcc.dg/ppc-eabi.c: Test on ilp32.
* gcc.dg/ppc64-abi-1.c, gcc.dg/ppc64-abi-2.c, gcc.dg/ppc64-abi-3.c:
Test on lp64.
From-SVN: r108818
2005-12-19 Janis Johnson <janis187@us.ibm.com>
+ * gcc.dg/ppc-eabi.c: Test on ilp32.
+ * gcc.dg/ppc64-abi-1.c, gcc.dg/ppc64-abi-2.c, gcc.dg/ppc64-abi-3.c:
+ Test on lp64.
+
Backport (missed in previous batch):
* lib/target-supports.exp (get_compiler_messages,
/* 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 run { target powerpc64-*-* } } */
+/* { dg-do run { target { powerpc*-*-* && lp64 } } } */
/* { dg-options "-O2" } */
#include <stdarg.h>
#include <signal.h>
-/* { dg-do run { target powerpc64-*-linux* } } */
+/* { dg-do run { target { powerpc*-*-linux* && lp64 } } } */
/* { dg-options "-O2 -fprofile -mprofile-kernel -maltivec -mabi=altivec" } */
#include <stdarg.h>
#include <signal.h>
-/* { dg-do compile { target powerpc64-*-linux* } } */
+/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
/* { dg-options "-Wall" } */
/* Testcase to check for ABI compliance of parameter passing
for the PowerPC64 ABI. */