diff options
Diffstat (limited to 'gdb/ft32-tdep.h')
-rw-r--r-- | gdb/ft32-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ft32-tdep.h b/gdb/ft32-tdep.h index 308d233..73ceed0 100644 --- a/gdb/ft32-tdep.h +++ b/gdb/ft32-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the FT32. - Copyright (C) 2002-2024 Free Software Foundation, Inc. + Copyright (C) 2002-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 FT32_TDEP_H -#define FT32_TDEP_H +#ifndef GDB_FT32_TDEP_H +#define GDB_FT32_TDEP_H #include "gdbarch.h" @@ -28,4 +28,4 @@ struct ft32_gdbarch_tdep : gdbarch_tdep_base struct type *pc_type = nullptr; }; -#endif /* FT32_TDEP_H */ +#endif /* GDB_FT32_TDEP_H */ |