diff options
Diffstat (limited to 'gdb/ppc-netbsd-tdep.h')
-rw-r--r-- | gdb/ppc-netbsd-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ppc-netbsd-tdep.h b/gdb/ppc-netbsd-tdep.h index 6a92020..1d3c356 100644 --- a/gdb/ppc-netbsd-tdep.h +++ b/gdb/ppc-netbsd-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/powerpc. - 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 PPC_NBSD_TDEP_H -#define PPC_NBSD_TDEP_H +#ifndef GDB_PPC_NETBSD_TDEP_H +#define GDB_PPC_NETBSD_TDEP_H struct regset; @@ -29,4 +29,4 @@ extern struct ppc_reg_offsets ppcnbsd_reg_offsets; extern const struct regset ppcnbsd_gregset; extern const struct regset ppcnbsd_fpregset; -#endif /* PPC_NBSD_TDEP_H */ +#endif /* GDB_PPC_NETBSD_TDEP_H */ |