diff options
Diffstat (limited to 'gdb/arch/x86-linux-tdesc-features.h')
-rw-r--r-- | gdb/arch/x86-linux-tdesc-features.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/arch/x86-linux-tdesc-features.h b/gdb/arch/x86-linux-tdesc-features.h index fb0017e..89fe7ce 100644 --- a/gdb/arch/x86-linux-tdesc-features.h +++ b/gdb/arch/x86-linux-tdesc-features.h @@ -1,6 +1,6 @@ /* Target description related code for GNU/Linux x86 (i386 and x86-64). - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ARCH_X86_LINUX_TDESC_FEATURES_H -#define ARCH_X86_LINUX_TDESC_FEATURES_H +#ifndef GDB_ARCH_X86_LINUX_TDESC_FEATURES_H +#define GDB_ARCH_X86_LINUX_TDESC_FEATURES_H #include "gdbsupport/x86-xstate.h" #include "gdbsupport/gdb_assert.h" @@ -59,4 +59,4 @@ extern uint64_t x86_linux_tdesc_idx_to_xcr0 (int idx); #endif /* IN_PROCESS_AGENT */ -#endif /* ARCH_X86_LINUX_TDESC_FEATURES_H */ +#endif /* GDB_ARCH_X86_LINUX_TDESC_FEATURES_H */ |