diff options
Diffstat (limited to 'gdb/amd64-fbsd-tdep.h')
-rw-r--r-- | gdb/amd64-fbsd-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/amd64-fbsd-tdep.h b/gdb/amd64-fbsd-tdep.h index 93b0ca9..c92618e 100644 --- a/gdb/amd64-fbsd-tdep.h +++ b/gdb/amd64-fbsd-tdep.h @@ -1,6 +1,6 @@ /* FreeBSD/amd64 target support, prototypes. - Copyright (C) 2021-2024 Free Software Foundation, Inc. + Copyright (C) 2021-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -17,11 +17,11 @@ 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 AMD64_FBSD_TDEP_H -#define AMD64_FBSD_TDEP_H +#ifndef GDB_AMD64_FBSD_TDEP_H +#define GDB_AMD64_FBSD_TDEP_H #include "regset.h" extern const struct regset amd64_fbsd_gregset; -#endif /* AMD64_FBSD_TDEP_H */ +#endif /* GDB_AMD64_FBSD_TDEP_H */ |