diff options
Diffstat (limited to 'gdb/aarch32-tdep.h')
-rw-r--r-- | gdb/aarch32-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/aarch32-tdep.h b/gdb/aarch32-tdep.h index 009ee61..137f952 100644 --- a/gdb/aarch32-tdep.h +++ b/gdb/aarch32-tdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2024 Free Software Foundation, Inc. +/* Copyright (C) 2019-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -15,8 +15,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 AARCH32_TDEP_H -#define AARCH32_TDEP_H +#ifndef GDB_AARCH32_TDEP_H +#define GDB_AARCH32_TDEP_H struct target_desc; @@ -24,4 +24,4 @@ struct target_desc; const target_desc *aarch32_read_description (bool tls); -#endif /* aarch32-tdep.h. */ +#endif /* GDB_AARCH32_TDEP_H */ |