aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/x86-linux-tdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch/x86-linux-tdesc.h')
-rw-r--r--gdb/arch/x86-linux-tdesc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/arch/x86-linux-tdesc.h b/gdb/arch/x86-linux-tdesc.h
index 152592f..0de2648 100644
--- a/gdb/arch/x86-linux-tdesc.h
+++ b/gdb/arch/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 ARCH_X86_LINUX_TDESC_H
-#define ARCH_X86_LINUX_TDESC_H
+#ifndef GDB_ARCH_X86_LINUX_TDESC_H
+#define GDB_ARCH_X86_LINUX_TDESC_H
struct target_desc;
@@ -34,4 +34,4 @@ struct target_desc;
extern void x86_linux_post_init_tdesc (target_desc *tdesc, bool is_64bit);
-#endif /* ARCH_X86_LINUX_TDESC_H */
+#endif /* GDB_ARCH_X86_LINUX_TDESC_H */