X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Friscv-fbsd-tdep.h;h=1daff75fff9fb61ded11f1ab53e83ae2a1df593d;hb=9e790a80160676e7fd3fb8be6cf3c1c77d9ded81;hp=8b6abd565b9b5fa1d4429d6c4fcb0492ac91e899;hpb=ed65e20bc7cd18406081cf5ba29f9c9bccd4e52f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/riscv-fbsd-tdep.h b/gdb/riscv-fbsd-tdep.h index 8b6abd565b..1daff75fff 100644 --- a/gdb/riscv-fbsd-tdep.h +++ b/gdb/riscv-fbsd-tdep.h @@ -1,6 +1,6 @@ /* FreeBSD/riscv target support, prototypes. - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef RISCV_FBSD_TDEP_H +#define RISCV_FBSD_TDEP_H + #include "regset.h" /* The general-purpose regset consists of 31 X registers, EPC, and @@ -31,3 +34,5 @@ extern const struct regset riscv_fbsd_gregset; extern const struct regset riscv_fbsd_fpregset; + +#endif /* RISCV_FBSD_TDEP_H */