mirror of git://gcc.gnu.org/git/gcc.git
sse4_1-check.h: Don't include ../auto-host.h.
2007-05-22 H.J. Lu <hongjiu.lu@intel.com> * gcc.target/i386/sse4_1-check.h: Don't include ../auto-host.h. From-SVN: r124957
This commit is contained in:
parent
408bed3c38
commit
f0de03cf1c
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-05-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* gcc.target/i386/sse4_1-check.h: Don't include ../auto-host.h.
|
||||||
|
|
||||||
2007-05-22 Janis Johnson <janis187@us.ibm.com>
|
2007-05-22 Janis Johnson <janis187@us.ibm.com>
|
||||||
|
|
||||||
* gcc.dg/dfp/func-array.c: Support -DDBG to report individual
|
* gcc.dg/dfp/func-array.c: Support -DDBG to report individual
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "../auto-host.h"
|
|
||||||
|
|
||||||
#include "../../gcc.dg/i386-cpuid.h"
|
#include "../../gcc.dg/i386-cpuid.h"
|
||||||
|
|
||||||
static void sse4_1_test (void);
|
static void sse4_1_test (void);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue