X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fnat%2Fx86-cpuid.h;h=40a76bd2d45bcff3997e530c4fb17cff1f6649a5;hb=1ee1a363454d88a87ad2ade7530b2a7fb670021e;hp=01e9c4abcb231622fd747117dffaeebb7d0aa0be;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nat/x86-cpuid.h b/gdb/nat/x86-cpuid.h index 01e9c4abcb..40a76bd2d4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2020 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 */