diff options
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r-- | gdb/arm-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 11839b0..aa950fb 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -1,5 +1,5 @@ /* Common target dependent code for GDB on ARM systems. - Copyright (C) 2002-2024 Free Software Foundation, Inc. + Copyright (C) 2002-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -16,8 +16,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 ARM_TDEP_H -#define ARM_TDEP_H +#ifndef GDB_ARM_TDEP_H +#define GDB_ARM_TDEP_H /* Forward declarations. */ struct regset; @@ -326,4 +326,4 @@ const target_desc *arm_read_description (arm_fp_type fp_type, bool tls); type. */ const target_desc *arm_read_mprofile_description (arm_m_profile_type m_type); -#endif /* arm-tdep.h */ +#endif /* GDB_ARM_TDEP_H */ |