Commit d31ac41c by Pat Haugen Committed by Pat Haugen

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
parent feeca9cc
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
......
/* Test functions for direct move support. */
#include <math.h>
#include <string.h>
#include <stdlib.h>
extern void abort (void);
#ifndef VSX_REG_ATTR
......
......@@ -8,6 +8,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <altivec.h>
#include <string.h>
#ifdef DEBUG
#include <stdio.h>
......
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