Skip to content

Commit

Permalink
20020523-2.c: Fix path for i386-cpuid.h.
Browse files Browse the repository at this point in the history
2005-11-05  Andreas Jaeger  <aj@suse.de>

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

From-SVN: r106521
  • Loading branch information
ajaeger authored and Andreas Jaeger committed Nov 5, 2005
1 parent 95b9a3a commit 5a522c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.target/i386/20020523-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5a522c1

Please sign in to comment.