aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/i386-linux-tdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch/i386-linux-tdesc.h')
-rw-r--r--gdb/arch/i386-linux-tdesc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/arch/i386-linux-tdesc.h b/gdb/arch/i386-linux-tdesc.h
index 0b73633..2c3c174 100644
--- a/gdb/arch/i386-linux-tdesc.h
+++ b/gdb/arch/i386-linux-tdesc.h
@@ -1,6 +1,6 @@
/* Target description related code for GNU/Linux i386.
- 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_I386_LINUX_TDESC_H
-#define ARCH_I386_LINUX_TDESC_H
+#ifndef GDB_ARCH_I386_LINUX_TDESC_H
+#define GDB_ARCH_I386_LINUX_TDESC_H
struct target_desc;
@@ -26,4 +26,4 @@ struct target_desc;
extern const struct target_desc *i386_linux_read_description (uint64_t xcr0);
-#endif /* ARCH_I386_LINUX_TDESC_H */
+#endif /* GDB_ARCH_I386_LINUX_TDESC_H */