mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 11:41:07 +08:00
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:
parent
feeca9cc42
commit
d31ac41c01
@ -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
|
||||
|
@ -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
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <altivec.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user