darwin-longdouble.c: Include stdlib.h and string.h.

2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
        * gcc.dg/darwin-abi-2.c: Include stdlib.h.

From-SVN: r88757
This commit is contained in:
Andrew Pinski 2004-10-08 14:37:40 +00:00 committed by Andrew Pinski
parent 39ba2f92e1
commit ea3c4ca872
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
* gcc.dg/darwin-abi-2.c: Include stdlib.h.
2004-10-08 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
* gcc.dg/ultrasp11.c: New test.

View File

@ -5,6 +5,7 @@
tests that the ABI is correct. */
#include <stdio.h>
#include <stdlib.h>
#define vector __attribute__((vector_size(16)))

View File

@ -3,6 +3,8 @@
/* No options so 'long long' can be used. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef unsigned long long uint64_t;
typedef uint64_t ldbits[2];