aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/x86-linux-tdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/x86-linux-tdesc.h')
-rw-r--r--gdb/nat/x86-linux-tdesc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/nat/x86-linux-tdesc.h b/gdb/nat/x86-linux-tdesc.h
index 69df930..38c71f1 100644
--- a/gdb/nat/x86-linux-tdesc.h
+++ b/gdb/nat/x86-linux-tdesc.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 NAT_X86_LINUX_TDESC_H
-#define NAT_X86_LINUX_TDESC_H
+#ifndef GDB_NAT_X86_LINUX_TDESC_H
+#define GDB_NAT_X86_LINUX_TDESC_H
#include "gdbsupport/function-view.h"
@@ -47,4 +47,4 @@ struct x86_xsave_layout;
extern const target_desc *x86_linux_tdesc_for_tid
(int tid, uint64_t *xcr0_storage, x86_xsave_layout *xsave_layout_storage);
-#endif /* NAT_X86_LINUX_TDESC_H */
+#endif /* GDB_NAT_X86_LINUX_TDESC_H */