X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ffrv-tdep.h;h=29763e9d2ba2c4cec31f0bd754335d8f5b13fd34;hb=8118159c69a957292ce701b3d2937f19a0d0f973;hp=25cc9c4966ab7601e5759a086d2378d84a303e42;hpb=4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/frv-tdep.h b/gdb/frv-tdep.h index 25cc9c4966..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, 2007, 2008, 2009, 2010 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 */