Index: gdb/testsuite/gdb.arch/i386-avx.c |
diff --git a/gdb/testsuite/gdb.arch/i386-avx.c b/gdb/testsuite/gdb.arch/i386-avx.c |
index 8d13df619a6766d25fcff46df74255747df20525..7fd12172c393311ea42d019b87398e9b5da9dee9 100644 |
--- a/gdb/testsuite/gdb.arch/i386-avx.c |
+++ b/gdb/testsuite/gdb.arch/i386-avx.c |
@@ -1,6 +1,6 @@ |
/* Test program for AVX registers. |
- Copyright 2010-2012 Free Software Foundation, Inc. |
+ Copyright 2010-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -53,7 +53,7 @@ have_avx (void) |
{ |
unsigned int eax, ebx, ecx, edx; |
- if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx)) |
+ if (!i386_cpuid (1, &eax, &ebx, &ecx, &edx)) |
return 0; |
if ((ecx & (bit_AVX | bit_OSXSAVE)) == (bit_AVX | bit_OSXSAVE)) |