diff options
Diffstat (limited to 'gdb/s390-linux-tdep.h')
-rw-r--r-- | gdb/s390-linux-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/s390-linux-tdep.h b/gdb/s390-linux-tdep.h index 2f9741d..05ef893 100644 --- a/gdb/s390-linux-tdep.h +++ b/gdb/s390-linux-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux on s390. - Copyright (C) 2003-2024 Free Software Foundation, Inc. + Copyright (C) 2003-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 S390_LINUX_TDEP_H -#define S390_LINUX_TDEP_H +#ifndef GDB_S390_LINUX_TDEP_H +#define GDB_S390_LINUX_TDEP_H #define S390_IS_GREGSET_REGNUM(i) \ (((i) >= S390_PSWM_REGNUM && (i) <= S390_A15_REGNUM) \ @@ -64,4 +64,4 @@ extern const struct target_desc *tdesc_s390x_vx_linux64; extern const struct target_desc *tdesc_s390x_tevx_linux64; extern const struct target_desc *tdesc_s390x_gs_linux64; -#endif /* S390_LINUX_TDEP_H */ +#endif /* GDB_S390_LINUX_TDEP_H */ |