X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fmips-linux-tdep.h;h=0683b7ce65f625bbb346f1d2f71bee5e63ef9a5f;hb=1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6;hp=a87d555e57f311796a6eeabc9b58bb4562b74df1;hpb=d8dab6c3bbe6432ff20237e621f2f3a3d30d4d4b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/mips-linux-tdep.h b/gdb/mips-linux-tdep.h index a87d555e57..0683b7ce65 100644 --- a/gdb/mips-linux-tdep.h +++ b/gdb/mips-linux-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux on MIPS processors. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 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 MIPS_LINUX_TDEP_H +#define MIPS_LINUX_TDEP_H + /* Copied from . */ #define ELF_NGREG 45 #define ELF_NFPREG 33 @@ -109,3 +112,5 @@ extern struct target_desc *tdesc_mips_linux; extern struct target_desc *tdesc_mips64_linux; extern struct target_desc *tdesc_mips_dsp_linux; extern struct target_desc *tdesc_mips64_dsp_linux; + +#endif /* MIPS_LINUX_TDEP_H */