direct-move.h: Include string.h/stdlib.h.

* gcc.target/powerpc/direct-move.h: Include string.h/stdlib.h.
	* gcc.target/powerpc/pack01.c: Include string.h.

From-SVN: r220984
This commit is contained in:
Pat Haugen 2015-02-25 17:35:07 +00:00 committed by Pat Haugen
parent feeca9cc42
commit d31ac41c01
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-02-25 Pat Haugen <pthaugen@us.ibm.com>
* gcc.target/powerpc/direct-move.h: Include string.h/stdlib.h.
* gcc.target/powerpc/pack01.c: Include string.h.
2015-02-25 Ilya Enkovich <ilya.enkovich@intel.com>
PR target/65167

View File

@ -1,6 +1,8 @@
/* Test functions for direct move support. */
#include <math.h>
#include <string.h>
#include <stdlib.h>
extern void abort (void);
#ifndef VSX_REG_ATTR

View File

@ -8,6 +8,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <altivec.h>
#include <string.h>
#ifdef DEBUG
#include <stdio.h>