summaryrefslogtreecommitdiff
path: root/gdb/ia64-hpux-tdep.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-13 16:24:07 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-13 16:24:07 +0000
commit20541a0f11ccd017f244324bef98525430afd5c8 (patch)
tree708d0eab1b5f8722cbd1ac03b97bdfa72c58231c /gdb/ia64-hpux-tdep.h
parent2a1a3a7404d1f4acd07972de3d032c73d8d58560 (diff)
downloadgdb-20541a0f11ccd017f244324bef98525430afd5c8.tar.gz
port GDB to ia64-hpux (native).
ChangeLog: * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs for ia64-hpux. * configure: Regenerate. gdb/ChangeLog: * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c, ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files. * configure.host: Add handling for ia64-hpux hosts. Add associated floatformats. * configure.tgt: Add handling for ia64-hpux targets. * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o. (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h. (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
Diffstat (limited to 'gdb/ia64-hpux-tdep.h')
-rw-r--r--gdb/ia64-hpux-tdep.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/gdb/ia64-hpux-tdep.h b/gdb/ia64-hpux-tdep.h
new file mode 100644
index 00000000000..9f92a21d9bc
--- /dev/null
+++ b/gdb/ia64-hpux-tdep.h
@@ -0,0 +1,24 @@
+/* Copyright (C) 2010 Free Software Foundation, Inc.
+
+ This file is part of GDB.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ 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 IA64_HPUX_TDEP_H
+#define IA64_HPUX_TDEP_H
+
+struct target_so_ops;
+extern struct target_so_ops *ia64_hpux_so_ops;
+
+#endif