aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-s390-tdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/linux-s390-tdesc.h')
-rw-r--r--gdb/gdbserver/linux-s390-tdesc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-s390-tdesc.h b/gdb/gdbserver/linux-s390-tdesc.h
index cf1021a..dc05fcd 100644
--- a/gdb/gdbserver/linux-s390-tdesc.h
+++ b/gdb/gdbserver/linux-s390-tdesc.h
@@ -17,6 +17,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#ifndef GDBSERVER_LINUX_S390_TDESC_H
+#define GDBSERVER_LINUX_S390_TDESC_H
+
/* Note: since IPA obviously knows what ABI it's running on (s390 vs s390x),
it's sufficient to pass only the register set here. This, together with
the ABI known at IPA compile time, maps to a tdesc. */
@@ -109,3 +112,5 @@ void init_registers_s390_gs_linux64 (void);
extern const struct target_desc *tdesc_s390_gs_linux64;
#endif
+
+#endif /* GDBSERVER_LINUX_S390_TDESC_H */