X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fxtensa-tdep.h;h=5d24a591bc359b9776f2ab7d72e3389835198078;hb=84e098cdea4eb6a5ddc525a2145ffe66475fa2af;hp=d170e054d44f9178ef1ce9fc93a4c5fcafa6f81c;hpb=ec40cf90a02ebe3e2636ffa92245677e18233917;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/xtensa-tdep.h b/gdb/xtensa-tdep.h index d170e054d4..5d24a591bc 100644 --- a/gdb/xtensa-tdep.h +++ b/gdb/xtensa-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for the Xtensa port of GDB, the GNU debugger. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef XTENSA_TDEP_H +#define XTENSA_TDEP_H #include "arch/xtensa.h" @@ -291,3 +293,4 @@ struct gdbarch_tdep data structure to their corresponding register in the AR register file (see xtensa-tdep.c). */ +#endif /* XTENSA_TDEP_H */