Commit 0da457fb by Mark Mitchell Committed by Mark Mitchell

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