diff options
Diffstat (limited to 'gdb/hppa-tdep.h')
-rw-r--r-- | gdb/hppa-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h index 0f70653..0015321 100644 --- a/gdb/hppa-tdep.h +++ b/gdb/hppa-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the HP PA-RISC architecture. - 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 HPPA_TDEP_H -#define HPPA_TDEP_H +#ifndef GDB_HPPA_TDEP_H +#define GDB_HPPA_TDEP_H #include "gdbarch.h" @@ -214,4 +214,4 @@ extern int hppa_in_solib_call_trampoline (struct gdbarch *gdbarch, CORE_ADDR pc); extern CORE_ADDR hppa_skip_trampoline_code (const frame_info_ptr &, CORE_ADDR pc); -#endif /* hppa-tdep.h */ +#endif /* GDB_HPPA_TDEP_H */ |