diff options
Diffstat (limited to 'gdb/m32r-tdep.h')
-rw-r--r-- | gdb/m32r-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/m32r-tdep.h b/gdb/m32r-tdep.h index 83799a3..3e94c0e 100644 --- a/gdb/m32r-tdep.h +++ b/gdb/m32r-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Renesas M32R, for GDB. - Copyright (C) 2004-2024 Free Software Foundation, Inc. + Copyright (C) 2004-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 M32R_TDEP_H -#define M32R_TDEP_H +#ifndef GDB_M32R_TDEP_H +#define GDB_M32R_TDEP_H #include "gdbarch.h" @@ -49,4 +49,4 @@ enum m32r_regnum #define M32R_NUM_REGS 25 -#endif /* m32r-tdep.h */ +#endif /* GDB_M32R_TDEP_H */ |