20020523-2.c: Fix path for i386-cpuid.h.

2005-11-05  Andreas Jaeger  <aj@suse.de>

        * gcc.target/i386/20020523-2.c: Fix path for i386-cpuid.h.

From-SVN: r106521
This commit is contained in:
Andreas Jaeger 2005-11-05 09:03:11 +01:00 committed by Andreas Jaeger
parent 95b9a3a55c
commit 5a522c1580
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-11-05 Andreas Jaeger <aj@suse.de>
* gcc.target/i386/20020523-2.c: Fix path for i386-cpuid.h.
2005-11-04 Hans-Peter Nilsson <hp@axis.com>
PR target/23424

View File

@ -5,7 +5,7 @@
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-march=pentium3 -msse -ffast-math -O2" } */
#include "i386-cpuid.h"
#include "../../gcc.dg/i386-cpuid.h"
extern void abort (void);
extern void exit (int);