diff options
Diffstat (limited to 'gdb/tilegx-tdep.h')
-rw-r--r-- | gdb/tilegx-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/tilegx-tdep.h b/gdb/tilegx-tdep.h index 893035a..012b2e5 100644 --- a/gdb/tilegx-tdep.h +++ b/gdb/tilegx-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the Tilera TILE-Gx processor. - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-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 TILEGX_TDEP_H -#define TILEGX_TDEP_H +#ifndef GDB_TILEGX_TDEP_H +#define GDB_TILEGX_TDEP_H /* TILE-Gx has 56 general purpose registers (R0 - R52, TP, SP, LR), plus 8 special general purpose registers (network and ZERO), @@ -107,4 +107,4 @@ enum tilegx_regnum enum { tilegx_reg_size = 8 }; -#endif /* tilegx-tdep.h */ +#endif /* GDB_TILEGX_TDEP_H */ |