darwin-longlong.c: Include <stdlib.h>.

* gcc.dg/darwin-longlong.c: Include <stdlib.h>.
	* gcc.dg/ppc-ldstruct.c: Likewise.
	* gcc.dg/ppc64-abi-2.c: Likewise.

From-SVN: r86344
This commit is contained in:
Mark Mitchell 2004-08-21 00:02:40 +00:00 committed by Mark Mitchell
parent 168aacd938
commit 0da457fbc3
4 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2004-08-20 Mark Mitchell <mark@codesourcery.com>
* gcc.dg/darwin-longlong.c: Include <stdlib.h>.
* gcc.dg/ppc-ldstruct.c: Likewise.
* gcc.dg/ppc64-abi-2.c: Likewise.
2004-08-20 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/17099

View File

@ -2,6 +2,7 @@
/* { dg-options "-mcpu=G5" } */
#include <signal.h>
#include <stdlib.h>
void
sig_ill_handler (int sig)

View File

@ -1,6 +1,8 @@
/* { dg-do run { target powerpc*-*-eabi* powerpc*-*-elf* powerpc*-*-linux* } } */
/* { dg-options "-O -mlong-double-128" } */
#include <stdlib.h>
/* SVR4 and EABI both specify that 'long double' is aligned to a 128-bit
boundary in structures. */

View File

@ -3,6 +3,7 @@
#include <stdarg.h>
#include <signal.h>
#include <altivec.h>
#include <stdlib.h>
/* Testcase to check for ABI compliance of parameter passing
for the PowerPC64 ABI. */