diff options
Diffstat (limited to 'gdb/or1k-linux-tdep.h')
-rw-r--r-- | gdb/or1k-linux-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/or1k-linux-tdep.h b/gdb/or1k-linux-tdep.h index 4e84e72..f85cf51 100644 --- a/gdb/or1k-linux-tdep.h +++ b/gdb/or1k-linux-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux on OpenRISC. - Copyright (C) 2021-2024 Free Software Foundation, Inc. + Copyright (C) 2021-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -17,10 +17,10 @@ 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 OR1K_LINUX_TDEP_H -#define OR1K_LINUX_TDEP_H +#ifndef GDB_OR1K_LINUX_TDEP_H +#define GDB_OR1K_LINUX_TDEP_H /* Target descriptions. */ extern struct target_desc *tdesc_or1k_linux; -#endif /* OR1K_LINUX_TDEP_H */ +#endif /* GDB_OR1K_LINUX_TDEP_H */ |