X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ffrv-tdep.h;h=29763e9d2ba2c4cec31f0bd754335d8f5b13fd34;hb=8118159c69a957292ce701b3d2937f19a0d0f973;hp=e6a919f8be297d7aa9f35bea3945689bbdeb63a0;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/frv-tdep.h b/gdb/frv-tdep.h index e6a919f8be..29763e9d2b 100644 --- a/gdb/frv-tdep.h +++ b/gdb/frv-tdep.h @@ -1,5 +1,5 @@ /* Architecture-dependent code for the Fujitsu FR-V, for GDB, the GNU Debugger. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -16,6 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef FRV_TDEP_H +#define FRV_TDEP_H + /* Enumerate the possible ABIs for FR-V. */ enum frv_abi { @@ -118,3 +121,4 @@ CORE_ADDR frv_fetch_objfile_link_map (struct objfile *objfile); struct target_so_ops; extern struct target_so_ops frv_so_ops; +#endif /* FRV_TDEP_H */