X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Faarch64-fbsd-tdep.h;h=ce6e18ebec9d66862e0881a5576a4bf1750647c2;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=0f66dd3925fa802493688ca13e05e54099f9f00c;hpb=c0f84956d0df0f004e31a987ecc77ea0d293e62c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/aarch64-fbsd-tdep.h b/gdb/aarch64-fbsd-tdep.h index 0f66dd3925..ce6e18ebec 100644 --- a/gdb/aarch64-fbsd-tdep.h +++ b/gdb/aarch64-fbsd-tdep.h @@ -1,6 +1,6 @@ /* FreeBSD/aarch64 target support, prototypes. - Copyright (C) 2017 Free Software Foundation, Inc. + Copyright (C) 2017-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -17,11 +17,14 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef AARCH64_FBSD_TDEP_H +#define AARCH64_FBSD_TDEP_H + #include "regset.h" /* The general-purpose regset consists of 30 X registers, plus LR, SP, ELR, and SPSR registers. SPSR is 32 bits but the structure is - passed to 64 bit alignment. */ + padded to 64 bit alignment. */ #define AARCH64_FBSD_SIZEOF_GREGSET (34 * X_REGISTER_SIZE) /* The fp regset consists of 32 V registers, plus FPSR and FPCR which @@ -31,3 +34,5 @@ extern const struct regset aarch64_fbsd_gregset; extern const struct regset aarch64_fbsd_fpregset; + +#endif /* AARCH64_FBSD_TDEP_H */