mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
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:
parent
168aacd938
commit
0da457fbc3
@ -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
|
||||
|
@ -2,6 +2,7 @@
|
||||
/* { dg-options "-mcpu=G5" } */
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void
|
||||
sig_ill_handler (int sig)
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user