aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/riscv-linux-tdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/riscv-linux-tdesc.h')
-rw-r--r--gdb/nat/riscv-linux-tdesc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/nat/riscv-linux-tdesc.h b/gdb/nat/riscv-linux-tdesc.h
index fa9d5bc..de10d91 100644
--- a/gdb/nat/riscv-linux-tdesc.h
+++ b/gdb/nat/riscv-linux-tdesc.h
@@ -1,5 +1,5 @@
/* GNU/Linux/RISC-V native target description support for GDB.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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 <http://www.gnu.org/licenses/>. */
-#ifndef NAT_RISCV_LINUX_TDESC_H
-#define NAT_RISCV_LINUX_TDESC_H
+#ifndef GDB_NAT_RISCV_LINUX_TDESC_H
+#define GDB_NAT_RISCV_LINUX_TDESC_H
#include "arch/riscv.h"
@@ -25,4 +25,4 @@
corresponding features object. */
struct riscv_gdbarch_features riscv_linux_read_features (int tid);
-#endif /* NAT_RISCV_LINUX_TDESC_H */
+#endif /* GDB_NAT_RISCV_LINUX_TDESC_H */