X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fnat%2Fx86-cpuid.h;h=6f25340c8d9c0e616057e15afa77382ba216c37a;hb=e2ea3a381a4a7c739419a8b76a2fd132f7c1f9b1;hp=4bba43a66a0154d4d542dba53f07c105d05e84db;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nat/x86-cpuid.h b/gdb/nat/x86-cpuid.h index 4bba43a66a..6f25340c8d 100644 --- a/gdb/nat/x86-cpuid.h +++ b/gdb/nat/x86-cpuid.h @@ -1,5 +1,5 @@ /* C API for x86 cpuid insn. - Copyright (C) 2007-2015 Free Software Foundation, Inc. + Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of GDB. @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef X86_CPUID_COMMON_H -#define X86_CPUID_COMMON_H +#ifndef NAT_X86_CPUID_H +#define NAT_X86_CPUID_H /* Always include the header for the cpu bit defines. */ #include "x86-gcc-cpuid.h" @@ -60,4 +60,4 @@ x86_cpuid (unsigned int __level, #endif /* i386 && x86_64 */ -#endif /* X86_CPUID_COMMON_H */ +#endif /* NAT_X86_CPUID_H */